[twitter-dev] Is it possible to recreate Twitter's followers screen?

2009-11-23 Thread Ryan Bell
I would like to completely recreate Twitter's followers screen. After some research, we aren't sure its possible without being inefficient with the API. We're unable to determine if a user is a following the logged in user in a bulk fashion.This information is needed in order to determine which

Re: [twitter-dev] Is it possible to recreate Twitter's followers screen?

2009-11-23 Thread Chris Thomson
There seems to be a `following` boolean attribute returned for each user in /statuses/followers.xml (and .json)... is that what you're looking for? -- Chris Thomson On 2009-11-23, at 11:16 AM, Ryan Bell wrote: I would like to completely recreate Twitter's followers screen. After some

Re: [twitter-dev] Is it possible to recreate Twitter's followers screen?

2009-11-23 Thread Michael Steuer
Or you could simply fetch followers/ids to get a list of all of a user's followers On Nov 23, 2009, at 9:08 AM, Chris Thomson chri...@chris24.ca wrote: There seems to be a `following` boolean attribute returned for each user in /statuses/followers.xml (and .json)... is that what you're