Oauth/access token

跳转到: 导航, 搜索
(oauth/access_token)
(说明:)
第18行: 第18行:
 
* See Section 6 of the OAuth Core Specification for required parameters  
 
* See Section 6 of the OAuth Core Specification for required parameters  
  
===说明:===
+
===使用说明:===
 
*  oauth_nonce 参数只支持ASCII码的字符串.
 
*  oauth_nonce 参数只支持ASCII码的字符串.

2010年1月11日 (一) 14:48的版本

目录

oauth/access_token

第三放应用使用开始的request_token来换取用户授权过的Access_token

URL:

http://api.t.sina.com.cn/oauth/access_token

格式:

标准的OAuth http返回格式

HTTP请求方式:

POST

请求数限制:

FALSE

请求参数:

  • 参考Oauth协议第六章
  • See Section 6 of the OAuth Core Specification for required parameters

使用说明:

  • oauth_nonce 参数只支持ASCII码的字符串.