Posted on 2010-11-18 14:12
leekiang 阅读(245)
评论(0) 编辑 收藏 所属分类:
权限
第三方应用通过以下四个步骤来完成认证授权并访问或修改受限资源
1. 获取未授权的Request Token
2. 请求用户授权Request Token
3. 使用授权后的Request Token换取Access Token
4. 使用 Access Token 访问或修改受保护资源
http://www.williamlong.info/archives/2185.html
http://www.douban.com/service/apidoc/auth
http://haolloyin.blog.51cto.com/1177454/412445
http://haolloyin.blog.51cto.com/1177454/410776
http://blog.csdn.net/hereweare2009/archive/2009/03/08/3968582.aspx
http://tools.ietf.org/html/rfc5849