Re: [twitter-dev] What is the lifespan of the OAuth token?

2010-01-29 Thread Raffi Krikorian
yeah - we don't expire tokens, however, as said, you should be resilient to the fact that somebody may revoke a token. On Thu, Jan 28, 2010 at 8:32 PM, Josh Roesslein wrote: > I believe Twitter currently does not expire access tokens. > They may become invalid in the future due to the user revoki

Re: [twitter-dev] What is the lifespan of the OAuth token?

2010-01-28 Thread Josh Roesslein
I believe Twitter currently does not expire access tokens. They may become invalid in the future due to the user revoking access to your application. Otherwise it should be good still for a long time. Josh On Thu, Jan 28, 2010 at 9:19 PM, Dmitri Snytkine wrote: > Is this the right group to ask a

[twitter-dev] What is the lifespan of the OAuth token?

2010-01-28 Thread Dmitri Snytkine
Is this the right group to ask about the OAuth implementation? I am new to OAuth, just decided to learn more and to try to add "Login with twitter' to my CMS I have a question - how long is the token good for? I mean, is the token life somehow tied to a user's session or can I use a token after us