51932b099b2f

OpenAPI 3.1.02026-08-075421692.0 MB
Analytics

Get Facebook post reactions

Returns the reaction breakdown for a Facebook Page post: a count per reaction type plus the overall total.

The whole breakdown is fetched in a single Graph call. Note that the post analytics endpoint reports only an aggregate reaction count (surfaced there as likes), so use this endpoint when you need per-type counts.

get/v1/accounts/{accountId}/facebook-post-reactions

Path parameters

accountIdstring required

The ID of the Facebook Page account

Query parameters

postIdstring required

The Facebook post ID

Response

Reaction breakdown for the post

accountIdstring
platformstring
usernamestring
postIdstring
totalinteger

Total reactions across all types

lastUpdatedstring date-time

Example response

{
  "platform": "facebook"
}