I have oAuth working for http://tweetarun.com
When the user "Grants" access I get the oAuth token back which is the "request" token. Then I exchange this for an "Access" token and I store this for use with all subsequent calls. The question is how long is this "Access" token good for? I'm finding when a user comes back even as soon as a few hours the token no longer works and they have to go "Grant" again. Am I doing something wrong? -fs
