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

返回数据格式:

xml, json

HTTP 请求方式(s):

POST

是否需要认证:

true

调用频率限制:

false

调用例子:

cURL (about cURL):

curl -u user:password -d "" http://api.t.sina.com.cn/account/end_session.xml