Replies: 1 comment 1 reply
-
|
You are right, this is already there, you just need to split user_medias_gql to user_medias_gql and user_medias_gql_chunk (user_medias_v1 to user_medias_v1 and user_medias_v1_chunk) as was done for user_followers_gql and user_followers_v1 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings @adw0rd.
So as I promised I started to work on the contribution to add end_cursor to user_medias. After a deeper dive into the code base, well correct me if I'm wrong, I think it's already been implemented. It's just not exposed, but internally it keeps track of the end_cursor and keeps on requesting till the given amount is satisfied.
user_medias_gql implementation:

user_medias_v1 implementation:

Please confirm if I'm mistaken or correct. Also, guide me on what to do if I'm mistaken or what else can I help you with if I'm correct.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions