Click here to Skip to main content
15,891,375 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Hi all,
Current i am working with Facebook graph API i need to get the number of likes a Page had on a given month. As in, how many page likes had on July 2014, but i can't find a way to do that.
can any one help me out...

Thanks & Regards
Karthikeyan Mathiyalagan
Posted

1 solution

In Facebook Graph API you can get number of likes as on today. Following API should help you to get total likes for page as on today.

https://developers.facebook.com/docs/graph-api/reference/v2.0/object/likes/[^]

To get monthly like count, you need to call above API very month’s last day to get current and latest page like count. This will give you an incremental count of page and the difference between current and last month’s like count will be your complete months like count.
 
Share this answer
 
Comments
Karthikeyan Mathiyalagan 6-Aug-14 5:20am    
Thank Prashant....i am expect this one. okay every month we could get total likes then get increased like count from last month count am i right.
Prashant. B. Chavan 6-Aug-14 6:59am    
yes, right. You can run this process daily so that you can get daily count.
Karthikeyan Mathiyalagan 25-Aug-14 3:24am    
Thanks Prashant..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900