-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instagram API Update #4
Comments
@CodeDotJS, any updates on this? |
I need to see what's going and how this problem can be fixed. I'll try to push updates and fixes as soon as possible. |
@CodeDotJS, have you tried registering an app through Instagram's developer platform? If you have a registered application then you can authenticate your app using your token, which should fix this issue. |
Almost this is 2 years old, I'd like to add some information and maybe this will help some other devs here. Using this script will work at first and then stops. You can check this using a browser with incognito tab and call the profile URL directly there. |
As of a month ago or so, Instagram made a few updates to its API. You now need to be authenticated so as to access a user's profile picture in HD (i.e.
user.hd_profile_pic_url_info
).The text was updated successfully, but these errors were encountered: