pavelk2 / social-feed

JavaScript plugin that shows a user feed from the most popular social networks
http://pavelk2.github.io/social-feed-example/
MIT License
962 stars 304 forks source link

Instagram only 33 images displayed #117

Closed jasperroloff closed 8 years ago

jasperroloff commented 9 years ago

As the Instagram API limits calls to users/<user-id>/media/recent/... to max 33 images, even if a higher count is specified. In this case the API response contains a pagination link for the next request to get the next 33 images and so on. It would be pretty cool if social-feed considers this problem. Thanks!

Webarkitekt commented 8 years ago

linked to issue #111