【发布时间】:2014-10-18 17:41:25
【问题描述】:
我在使用 linkedin V1 API 时收到以下错误:
response body: {
"errorCode": 0,
"message": "[unauthorized]. The token used in the OAuth request has been revoked. 75--5cfb9cdb-3c9c-47c2-b3f8-XXXXXXXX",
"requestId": "I2GQ0ZMWIE",
"status": 401,
"timestamp": 1408976297742
}
我在这里使用本指南,我正在做这个人正在做的事情,但我得到了不同的结果:
https://github.com/PrincessPolymath/LinkedIn-OAuth-Sample-Client
我不知道为什么会收到 OAuth 请求中使用的令牌已被撤销。 错误。 HTTP 请求是相同的。会不会是我的捆绑包 ID?
我无法从linkedin 中找到有关此事的任何信息。为什么linkedin不像其他API那样有正常的错误代码查找。
这是两个请求对象的一些照片,一张来自示例,一张来自我的。
【问题讨论】: