Pinterest API https://api.pinterest.com/v1/me/ returns "authorization failed" -


i passed oauth part, got access token successfully. need user profile calling https://api.pinterest.com/v1/me/?access_token='token'. returned me:

 {      "status":"failure",    "code":3,    "host":"coreapp-devplatform-devapi-184",    "generated_at":"wed, 30 sep 2015 01:57:50 +0000",    "message":"authorization failed.",    "data":null } 

it works app creator, not collaborator or tester. missing?

just verified pinterest has fixed issue. works collaborators or testers. make sure collaborators or testers follow app creator's pinterest account.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -