Getting “People talking about this” metric (PTAT)

后端 未结 2 1810
北荒
北荒 2021-02-14 03:37

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

2条回答
  •  长发绾君心
    2021-02-14 04:14

    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.

提交回复
热议问题