对于followcost.com的API脚本。给出了使用跟随成本API的跟踪成本有一个简单的JSON API。
使用Twitter用户名发送GET请求到followcost.com:
GET /lof.json
服务器响应(为清晰起见):
200 OK
Content-Type: application/json
{"milliscobles_all_time":141.93,
"average_tweets_per_day":3.01034,
"username":"lof",
"twitter_created_at":"2008/01/24 11:21:43 -0600",
"at_reply_index":55.0,
"milliscobles_recently":147.92,
"average_tweets_per_day_recently":3.13738,
"statuses_count":1165,
"golden_index":3.0,
"profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/50450572\/75756154_N00_normal.jpg"}
但是,当我使用网址www.followcost.com/GET/Anand_Dasgupta.json
或www.followcost.com/api/GET/Anand_Dasgupta.json
时,它会提供 Twitter用户不存在错误...但我显然拥有推特ID。
那么我需要使用的URL是什么?
任何帮助都将受到高度赞赏。
谢谢
阿南德
答案 0 :(得分:1)
答案 1 :(得分:1)