ping / instagram_private_api

A Python library to access Instagram's private API.
MIT License
2.95k stars 612 forks source link

Web API Pagination Question - Finding "end_cursor" #324

Closed mrphilipphilip closed 3 years ago

mrphilipphilip commented 3 years ago

Please follow the guide below


Before submitting an issue, make sure you have:

Which client are you using?


Describe your Question/Issue:

Unlike app api, in web api I couldn't figure out pagination. I know I need "end_cursor" like "next_max_id" to make pagination on web api. I can find and see "end_cursor" on get response. Is there an easy way to find "end_cursor" on web api?