Closed camohub closed 3 years ago
Hello,
Yes it's possible. You can use the getMoreMediasWithCursor
method in Api.php.
Example : https://github.com/pgrimaud/instagram-user-feed/blob/master/examples/medias-endcursor.php
Thanks a lot. I solved it in another way. Now I am facing InstagramAuthException(code: 0): Checkpoint required, please provide IMAP credentials to process authentication. issue. Hope this doc help me to solve it https://github.com/pgrimaud/instagram-user-feed#version-63-checkpoint-challenge-bypass
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Version(s) affected: 6
Description
Is it possible to get more medias via ajax call. It means if I load first 10 images and then wants to get next 10 images but as a separate request. Is there a way to start on the position stored in some kind of cache?
Additional context
I would like to fill carousel which should load more images dynamically.
Is it possible or not?