Tiktok-API-Python icon indicating copy to clipboard operation
Tiktok-API-Python copied to clipboard

getChallengeFeed minCursor, maxCursor, count

Open Khimer opened this issue 3 years ago • 1 comments

Hello! Can you explain what the selection of "minCursor", "maxCursor", "count" values in the getChallengeFeed method is based on? With the values "minCursor"==0 and "maxCursor"==0, I get a list of videos by the tag I need. And also at the end of the server response there is ""...hasMore":true,"maxCursor":"128805","minCursor":"2157990","itemABParams":[],"webToken":""},"errMsg ":null}". However, with the subsequent "minCursor"==0 and "maxCursor"==30, there are no videos by the tag, although there are much more of them on the site. Thanks!

Khimer avatar May 31 '22 17:05 Khimer

maybe tiktok changed the API

demon071 avatar Jun 01 '22 11:06 demon071