API reference
API reference index
For the complete API reference, select an endpoint from the list:
Likes lookup
Users who have liked a Post | GET /2/tweets/:id/liking_users |
Posts liked by a user | GET /2/users/:id/liked_tweets |
Manage Likes
Allows a user ID to like a Post | POST /2/users/:id/likes |
Allows a user ID to unlike a Post |
DELETE /2/users/:id/likes/:tweet_id |