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" permission over and over again?

 Currently, I use Customer Key and Secret to get "OAuth Request
Token" (by first hitting https://twitter.com/oauth/request_token)

  And I would not like to hit it over and over again for the same user
(until the permissions are revoked).


How can I achieve the same...


-Gaurav

Reply via email to