Hi , i want to use pinterest API , the purpose of the use is to " Return the users that the logged in user follows " but when i initialize the call it show me these error : {“status”: “failure”, “message”: “Authorization failed.”, “code”: 3, “data”: null} , i know there are some parameters i need to add , but i don’t know what the value should be !!
-
This is a test URL end point provided from pinterest app : https://api.pinterest.com/v1/me/following/users/?access_token=&fields=first_name%2Cid%2Clast_name%2Curl
-
pinterest Docs : https://developers.pinterest.com/docs/api/overview/
Thanks in advance
Best Regards