potomak / jquery-instagram

Instagram jQuery plugin
http://potomak.github.io/jquery-instagram/
MIT License
555 stars 143 forks source link

Likes Limits #42

Closed matteobelfiore closed 11 years ago

matteobelfiore commented 11 years ago

Hello,

does anyone know why I get a correct likes count for a photo, let's say 11 for example, and then in the following array containing the likes I only have 3 or 4 cells, and not all the 11 likes?

It happens with all the photos I try to retrieve.

Thanks for your help.

Matt

potomak commented 11 years ago

@heartbox lists of photos contain only a subset of likers (see example response at http://instagram.com/developer/endpoints/media/#get_media_popular), if you need to retrieve them all you must make a call to http://instagram.com/developer/endpoints/media/#get_media

matteobelfiore commented 11 years ago

Yeah the problem is that I'm retrieving them per tag and not per media id or popularity. How do I solve this in my situation? Thanks for your help

potomak commented 11 years ago

You should request each media individually to retrieve the whole list of likers.