Open GoogleCodeExporter opened 9 years ago
I found an other place with a missing encoding:
4)OAuth1_0a.DirectUserToServiceProvider
oauthParameters.Add(new QueryParameter("oauth_token",
connectionToken.RequestToken))
connectionToken.RequestToken requires Rfc3986 escaping
Original comment by cristian...@gmail.com
on 26 Mar 2013 at 10:30
5) OAuthHelper
GetAuthorizationHeader(QueryParameters oauthParameters) and
string GetAuthorizationUrlParameters(QueryParameters oauthParameters)
should escape any parameter values not only oauth_signature
Original comment by cristian...@gmail.com
on 28 Mar 2013 at 8:14
Original issue reported on code.google.com by
cristian...@gmail.com
on 26 Mar 2013 at 7:55