oauth-io/oauth-js

Instagram scope

aesposito opened this issue · 1 comments

Hi, I'm trying to follow Instagram users from an app but I have an exception:

OAuthPermissionsException: This request requires scope=relationships, but this access token is not authorized with this scope. The user must re-authorize your application with scope=relationships to be granted write permissions.

I've already added 'relationship' for the scopes.
Any idea?

thyb commented

Take a look at this link: https://instagram.com/developer/authorization/

it says: "Note that in order to use these extended permissions, you must first submit your app for review."

In their documentation, they talk about a sandbox mode that are going to be introduced in Instagram (to try these permissions without the app review).