javascript - Pinterest redirect uri not working -


i'm trying use pinterest apis fetching information. in order access that, need access token can returned using pinterest javascript sdk, pdk. refer this i'm able integrate in web app when trying fetch token, gives me following response:

{"status": "failure", "code": 7, "host": "coreapp-ngapi-prod-cc8abc1f", "generated_at": "sat, 03 oct 2015 08:05:09 +0000", "message": "you not permitted access resource.", "data": "the provided redirect_uri not match of registered redirect uris."} 

also, on looking @ pinterest app have created, seems redirect uris field empty though gave redirect uri during intitial registration. if try update field, there no option of save changes. can please tell me work around ? also, have tried using basic site url in redirect params , https still no help.

thanks

so it's not obvious in interface how set uris -- need press enter , adds list of uris below textbox. , each 1 must https:// -- don't allow redirects unencrypted pages.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -