Open GoogleCodeExporter opened 8 years ago
The UI default for the oauth token is an empty string, which according to the
documentation means that no oauth_token will be generated.
However, the underlying OAuthMessage implementation interprets the empty string
as a valid value and generates oauth_token. This contributes to the OAuth
signature, and will fail if the server does not expect oauth_token.
Setting the accessToken to null informs OAuthMessage to skip the oauth_token
entirely.
Original comment by zells...@gmail.com
on 5 Apr 2011 at 11:14
Original issue reported on code.google.com by
lev...@gmail.com
on 5 Apr 2011 at 9:38Attachments: