Posts
Post Node
Description
This endpoint retrieves details about a specific post node on Facebook based on the provided node ID.
Endpoint
GET api/v1/realtime/social/facebook/v1/posts/node?node_id={{nodeId}}
Parameters
nodeId
Yes
Query Param
String | The unique identifier for the Facebook post node whose details are to be retrieved. can be retrieved through the URL Resolver endpoint.
Use the following table as an helper to understand the response's reaction ids:
Like
1635855486666999
Wow
478547315650144
Sad
908563459236466
Care
613557422527858
Haha
115940658764963
Love
1678524932434102
Angry
444813342392137
Post Reactions Counts
Description
This endpoint retrieves the count of various reactions (likes, loves, etc.) for a specific Facebook post based on its post ID
Endpoint
GET api/v1/realtime/social/facebook/v1/posts/{{postId}}/reactions-counts
Parameters
postId
Yes
Query Param
String | The unique identifier for the Facebook post whose reaction counts are to be retrieved.
Use the following table as an helper to understand the response's reaction ids:
Like
1635855486666999
Wow
478547315650144
Sad
908563459236466
Care
613557422527858
Haha
115940658764963
Love
1678524932434102
Angry
444813342392137
Post Attachments
Description
This endpoint retrieves the post attachments.
Endpoint
GET api/v1/realtime/social/facebook/v1/posts/{{postId}}/reactions-counts
Parameters
node_id
Yes
Query Param
String | The unique identifier for the Facebook post whose reaction counts are to be retrieved.
post_id
Yes
Query Param
String | The unique identifier for the Facebook post node whose details are to be retrieved. can be retrieved through the URL Resolver endpoint.
cursor
No
Query Param
The cursor to paginate
Post Comments
Description
This endpoint retrieves the comments on a specific Facebook post based on its post ID. It provides details of all the comments associated with the post.
Endpoint
POST api/v1/realtime/social/facebook/v1/posts/{{postId}}/false-information
Parameters
postId
Yes
Query Param
String | The unique identifier for the Facebook post whose reaction counts are to be retrieved.
after_comments
No
Body Param
The cursor to paginate.
top_level_comment_ordering_mode
No
Body Param
Enum:
MOST_ENGAGEMENT
- top (default)
RECENT_ACTIVITY
- newest
TOPLEVEL
= All
Post Reactors
Description
This endpoint retrieves information about users who have reacted to a specific Facebook post, identified by its post ID.
Endpoint
POST api/v1/realtime/social/facebook/v1/posts/{{postId}}/reactors
Parameters
postId
Yes
Query Param
String | The unique identifier for the Facebook post whose reaction counts are to be retrieved.
reactors_connection_after_cursor
No
Body Param
The cursor to paginate
reactors_connection_first
No
Body Param
Number | Amount of results, max 30.
reaction_id
No
Body Param
choose a reaction_id to filter by if needed (See below table)
Use the following table as an helper to understand the response's reaction ids:
Like
1635855486666999
Wow
478547315650144
Sad
908563459236466
Care
613557422527858
Haha
115940658764963
Love
1678524932434102
Angry
444813342392137
Post Shares
Description
his endpoint retrieves information about how many times a specific Facebook post, identified by its post ID, has been shared.
Endpoint
POST api/v1/realtime/social/facebook/v1/posts/{{postId}}/shares
Parameters
postId
Yes
Query Param
String | The unique identifier for the Facebook post whose reaction counts are to be retrieved.
end_cursor
No
Body Param
The cursor to paginate
Post Media Fetch By Id
Description
This endpoint retrieves detailed information about a specific media item associated with a Facebook post, based on its media ID.
Endpoint
POST api/v1/realtime/social/facebook/v1/posts/media/{{mediaId}}
Parameters
mediaId
Yes
Query Param
String | The unique identifier for the Facebook media item to be retrieved.
Last updated