[twitter-dev] Twitter API - Logout

2011-02-26 Thread Dheeraj
I'm using OAuth in my web app, and users can login with twitter. by making a request to http://twitter.com/oauth/authorize. how we can logout form our Twitter Account using OAuth. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.

Re: [twitter-dev] Twitter API - Logout

2011-02-26 Thread Scott Wilcox
There is no 'logout' functions. The API is stateless. When you get OAuth tokens for a user, you're not logging them in, you're merely getting access to their account. Any login/logout functionality must be implemented by you. Scott. On 26 Feb 2011, at 13:34, Dheeraj wrote: > I'm using OAuth

Re: [twitter-dev] Twitter API - Logout

2011-04-20 Thread Hola
sadly this is badly needed but not available see https://groups.google.com/d/msg/twitter-development-talk/PH5HfT7SJqw/rtEzx-jrDQIJ -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http