Instagram-PHP-API
Instagram-PHP-API copied to clipboard
pagination parameters fix
Some endpoints like followers list don't have next_max_id
parameter.
also, could you please roll out new stable release
Thank you for your pull request. I will test the changes and - if nothing breaks - merge them as soon as possible.
I have used @florianbeer 's updated code to successfully pull and display an authenticated user's most recent photos however, I'm having some issues with the pagination bit still. I'm still in sandbox mode with the InstagramAPI so I am limiting my call to just five photos so that I can test out the pagination method.
I'm hoping that either one of you, @florianbeer or @MUlt1mate , could help me as the documentation for adding pagination doesn't seem very complete. I am not sure how to utilize the pagination or "next_max_id" or possibly "next_url" endpoints to create a "Load more photos" button. Any extra help would be greatly appreciated. Thank you! -Scott
I'm also facing the pagination problem.