You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m a newbie with the Instagram API, and I’m not sure if this affects only me since my app is still in development mode. However, when working with this package, I always get errors like "Invalid OAuth access token - Cannot parse access token."
The issue was (I don't know why) with the API_URL in src/main/Constants.ts. It was set to https://graph.facebook.com, which didn’t work for me. Instead, I used https://graph.instagram.com, and it worked fine. Just sharing this to help in case someone else encounters the same error.
The text was updated successfully, but these errors were encountered:
The URL depends on the type of token you are generating. I believe for you to be using that URL, you are creating a token with the Instagram Login which is a somewhat recent feature
I plan to add support for both. I created #394 (comment) for that purpose
I’m a newbie with the Instagram API, and I’m not sure if this affects only me since my app is still in development mode. However, when working with this package, I always get errors like "Invalid OAuth access token - Cannot parse access token."
The issue was (I don't know why) with the API_URL in src/main/Constants.ts. It was set to https://graph.facebook.com, which didn’t work for me. Instead, I used https://graph.instagram.com, and it worked fine. Just sharing this to help in case someone else encounters the same error.
The text was updated successfully, but these errors were encountered: