【发布时间】:2020-03-28 02:38:43
【问题描述】:
我们的 prod pinterest 应用程序存在问题。 获得token后:
"{"access_token": "AabcYgRUKiaBI45HYM72teXO6fZaFQoEhVxkxaREoN3SR-
A4zAAAAAA", "token_type": "bearer", "scope": ["read_public",
"write_public", "read_private", "write_private", "read_relationships",
"read_write_all"]}"
然后我们尝试获取用户信息https://api.pinterest.com/v1/me
用这个令牌Authorization: Bearer AabcYgRUKiaBI45HYM72teXO6fZaFQoEhVxkxaREoN3SR-A4zAAAAAA
和回应
"{"status": "failure", "message": "Authorization failed.", "code": 3,
"data": null}"
应用程序状态现在正在开发中。它会被 pinterest 改变吗?我们的开发应用按预期运行。
【问题讨论】:
-
这是 pinterest API 中的一个问题。它与只有合作伙伴才能访问 API 无关。我用两个帐户进行了测试。我收到“授权失败”。对于一个帐户,但我可以使用访问令牌获取另一个帐户的 pin。
标签: pinterest