Is there a way that I can retrieve the total number of Likes for my entire website for the day? Essentially, I'd like to display the total number of Like for each blog post that day.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
It's all time stats and not for the day but this simple Graph API call shows how many times an URL has been shared, for example: https://graph.facebook.com/http://google.com If you launch it everyday with every URL of your website, you can store the values and get daily stats. |
|||
|
|
|
You can use Facebook Insights to have statistics for your domain. Cheers, |
|||||
|
|
Total Likes shows only likes for current page, not whole websites, as it says. Try it with different urls. |
||||
|
|