I just tested this using both my python library and curl without any issues. Can you access http://twitter.com/followers/ids.xml?user_id=15972892 in your browser?
Josh On Mon, Oct 12, 2009 at 7:29 PM, Michael Steuer <[email protected]> wrote: > I’m getting 401 errors on requesting followers/ids, even though that API > call is supposed to be accessible without authentication, as long as the > user you’re querying isn’t protected (which isn’t the case). I get the same > thing with statuses/followers... > > I’m using @jmathai ‘s twitter-async > > Anyone have a clue what could cause this? > > Thanks, > > Michael. > > PS. Here’s what I’m doing, just to try this out: > > $twitterObj = new EpiTwitter(); > $followers = $twitterObj->get_followersIds( array ('user_id' => > '15972892')); > echo $followers->responseText; -- Josh
