How to get facebook share count for date range
i have a website where certain pages have a facebook "share" button.
I need to be able to produce a report showing how many times a page has been shared on FB within a give date range. Ive had a开发者_StackOverflow look at using FQL to query on the Link_Stat table but this only has total counts.Anyone got any other ideas on how i could achieve this?
You can use the Facebook insights table. Here is the Facebook reference: https://developers.facebook.com/docs/reference/fql/insights/
You will need to use the "Domain Content" metric.
You can use Facebook Insights to easily see this information for your page/app/site. Here is a sample graph I pulled. It allows date range and has other graphs.
The Facebook Graph API has an Insights endpoint that has some of the data available, although I don't know that it was date range abilities, at least not that I saw documented.
精彩评论