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
Hey,
I'm currently working on app, which uses this wrapper for Instagram. Instagram used to work and stopped about 2-3 months ago. There were no changes in code, redirect starts with http:// and app passed Review, so it looks like everything is fine. I receive access token, user is authenticated, but methods from title stopped working.
Could you try to help me resolving this problem? :)
The text was updated successfully, but these errors were encountered:
The problem is the endpoint for getSelfUserDetails getting URL-encoded so it looks like https://api.instagram.com/v1/users%2Fself?access_token=... instead of https://api.instagram.com/v1/users/self?access_token=...
Instagram just stopped tolerating incorrectly encoded URLs
Hey,
I'm currently working on app, which uses this wrapper for Instagram. Instagram used to work and stopped about 2-3 months ago. There were no changes in code, redirect starts with http:// and app passed Review, so it looks like everything is fine. I receive access token, user is authenticated, but methods from title stopped working.
Could you try to help me resolving this problem? :)
The text was updated successfully, but these errors were encountered: