Following by User ID
GET
/2/users/{id}/followingReturns a list of users that are being followed by the provided user ID
请求参数
Path 参数
id
必需
The ID of the user for whom to return results
Query 参数
max_results
可选
The maximum number of results
pagination_token
可选
This value is populated by passing the 'next_token' or 'previous_token' returned in a request to paginate through results.
示例代码
返回响应
The request was successful(200)
500(500)
The request was successful
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
No schema defined
示例
未设置
最后修改时间: 3 年前