Hey guys, this is probably a pretty basic question - but somehow I
haven't been able to find the answer...

When a user logs into my web app for the first time using OAuth, and I
receive the "oauth_access_token" and "oauth_access_token_secret", I
realize I need to save these to the database, but how do I retrieve
them next time the user comes back?

Say the session has expired, and the user above (who has previously
approved access to my app) comes back and hits Login.. how do I look
up their access_token & secret_access_token, as at this stage I know
nothing about them?

Thanks, and sorry in advance for what I assume was a lame question :)


./c

Reply via email to