twitter_liking_users
Retrieve the list of users who liked a specific post, including their ID, username, and name.
Instructions
Users who liked a given post.
Returns: {data:[{id, username, name}], meta:{result_count}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| max_results | No | ||
| user_fields | No | username,name,verified |