[twitter-dev] OAuth token lifetime

2011-04-23 Thread yeohray
If my app has used OAuth to log on, and can now send tweets, how long
can I use the token for?  Is it indefinite, or a set amount of time,
after which I have to repeat the OAuth logon process again?

Thanks in advance.

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] OAuth token lifetime

2011-04-23 Thread CWorster
2011/4/23 yeohray yeoh...@myjaring.net:
 If my app has used OAuth to log on, and can now send tweets, how long
 can I use the token for?  Is it indefinite, or a set amount of time,
 after which I have to repeat the OAuth logon process again?

Hi,

quote from the FAQ:

How long does an access token last?

We do not currently expire access tokens. Your access token will be
invalid if a user explicitly rejects your application from their
settings or if a Twitter admin suspends your application. If your
application is suspended there will be a note on your application page
saying that it has been suspended.

- http://dev.twitter.com/pages/oauth_faq

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk