Store the access token and access token secret in a database with all of the other info concerning a user, then request it when they log in and maybe store it in cookies or something. ----- Original Message ----- From: "Hameedullah Khan" <[email protected]>
To: "Twitter Development Talk" <[email protected]> Sent: Sunday, April 12, 2009 12:08 PM Subject: [twitter-dev] autenticating user using OAuth
Hello Twitterers, I have been building my application and everything is working fine, just I am stuck on one thing. What is the correct way to authenticate user when they come back to my site for using my application, I want to authenticate them and using Oauth, but if I Request a toaken and send them to authorization URL they have to click on the Accept button, this is okay for the first time, but if they will have to do that everytime they login to my application this will not be good. May be I am missing something, so if someone can guide me I would really appreciate it. Thanks, Hameedullah Khan.
