【发布时间】:2017-04-22 15:43:35
【问题描述】:
如果我有访问令牌,如何发出经过身份验证的请求?
我关注这个帖子: https://developer.linkedin.com/documents/authentication
并像这样传递访问令牌:
https://api.linkedin.com/v1/people/~?oauth2_access_token=一些令牌
我总是收到错误:
<error>
<status>401</status>
<timestamp>1412404356540</timestamp>
<request-id>01GPXMMPI4</request-id><error-code>0</error-code>
<message>Invalid access token.</message>
</error>
有人可以给我一些建议吗?我是 OAuth 的新手。
【问题讨论】:
标签: oauth