Like/Unlike Post or Comment
meta_like_objectLike or remove a like from a Facebook Page post or comment by providing object ID and page ID. Set unlike to true to remove a like.
Instructions
Likes or removes a like from a page post or comment, acting as the Page.
Args:
object_id (string): Post ID or Comment ID
page_id (string): Page ID (for token)
unlike (boolean): If true, removes the like instead
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_id | Yes | Post ID or Comment ID | |
| page_id | Yes | ||
| unlike | No |