开发者

Question about twitter api

I want to create a simple Twitter application, but I have a problem. I want to show the user information about his followers, but this requires one API request to get a list of all user IDs following him, and then many additional API requests to get the user in开发者_StackOverflowformation corresponding to the user IDs that were just fetched. Is it possible to get user info for many followers in one request?


Use the Followers method: http://api.twitter.com/1/statuses/followers.xml (Twitter API Documenation)

It returns detailed information about each follower.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜