Hello All,

        I want to fetch the twitter accounts which i need to follow
based on a particular twitter user's followers / followings directly.
When i search a twitter account say(twitter) and i want to follow the
specified twitter id's followers / followings where there is no
friendship exists among the specified account and the one which is
searching. So that they can directly follow the other user's
followers / followings without rechecking for the freindship exists
among each of the users which we get.

Here is an example in detail:

I am a user with twitter account id as "searcher" and i want to follow
a particular twitter id's(say "searchable") followers / followings. If
i've already followed some of the users whom "searchable" is
followed / followed by.... then those must not be included in getting
the results which i need to follow.

I am using the following method to get the friends list.
http://twitter.com/statuses/friends.xml?screen_name=searchable
this method is returning all the followings who are also followed by
me.
I want to get the friends list  who i am not following. If i get all
the results i have to check "friendships/exists" explicitly the  for
every user. this will waste a call and consume time also.

How can i get the twitters info whom i am not following using
"statuses/friends" and "statuses/followers" ?

Is there  other methods in API to get this list?

Any help will be appreciated.

Thanks & Regards
kkp

Reply via email to