Instagram API - How can I retrieve the list of people a user is following on Instagram
I would like to know how I can retrieve the list of people a user is following on Instagram. This is given that this particular user is someone that I follow. So I have access to his/her photos and his followers on the Instagram app. How can I use the Instagram API to do this? Is this legal to do? You can use the following Instagram API Endpoint to get a list of people a user is following. https://api.instagram.com/v1/users/{user-id}/follows?access_token=ACCESS-TOKEN Here's the complete documentation for that endpoint. GET /users/user-id/follows And here's a sample response from executing that