Closed GoogleCodeExporter closed 9 years ago
try this.consumer.setTokenWithSecret("", "");
I suspect that setTokenWithSecret(null, anything) do not send/compute key with
oauth_token parameter which would be the case even if token value is empty.
Original comment by guillaum...@gmail.com
on 26 Apr 2011 at 10:10
If you want to send blank tokens (you can do that, and some service providers
expect it), I believe there's a method on OAuthConsumer called
setSendEmptyTokens(boolean) to do that. Otherwise null or empty tokens will
result in the oauth_token parameter to never be sent at all.
Original comment by m.kaepp...@gmail.com
on 26 Apr 2011 at 11:05
Also, use the mailing lists to ask questions, this is the issue tracker.
Original comment by m.kaepp...@gmail.com
on 26 Apr 2011 at 11:05
Original issue reported on code.google.com by
amin.sa...@gmail.com
on 18 Jan 2011 at 4:50