Thursday, June 28, 2012

Social Networking Api calls

This post tells us how to render count number of the webpage in our social networking websites.
So lets start with my favourite one

Facebook:

https://graph.facebook.com/fql?q=SELECT url, normalized_url, share_count, like_count, comment_count, total_count,commentsbox_count, comments_fbid, click_count FROM link_stat WHERE url='http://www.google.com'

Twitter:

http://urls.api.twitter.com/1/urls/count.json?url='http://www.google.com'


Linkedin:

http://www.linkedin.com/countserv/count/share?url= 'http://www.google.com' &format=jsonp&callback=?


How to get counts from social networking sites are explained in following posts:

Facebook,Twitter,linkedin,google +,digg,delicious

http://www.internoetics.com/2012/05/16/count-shares-to-facebook-twitter-linkedin-googleplus/
http://www.w3avenue.com/2010/02/24/how-to-get-digg-delicious-and-tweet-counts-using-jquery/
http://johndyer.name/getting-counts-for-twitter-links-facebook-likesshares-and-google-1-plusones-in-c-or-php/
http://olegnax.com/927-counter-goole-plusone-twitter-facebook-buttons/
http://www.techrepublic.com/blog/australia/monitor-social-sharing-of-urls/302

Facebook like miscount:

http://faso.com/fineartviews/21028/facebook-like-button-count-inaccuracies

Linkedin Count Shares:

http://developer.linkedin.com/retrieving-share-counts-custom-buttons

All Share Counts:

http://sharedcount.com/documentation.php
https://gist.github.com/2640302

No comments:

Post a Comment