[twitter-dev] Non-web application Authorization - Granting Multiple Times

2010-07-28 Thread Gaurav Vaish
Hi, Using Twitter4J API, I have been able to successfully fetch the data and perform an status update using OAuth. Here are the results: http://twitter.com/mastergaurav/status/19730194057 (Positive Results) Problem -- Once a user grants access to the user, how can I reuse the granted access

Re: [twitter-dev] Non-web application Authorization - Granting Multiple Times

2010-07-28 Thread Taylor Singletary
Hi Gaurav, Once you've gone through all the steps of OAuth and have acquired an access token (made up of an oauth_token and oauth_token_secret), you can then persist the access token in whatever means of storage your application uses. Then, when making an API call on behalf of a Twitter user for