Skip to main content

获取用户的关注列表/Get user followings

GET 

/api/tiktok/web/fetch_user_follow

[中文]

用途:

  • 获取用户的关注列表

参数:

  • secUid: 用户secUid
  • count: 每页数量
  • maxCursor: 最大游标
  • minCursor: 最小游标

返回:

  • 用户的关注列表

[English]

Purpose:

  • Get user followings

Parameters:

  • secUid: User secUid
  • count: Number per page
  • maxCursor: Max cursor
  • minCursor: Min cursor

Return:

  • User followings

[示例/Example]

secUid = "MS4wLjABAAAAv7iSuuXDJGDvJkmH_vz1qkDZYo1apxgzaxdBSeIuPiM" count = 30 maxCursor = 0 minCursor = 0

Request

Responses

Successful Response