Tagging comments or comments in the Instagram API

This question complements Retrieving over 150 Instagram comments and repeating this older post in a group .

It is currently not possible to get a complete list of comments or comments for a specific post. There are no documented pagination options, and it’s unclear how you can paginate the pages you like, because they do not have publicly marked timestamps or time-related identifiers.

At least the developer documentation for http://instagram.com/developer/endpoints/comments/ and http://instagram.com/developer/endpoints/likes/ , it should be noted that it is not possible to get a complete list of comments or comments.

Are there any workarounds for this or pagination support plans for comments and endpoint preferences?

If there are no such plans, what about controlling the streamlining of results? This would at least make it possible to get new records with reasonable certainty.

At the moment, it looks like the endpoint / likes returns the results according to the oldest and oldest order, but unfortunately the endpoint comments uses the oldest and newest versions.

+6
source share

Source: https://habr.com/ru/post/978840/


All Articles