Getting “People talking about this” metric (PTAT)

て烟熏妆下的殇ゞ 提交于 2019-12-09 09:03:50

问题


I'm using the facebook api to pull some metrics, I want to get the "talking about this" metric, I reviewd the "Stories and People talking about this" from the facebook api and I'm pulling the "page_storytellers" metric, but I see that the number from this metric does not match with the "talking about this" metric from the facebook original page.

My question here is

How does the facebook api calculate this value for (page_storytellers metric)? The "page_storytellers" metric is the correct one to get the "talking about this metric"?

Thanks for your help

http://developers.facebook.com/docs/reference/fql/insights/


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/8493094/getting-people-talking-about-this-metric-ptat

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