instagram-profile-picture icon indicating copy to clipboard operation
instagram-profile-picture copied to clipboard

Instagram API Update

Open k4m4 opened this issue 6 years ago • 4 comments

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).

k4m4 avatar Oct 08 '19 19:10 k4m4

@CodeDotJS, any updates on this?

k4m4 avatar Oct 21 '19 16:10 k4m4

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 avatar Oct 21 '19 19:10 CodeDotJS

@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.

k4m4 avatar Dec 14 '19 20:12 k4m4

Almost this is 2 years old, I'd like to add some information and maybe this will help some other devs here. The URL with or without the magic query parameter, that shows the Instagram profile, is still working without login unless the IP becomes restricted. After some tests you will not get the profile, but the login page. Atm, I have no clue if this restriction is removed again. But using a valid cookie is working "around" the restriction.

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.

nbartels avatar Aug 31 '21 09:08 nbartels