I believe there is a feature request open in the issue tracker for this. It makes sense for much larger users that decide they want to follow their followers. @Jesse
On Tue, Jun 2, 2009 at 12:29 AM, kkp <[email protected]> wrote: > > Hi, > > I want to follow/unfollow multiple users in one web request. > At present i am following/un follow users individually by sending each > user. It is taking long time and waste calls. If i have 100 users to > follow/un follow i am sending 100 requests , this will take a long > time process and taking more time and take 100 calls. > > I have another problem... > If i want to unfollow "unmutuals" .....Is there any method to get the > unmutualls? > Present i am using the following scenario ..I have 100 followings and > i want to unfollow the "Un mutauls". using my application. i get the > 100 users and checking the frienship is exists or not from following > user to me using "friendships/exists " API method. if friendship is > not exists i unfollow users using the API method "friendships/destroy > ". So in this way i consuming 200 calls . 100 calls for "friendships/ > exists" and 100 calls for "friendships/destroy". so many calls are > taking and application will also take too long time to perform this > operation. How can wee overcome this. > > So my questions are .. > 1. Is there any way(methods) to " follow/unfollow" users as bulk ? > 2. Is there any methods are available to get the "Un mutuals" from > following list? > > thanks & regards > kkp > > >
