我正在使用Facebook Marketing API,并且尝试使用action_type,action_reaction。它给了我一个反应(如,哇,悲伤,...)和评论数数据,但没有返回共享计数数据。 我希望分享计数。
"actions": [
{
"action_type": "landing_page_view",
"value": "95"
},
{
"action_type": "comment",
"value": "1"
},
{
"action_type": "link_click",
"value": "273"
},
{
"action_type": "post_reaction",
"value": "3"
},
{
"action_type": "post_engagement",
"value": "277"
},
{
"action_type": "page_engagement",
"value": "277"
}
答案 0 :(得分:0)
我认为仅份额数量仅在职位级别可用:
https://developers.facebook.com/docs/graph-api/reference/v3.2/post
它将是一个具有shares.count
的共享数量的对象。