get_post_reactions
Retrieve a list of users who reacted to a Facebook post and their reaction types, with optional filtering by specific reaction such as LIKE or LOVE.
Instructions
List reactions on a post with who reacted and how (GET /{post-id}/reactions).
reaction_type filters to one of: LIKE, LOVE, WOW, HAHA, SAD, ANGRY, THANKFUL, CARE. Omit to get all reaction types (each item includes a 'type' field showing which reaction the person used).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| limit | No | ||
| post_id | Yes | ||
| reaction_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||