dilame / instagram-private-api

NodeJS Instagram private API SDK. Written in TypeScript.
MIT License
5.95k stars 1.14k forks source link

Apparently Reels Media Feed has no pagination #1499

Open davigon opened 3 years ago

davigon commented 3 years ago

Form

Requirements

Description

I'm trying to fetch Story Highlights but with pagination for better performance. The thing is that when I try to fetch them, I obtain the full story list and isMoreAvailable is always false. This don't happen when I use User Feed (posts).

Nerixyz commented 3 years ago

I obtain the full story list and isMoreAvailable is always false. This don't happen when I use User Feed (posts).

That's to be expected. The reels media feed isn't supposed to have pagination. Do you think it should have? Does it not return every item?

davigon commented 3 years ago

That's to be expected. The reels media feed isn't supposed to have pagination. Do you think it should have?

Oh, I didn't know it because other feeds have pagination and I supposed that reels media feed had it. In my case have sense since I'm displaying stories like I display posts.

Does it not return every item?

Yes, it does.

vandrieu commented 11 months ago

@davigon, sorry, not related to your pagination issue at all, but I just posted an issue: https://github.com/dilame/instagram-private-api/issues/1728 (my issue is ig.feed.reelsMedia fetches stories, not reels)

Then I saw your issue. If you have a reels pagination issue I assume you successfully fetch reels. Do you spot the error in my code? Why am I getting stories?