Returns Tweet objects liked by the provided User ID
GET
/2/users/{id}/liked_tweetsReturns a list of Tweets liked by the provided User ID
Request
Path Params
id
string
required
The ID of the User to list the liked Tweets of
Query Params
max_results
integer
optional
The maximum number of results
pagination_token
string
optional
This parameter is used to get the next 'page' of results.
expansions
array[string]
optional
A comma separated list of fields to expand.
tweet.fields
array[string]
optional
A comma separated list of Tweet fields to display.
user.fields
array[string]
optional
A comma separated list of User fields to display.
media.fields
array[string]
optional
A comma separated list of Media fields to display.
place.fields
array[string]
optional
A comma separated list of Place fields to display.
poll.fields
array[string]
optional
A comma separated list of Poll fields to display.
Request samples
Responses
The request was successful(200)
500(500)
The request was successful
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
data
$ref(#/definitions/410991)[]
optional
>= 1 items
#/definitions/410991
optional
errors
$ref(#/definitions/410967)[]
optional
>= 1 items
#/definitions/410967
optional
includes
#/definitions/410930optional
meta
object
optional
next_token
string
optional
The next token
Match pattern:
^[a-zA-Z0-9]+$
previous_token
string
optional
The previous token
Match pattern:
^[a-zA-Z0-9]+$
result_count
integer <int32>
optional
Number of Tweets in result set
Example
Not configured
Modified at 2 years ago