Access Token Is Not Authorized With This Scope Relationship
I am appending scope to auth url like this >>> scope=likes+comments+relationships+basic'; But while logging in, it is not asking user for relationship permission, only sh
Solution 1:
This is a post request. To make post request to InstagramAPI you need to submit your application details and company details to Instagram for review. Maybe other relationship endpoints will work fine without submitting your app. For more details visit the following link https://instagram.com/developer/endpoints/relationships/#post_relationship
Post a Comment for "Access Token Is Not Authorized With This Scope Relationship"