Getting “People talking about this” metric (PTAT)

做~自己de王妃 提交于 2019-12-03 11:24:58

In the Facebook Graph API Explorer there is a description for talking_about_count field:

The number of people that are talking about this page (last seven days). No access token or user access_token. number

So talking_about_count field is equal to page_storytellers insight metric with week period.

Jon

you just need to target the graph api node for the page

https://graph.facebook.com/nike/

last metric (talking_about_count) is talking about this. pull the number from the JSON object.

change "nike" with the page id you want to collect data from.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!