statuses.mentions.timeline
GET
/statuses/mentions_timeline.json
most recent mentions (tweets containing a users's @screen_name) for the authenticating user.The
timeline returned is the equivalent of the one seen when you view your mentions on twitter.com.This
method can only return up to 800 statuses.This method will include retweets in the JSON response
regardless of whether the include_rts parameter is set.
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.twitter.com/1.1/statuses/mentions_timeline.json'
响应示例响应示例
{}
请求参数
无
返回响应
修改于 2024-09-24 06:06:38