get_post_likes
List users who liked a Facebook post, providing their IDs and names. Control pagination with an 'after' cursor and set a limit for batch size.
Instructions
List people who liked a post, including their id/name (GET /{post-id}/likes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| limit | No | ||
| post_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||