工具 API

users.timelines.reverse_chronological.list

Retrieves a reverse chronological list of Posts in the authenticated User’s Timeline.

socialOAuth1 积分

调用信息

工具标识
twitter.users.timelines.reverse_chronological.list
服务提供方
Twitter / X
平均响应
0 ms
近 7 天调用
0

输入参数

id必填

Unique identifier of this User. The value must be the same as the authenticated user.

since_id

Unique identifier of this Tweet. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.

until_id

Unique identifier of this Tweet. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.

max_results

integer

pagination_token

A base36 pagination token.

exclude

array

start_time

string

end_time

string

tweet.fields

The fields available for a Tweet object.

expansions

The list of fields you can expand for a [Tweet](#Tweet) object. If the field has an ID, it can be expanded into a full object.

media.fields

The fields available for a Media object.

poll.fields

The fields available for a Poll object.

user.fields

The fields available for a User object.

place.fields

The fields available for a Place object.