Click here to Skip to main content
15,900,108 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all

how can I get number of likes particular something in my facebook page in order to display it inside my web site ?

not like of Page , but something in page .. like image or any thing.

regards
Posted
Updated 13-Mar-13 3:35am
v2
Comments
joshrduncan2012 13-Mar-13 9:14am    
What have you tried so far? You might want to research the facebook apis to see how they have it set up.
Anuja Pawar Indore 13-Mar-13 11:50am    
Why repost, edit your existing question
http://www.codeproject.com/Questions/561365/getplusnumberplusofpluslikeplusfromplusfb

1 solution

Use Facebook Insights [^] and this API call:

Java
$facebook->api("/$page_id/insights");
 
Share this answer
 

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