get_user_likes
Retrieve a user's liked tweets by providing their numeric user ID. Optionally set a limit on the number of tweets returned.
Instructions
Get a user's liked tweets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max tweets to return (default 20, max 100). | |
| user_id | Yes | The numeric user ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |