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

2010-07-29 Thread Gaurav Vaish
, you use your stored tokens instead of renegotiating for them. How to instantiate your OAuth stack's Access Token is different from library to library, but there are some tips that apply here:http://bit.ly/1token Taylor On Wed, Jul 28, 2010 at 3:35 AM, Gaurav Vaish gaurav.va

[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