Hello!
I've recently faced some problems working with LinkedIn.
What I'm doing is getting updates from the LinkedIn, and I'm expected
to pass them several params (named 'type') within the same url in
order to get results.
In order to achieve proper encoding, I decided to use an overload of
the WebConsumer.PrepareAuthorizedRequest which takes a dicitonary for
extra data. Obviously, I got en error indicating I couldn't have
several keys with the same name within the dictionary.
Is there any other way to pass several params to the request, still
having those params properly encoded?
Thanks!