Hello im tryin to use Twitter with OAuth but i receive this exception
Authorization failed (server replied with a 401). This can happen if the consumer key was not correct or the signatures did not match.
im using this sample http://code.google.com/p/oauth-signpost/wiki/TwitterAndSignpost
Error Line: String authUrl = provider.retrieveRequestToken(consumer, OAuth.OUT_OF_BAND);