Tik-Tok-Feed

फ्रीमियम
द्वारा Văn Anh | अपडेट किया गया hace 23 días | Social
लोकप्रियता

9.7 / 10

लेटेंसी

5,133ms

सेवा का स्तर

100%

Health Check

100%

सभी चर्चाओं पर वापस जाएं

The user-feed API is not able to return next page data

Rapid account: Allen 223
allen223
hace un año

The maxCursor in the response doesn’t seem to allow us to fetch the next page, calling the next request with maxCursor simply returns exactly the same data over and over again, which makes the API unusable to retrive all the video feeds.

For example

{
  "method": "GET",
  "url": "https://tik-tok-feed.p.rapidapi.com/",
  "params": {
    "type": "user-feed",
    "max": "1666966178000",
    "search": "theductmanz"
  },
  "headers": {
    "x-rapidapi-host": "tik-tok-feed.p.rapidapi.com",
    "x-rapidapi-key": ""
  }
}

returns

{
  "status": "0",
  "detail": "theductmanz",
  "items": [],
  "hasMore": true,
  "maxCursor": "1666966178000"
}

Notice the maxCursor is exactly the same yet hasMore suggest there are more items to be fetched

Rapid account: Allen 223
allen223 Commented hace un año

Is this fixed yet? We are already at max quota due to this bug

Rapid account: Ad KT 36
AdKT36 Commented hace un año

I will check and fix!

चर्चा में शामिल हों - नीचे टिप्पणी जोड़ें:

नई टिप्पणियाँ पोस्ट करने के लिए लॉग इन / साइनअप करें