Skip to main content
GET
获取用户关注列表
按 @handle 列出某个 X 用户关注的账号。 每页返回 200 条,并带 has_next_pagenext_cursor。适合用于推断某个用户的兴趣、信息来源或职业网络——一个人关注了谁,通常比谁关注了他更能反映其意图。 如需反方向,请使用 get_twitter_user_followers。如果只想检验某一对特定关系,而不必翻阅成千上万条记录,请使用 get_twitter_user_check_follow_relationship

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

查询参数

userName
string
必填

用户的显示名称。

cursor
string

用于对结果进行分页的游标。第一页为空。

pageSize
integer
默认值:200

每页返回的关注数量。

必填范围: 20 <= x <= 200

响应

200 - application/json

成功响应

followings
object[]
has_next_page
boolean
next_cursor
string
status
enum<string>
可用选项:
success,
error
msg
string
code
integer