For one of my personal project I am using Instagram Private API npm.
So basically it returns media in chunks and there are feed.getcursor()
, feed.setcursor()
, feed.ismoreavailable()
methods like in Instagram API pagination. The issue is after returning about 1000 - 1500 media in total it hits the end that is feed.ismoreavailable() === false
.
In fact if I check manually with /explore/locations/{locationid}
I can see that media is endless.
Help me please why I get that limit?
via Bereket Yeleussinov