twitter_liking_users
Retrieve the list of users who liked a specific post by providing its ID. Returns usernames and profiles to help analyze engagement and audience.
Instructions
Users who liked a given post.
Returns: {data:[{id, username, name}], meta:{result_count}}
Auth: needs your own key in X_BEARER_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Post id. Required — part of the URL path. | |
| max_results | No | Results per page (1-100). | |
| user_fields | No | User fields (CSV). | username,name,verified |