Hi this is the web service code to fetch facebook likes and shares count, By using the below web service replace with your url for the blue colored text...
In XML Format
https://api.facebook.com/restserver.php?method=links.getStats&urls=https://www.facebook.com/addeal.in/
Output
In Json format
https://api.facebook.com/restserver.php?method=links.getStats&format=json&urls=https://www.facebook.com/addeal.in/
Output : [{"url":"https:\/\/www.facebook.com\/addeal.in\/","normalized_url":"https:\/\/www.facebook.com\/addeal.in\/","share_count":0,"like_count":624,"comment_count":0,"total_count":624,"click_count":0,"comments_fbid":null,"commentsbox_count":0}]
In XML Format
https://api.facebook.com/restserver.php?method=links.getStats&urls=https://www.facebook.com/addeal.in/
Output
<links_getStats_response xmlns="http://api.facebook.com/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://api.facebook.com/1.0/ http://api.facebook.com/1.0/facebook.xsd" list="true">
</links_getStats_response>
In Json format
https://api.facebook.com/restserver.php?method=links.getStats&format=json&urls=https://www.facebook.com/addeal.in/
Output : [{"url":"https:\/\/www.facebook.com\/addeal.in\/","normalized_url":"https:\/\/www.facebook.com\/addeal.in\/","share_count":0,"like_count":624,"comment_count":0,"total_count":624,"click_count":0,"comments_fbid":null,"commentsbox_count":0}]
0 comments:
Post a Comment