Hi Francis, You can always use same access token for further api calls. Use that same access token and try to see error log to check what goes wrong in your subsequent calls.
Thanks Avi On May 22, 5:39 am, Francis Shanahan <[email protected]> wrote: > I have oAuth working forhttp://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
