It depends on what you mean by "log out" -- if they log out of Twitter and you have an access token they granted your application, you can use that access token until the end-user revokes your access. You can store the token forever, but that doesn't necessarily mean it will be valid forever -- the user can sever your application's access at any time. The tokens themselves do not expire without user intervention though.
@episod <http://twitter.com/intent/user?screen_name=episod> - Taylor Singletary On Tue, Jul 12, 2011 at 9:38 AM, Astralis <[email protected]> wrote: > Web application. > > -- > Twitter developer documentation and resources: https://dev.twitter.com/doc > API updates via Twitter: https://twitter.com/twitterapi > Issues/Enhancements Tracker: > https://code.google.com/p/twitter-api/issues/list > Change your membership to this group: > https://groups.google.com/forum/#!forum/twitter-development-talk > -- Have you visited the Developer Discussions feature on https://dev.twitter.com/discussions yet? Twitter developer links: Documentation and resources: https://dev.twitter.com/docs API updates via Twitter: https://twitter.com/twitterapi Unsubscribe or change your group membership settings: http://groups.google.com/group/twitter-development-talk/subscribe
