how to get an pinterest access token

五迷三道 提交于 2019-12-13 05:38:13

问题


i am using rest api to get an access toke of my user using following link https://api.pinterest.com/v1/oauth/token?grant_type=authorization_code&client_id=my id&client_secret=my secret&code="+oauthVerifier+

i am getting the response as

{"status": "failure", "code": 3, "host": "devplatform-devapi-prod-4a8937b3", "generated_at": "Tue, 28 Jun 2016 06:06:56 +0000", "message": "Authorization failed.", "data": null}

what shod i do to get my users access token

来源:https://stackoverflow.com/questions/38070424/how-to-get-an-pinterest-access-token

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!