Account/end session

跳转到: 导航, 搜索

目录

account/end_session

登陆用户退出操作,返回 null的cookie值。主要用于肥客户端的应用方面。

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

URL:

http://api.t.sina.com.cn/account/end_session.format

Formats:

xml, json

HTTP Method(s):

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.t.sina.com.cn/account/end_session.xml