3

Im trying to fetch all comments from an Instagram picture but i seem only to recieve last 8 pictures. And when I'm trying to var_dump it, it only shows me the last 8 while the count has 14 for instance. When I var_dump other items like pictures there is a pagination. But with comments there aint no pagination. You guys have any idea?

Cheers,

Armando

  • The Instagram API does page, [see this section of the documentation](https://instagram.com/developer/endpoints/#pagination) – John C Sep 25 '15 at 09:55
  • Comments pagination is undocumented, but since the Instagram App is doing it, there is a way. See this answer for getting to the undocumented API endpoint(s) for getting all the comments on a media item: http://stackoverflow.com/a/28137873/325521 – Shiva Sep 25 '15 at 19:09
  • Possible duplicate of [Retrieving more than 150 Instagram comments](http://stackoverflow.com/questions/23069421/retrieving-more-than-150-instagram-comments) – Farside Apr 12 '16 at 12:55

0 Answers0