Key | Value |
id | The Tweet ID you want to get the liking users of |
Key | Value | Returned fields |
user.fields | created_at | user.created_at |
expansions | pinned_tweet_id | tweet.id, tweet.text |
tweet.fields | created_at | tweet.created_at |
https://api.x.com/2/tweets/1354143047324299264/liking_users?user.fields=created_at&expansions=pinned_tweet_id&tweet.fields=created_at
Step five: Make your request and review your response
Once you have everything set up, hit the “Send” button and you will receive a similar response to the following example response:
Key | Value |
id | The user ID you want to get the liked Tweets of |
max_results | 5 |
https://api.x.com/2/users/2244994945/liked_tweets?max_results=5
Once you have everything set up, hit the “Send” button and you will receive a similar response to the following example response: