get_number_of_likes
Retrieve the like count for a specific Facebook post using its post ID to measure engagement and track post performance.
Instructions
Return the number of likes on a post. Input: post_id (str) Output: integer count of likes
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes |