Account/end session

跳转到: 导航, 搜索
(创建新页面为 '== 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. =…')
 
(account/end_session)
第1行: 第1行:
 
== 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.
 
Ends the session of the authenticating user, returning a null cookie.  Use this method to sign users out of client-facing applications like widgets.
  

2009年11月6日 (五) 09:46的版本

目录

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