开发者

Question about twitter api

开发者 https://www.devze.com 2023-02-28 23:06 出处:网络
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

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

精彩评论

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

关注公众号