From: Arun Gupta <arun.p.gupta_at_oracle.com>
Date: Fri, 13 Jan 2012 16:27:45 -0800
I'm using OAuthFilter to communicate with Twitter. request_token,
authorize, access_token, callback etc all seem to happen correctly. But
sending an authorized request to twitter servers is failing. The twitter
team seems to think the signatures generated in the OAuthFilter may not
be correct. More details about this at:
I tried the oauth-twitter-client and that seem to work fine. But could
not understand how to change the sample to use web-based authentication
instead of OOB.