FB makes this EdgeRank metric Public (shown on every page) – now how to access it to collect stats?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I asked the Facebook team about this a couple of weeks ago; it seems it was overlooked at the time and they would look into it. I just checked out the Graph API today and it appears to be in there now! Here is a quick way to request the data from the Graph API and have it return a JSON formatted result set:
If you want just the count of talking about you can use this format:
https://graph.facebook.com/%5BPageID or Page Name]?fields=talking_about_count
Examples:
Returns:
You can also combine this with other fields:
Returns:
Hope this helps,
-Paul