令牌,但OAuth使用者请求1.0不支持
我了解OAuth 1.0使用oauth_token获取对API的访问权限。 http://tools.ietf.org/html/draft-hammer-oauth-10#page-4
但还有另一种协议,即所谓的OAuth Consumer Request 1.0 ,它没有提到oauth_token。 http://oauth.googlecode.com/svn/spec/ext/consumer_request/1.0/drafts/1/spec.html
我读了他们两个,但不明白他们的意义和关系。 他们之间有什么不同 ?
注意:我曾经使用OAuth 2.0并清楚地理解它。
标准OAuth 1.0用于允许消费者访问提供商处的多个用户的数据。
通过OAuth Consumer Request 1.0,不存在用户,只有消费者和提供者在场。 用例与Google地图相同,每个站点都有一个API密钥,并且没有任何私人用户数据可供访问。
链接地址: http://www.djcxy.com/p/8407.html上一篇: token but OAuth Consumer Request 1.0 does not
下一篇: What is the purpose of the implicit grant authorization type in OAuth 2?