开发者

Get real time number of twitter followers from several accounts

开发者 https://www.devze.com 2023-03-17 18:38 出处:网络
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.

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?开发者_开发百科


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

0

精彩评论

暂无评论...
验证码 换一张
取 消