Getting Facebook Reactions with Graph API

后端 未结 7 1965
你的背包
你的背包 2020-12-23 20:47

Facebook just released the new reaction button, but I can\'t figure out a way to get this information from the Graph API v2.5 as the /likes edge only returns the total count

7条回答
  •  别那么骄傲
    2020-12-23 21:24

    The reactions are already available via insights API v2.5. You can get them on post level via post_reactions_by_type_total edge and on page level via page_actions_post_reactions_total edge.

提交回复
热议问题