Thanks Josh- yes I can access those URLs directly. It seems to be an issue with the library I'm using. I'll follow up w the developer. Was hoping someone had experienced something similar with this library. Thanks for your feedback.



On Oct 12, 2009, at 8:16 PM, Josh Roesslein <[email protected]> wrote:


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 th at 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

Reply via email to