Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apparently Reels Media Feed has no pagination #1499

Open
5 of 6 tasks
davigon opened this issue Aug 12, 2021 · 3 comments
Open
5 of 6 tasks

Apparently Reels Media Feed has no pagination #1499

davigon opened this issue Aug 12, 2021 · 3 comments
Labels
bug unconfirmed This issue hasn't been read/confirmed/accepted by an admin

Comments

@davigon
Copy link

davigon commented Aug 12, 2021

Form

Requirements

Platform

  • I'm using Node.js version 14.16.1
  • I'm using electron

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).

@davigon davigon added bug unconfirmed This issue hasn't been read/confirmed/accepted by an admin labels Aug 12, 2021
@Nerixyz
Copy link
Collaborator

Nerixyz commented Aug 12, 2021

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
Copy link
Author

davigon commented Aug 12, 2021

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
Copy link

@davigon, sorry, not related to your pagination issue at all, but I just posted an issue: #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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug unconfirmed This issue hasn't been read/confirmed/accepted by an admin
Projects
None yet
Development

No branches or pull requests

3 participants