Instagram Unable to reach callback URL

This problem has now been fixed. If it re-appears, here is workaround that I developed dealing with similar problems with the real-time API over the past couple years. Set your system up to use both the real-time API as well as the search API as a fallback. Ingest data coming through the real-time calls, but … Read more

Instagram API – How can I retrieve the list of people a user is following on Instagram

Shiva’s answer doesn’t apply anymore. The API call “/users/{user-id}/follows” is not supported by Instagram for some time (it was disabled in 2016). For a while you were able to get only your own followers/followings with “/users/self/follows” endpoint, but Instagram disabled that feature in April 2018 (with the Cambridge Analytica issue). You can read about it … Read more