postaddictme / instagram-php-scraper

Get account information, photos, videos, stories and comments.
https://packagist.org/packages/raiym/instagram-php-scraper
MIT License
3.1k stars 800 forks source link

getting all comments #520

Closed kimia000 closed 5 years ago

kimia000 commented 5 years ago

I tried to get all comments of a media by the example given at https://github.com/postaddictme/instagram-php-scraper/blob/master/examples/getMediaComments.php

but it only returns 10 or 11 comments.

If I omit the second parameter, as $comments = $instagram->getMediaCommentsById('1130748710921700586'); it will return 10 comments, and if I put a large number like the example, $comments = $instagram->getMediaCommentsById('1130748710921700586', 10000); it will return 11 comments.

dfuse-dev commented 5 years ago

same here

stale[bot] commented 5 years ago

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.