我刚刚在我新创建的应用程序上运行了以下命令并收到授权失败消息。我运行了令牌调试器,访问令牌很好。我该如何解决?
https://api.pinterest.com/v1/me/pins/?access_token=
回复:
{
"status": "failure",
"code": 3,
"data": null,
"message": "Authorization failed.",
"endpoint_name": "get_own_pins"
}
我刚刚在我新创建的应用程序上运行了以下命令并收到授权失败消息。我运行了令牌调试器,访问令牌很好。我该如何解决?
https://api.pinterest.com/v1/me/pins/?access_token=
回复:
{
"status": "failure",
"code": 3,
"data": null,
"message": "Authorization failed.",
"endpoint_name": "get_own_pins"
}