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
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.
talking_about_count
change "nike" with the page id you want to collect data from.