You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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.
@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?
Form
Requirements
DEBUG
variable.Platform
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).
The text was updated successfully, but these errors were encountered: