I'm trying to fetch the Instagram user profile picture. I found an API to achieve this task
https://www.instagram.com/{username}/?__a=1
but the above API only works when I'm logged into my account, else it wouldn't return the JSON response
Is there any workaround for this? Lots of websites are doing this, so I'm sure there is some way to do it
any help would be appreciated