Instagram-PHP-API icon indicating copy to clipboard operation
Instagram-PHP-API copied to clipboard

pagination parameters fix

Open MUlt1mate opened this issue 8 years ago • 4 comments

Some endpoints like followers list don't have next_max_id parameter.

MUlt1mate avatar Apr 20 '16 21:04 MUlt1mate

also, could you please roll out new stable release

MUlt1mate avatar Apr 20 '16 21:04 MUlt1mate

Thank you for your pull request. I will test the changes and - if nothing breaks - merge them as soon as possible.

florianbeer avatar Apr 27 '16 15:04 florianbeer

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

sstracy avatar Jul 14 '16 13:07 sstracy

I'm also facing the pagination problem.

jslim89 avatar Sep 01 '16 07:09 jslim89