This repository has been archived by the owner on Oct 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
Pagination of list_hashtag method #12
Labels
enhancement
New feature or request
Comments
soon I'll add the paging feature to all of them. It's a simple thing but I forgot to add. |
Could you elaborate a bit on how the pagination should work and thich parameters should be used for that, so I could implement it myself? |
as a step below and I used the token. Where is all the same for a friend list paging
|
Thanks for answer. I see, for followers list it is quite simple when the response provides me both min and max time. |
I will check it list_hastag pagetion
Matěj Račinský <[email protected]>, 26 Şub 2019 Sal, 13:27 tarihinde
şunu yazdı:
… Thanks for answer. I see, for followers list it is quite simple when the
response provides me both min and max time.
Unfortunately, for the list_hashtag the min_time and max_time is not
provided.
But I found out that while you can not perform this time-wise pagination,
you can do the cursor pagination by passing the cursor parameter, so I am
able to skip first X videos by adding &cursor=X to query.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJb3NcTvB0hZCEjDc66lU7utIWZ2ny2Oks5vRQv8gaJpZM4bQYlx>
.
--
İyi çalışmalar dilerim.
TOLGA TAŞÇI
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, is there any possibility to paginate in list_hashtag method?
I see there is the count and offset query parameter, but the offset parameter seems to be doing nothing no matter which value it has. Is there any possibility to obtain some number of videos but skipping the first X? So I wouldn't have one query with high count, but multiple smaller queries using the pagination.
The text was updated successfully, but these errors were encountered: