Nicolaesse
Nicolaesse

Reputation: 2714

Get a list of pics a user likes on Instagram

is there a way to get a list (ideally XML or Json) of what pictures a specific user likes on Instagram? I had a look at the Instagram APIs but there's nothing like this. This would be have the same informations I can see in the News => Following menu but not limited to few hours. enter image description here

Upvotes: 6

Views: 13408

Answers (1)

krisrak
krisrak

Reputation: 12952

There is no public API for accessing other user's likes, you can only get logged-in user's likes using this endpoint: http://instagram.com/developer/endpoints/likes/

Upvotes: 2

Related Questions