Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
0,source_type传2,然后会返回一个空的粉丝列表,里面包含了max_time,然后再次请求时,max_time传上一次请求返回的max_time,source_type传1,即可获取到粉丝列表。1,第一次请求时使用2作为来源类型,然后再次请求时使用1作为来源类型。0 for max_time, pass 2 for source_type, and an empty fans list will be returned, which contains max_time, then pass the max_time returned by the previous request for paging each time, pass 1 for source_type, you can get the fans list.1, use 2 as the source type for the first request, and then use 1 as the source type for the subsequent request.Authorization: Bearer ********************curl --location --request GET 'https://api.tikhub.io/api/v1/douyin/web/fetch_user_following_list?sec_user_id&max_time&count&source_type' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"request_id": "string",
"message": "Request successful. This request will incur a charge.",
"message_zh": "请求成功,本次请求将被计费。",
"support": "Discord: https://discord.gg/aMEAS8Xsvz",
"time": "string",
"time_stamp": 0,
"time_zone": "America/Los_Angeles",
"docs": "string",
"cache_message": "string",
"cache_message_zh": "string",
"cache_url": "string",
"router": "",
"params": {},
"data": null
}