Hi there, We don't currently offer any sorting methods for followers and followings. However, you should be able to easily sort by screen_name, even for users with many followers and followings, by using a combination of followers/ids & friends/ids in conjunction with users/lookup. In most cases, you should be able to get all the screen names for both within 3 or 4 API calls, then cache the results and store and sort locally.
Finding out who is on your lists is also possible with the lists/members methods described here: http://dev.twitter.com/doc/get/:user/:list_id/members -- compare the ids of the members of a list with the ids you have in friends/ids and you can easily calculate the delta. Taylor On Fri, Aug 27, 2010 at 9:37 AM, playadancer <[email protected]> wrote: > Can we please get the ability to sort followers and following > alphabetically? > > It is extremely difficult to find a follower/followee in the list, > espcially if they are one of your first followers and you have > hundreds or thousands. > > Also, there's no way to see a list of people on my lists. I can only > see their tweets. If they haven't tweeted recently, there's no way to > know who all is on the list. > > -- > Twitter developer documentation and resources: http://dev.twitter.com/doc > API updates via Twitter: http://twitter.com/twitterapi > Issues/Enhancements Tracker: > http://code.google.com/p/twitter-api/issues/list > Change your membership to this group: > http://groups.google.com/group/twitter-development-talk?hl=en > -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group: http://groups.google.com/group/twitter-development-talk?hl=en
