Get authorized user's profile picture (Instagram Basic Display API)

Viewed 1850

After authorizing the user and receiving an auth_token I am able to get the fields id, username, and account_type for the currently authorized user.

How do I also get the profile picture for the user?

1 Answers

It's frustrating but right now, there is not a way to do it through the API officially. Maybe you can use an thirdy party package to do it scraping.

Related