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.

I would like to create a social media ranking with live numbers of facebook fans and twitter followers. Numbers would be directly updated in the table.

Any idea how to get these numbers?

share|improve this question

1 Answer

you can get facebook fans or like count from facebook graph api.

you can get twitter followers count from http://dev.twitter.com/doc/get/users/show.

Eg: http://api.twitter.com/1/users/show.json?screen_name=twitter to get details about 'twitter' in json format. replace json in link with xml to get output in xml format

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.