[twitter-dev] Android OAUTH Incorrect Signature error

2010-10-25 Thread yogeshkolte
Well following code works when I make api call immediately after authorization onNewIntent event but when I put same code in Adapter class I get incorrect signature error. I am using CallbackURL. Do we always need to create consume object using verifier or setTokenWithSecret should work on subse

[twitter-dev] Incorrect signature

2010-10-25 Thread yogeshkolte
Hi In my android app I can make calls to Twitter api immediately after I login. I am using same instance of OAuthConsumer. But when I create OAuthconsumer for subsequent call and use setTokenWithSecret I get Incorrect signature error. I spent few hours trying to debug but no luck... any help is ap

[twitter-dev] OAuth SignPost lib

2010-11-03 Thread yogeshkolte
Has anyone able to authenticate with Twitter api by using already store user key and secret. If so would u mind sharing code. I am able to authenticate and access Twitter api when I authorize with Twitter website and gets redirected back to my app. But if I restart my app and try to make a call u