How to log out of twitter

I have successfully created an application for logging in and will send a tweet using OAuth support, but I cannot figure out how to log out or enter a login (using Twitter to log in). Any help is appreciated.

thnks in advance

+3
source share
3 answers

I believe this question contains answers that will work for you. I will publish a summary here for convenience.

From Ryan McGeary :

A Twitter session is determined by a cookie owned by Twitter - something you do not control. You cannot withdraw them from Twitter on their behalf.

, - " Twitter", , OAuth, /oauth/authorize /oauth/authenticate. Twitter , Twitter.

abraham:

oauth/authenticate force_login=true, http://dev.twitter.com/doc/get/oauth/authenticate *. .

** *

- , .

+4

, OAuth. , , logout api. , n . api logout, .

0

If you use twitter using OAuth support, the user automatically logs in after the first run. What can be done is to delete the entire application, since the tokens are saved after the first launch of the application, so all information remains with the application.

0
source

All Articles