• If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Twitter REST API Method: account end_session

Page history last edited by Marcel Molina 14 years, 1 month ago

<< Back to Twitter API Documentation

 

account/end_session

Ends the session of the authenticating user, returning a null cookie.  Use this method to sign users out of client-facing applications like widgets.

method status | report a bug
 

URL:

http://api.twitter.com/1/account/end_session.format

 

Formats: 

xml, json

 

HTTP Method:

POST

 

Requires Authentication (about authentication):

true

 

API rate limited (about rate limiting):

false

 

Usage examples: 

cURL (about cURL):

curl -u user:password -d "" http://api.twitter.com/1/account/end_session.xml

 

          Do you have an example to share in the language of your choice? Please share!

 

<< Back to Twitter API Documentation

Comments (0)

You don't have permission to comment on this page.