In OAuthBase.cs, starting at line 242, I believe the query parameters should be
URL-encoded before being added. Most of them would rarely have reserved
characters, so in most cases the code works fine, but you could have "nonce" or
"consumer_key" parameters with such reserved characters.
Original issue reported on code.google.com by ludo...@chabant.com on 18 Aug 2011 at 11:48
Original issue reported on code.google.com by
ludo...@chabant.com
on 18 Aug 2011 at 11:48