I just ran the command below on my newly created app and get Authorization Failed message. I ran the Token Debugger and the access token is good. How do I fix this? https://api.pinterest.com/v1/me/pins/?access_token=<ACCESS-TOKEN>&fields=id,creator,note&limit=1Response: { "status": "failure", "code": 3, "data": null, "message": "Authorization failed.", "endpoint_name": "get_own_pins" } (责任编辑:) |