friends.ids
GET
/friends/ids.json
user IDs for every user the specified user is following (otherwise known as their "friends").
subject to unannounced change and eventual consistency issues. Results are given in groups of 5,000
user IDs and multiple "pages" of results can be navigated through using the next_cursor value in
subsequent requests. See Using cursors to navigate collections for more information.
allows you to convert user IDs into full user objects in bulk.
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.twitter.com/1.1/friends/ids.json'
响应示例响应示例
{}
请求参数
无
返回响应
修改于 2024-09-24 06:06:38