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;

Reply via email to