Re: [twitter-dev] friends/ids and followers/ids not working in oauth

2010-10-25 Thread Taylor Singletary
The console on dev.twitter.com is unreliable. I recommend using Apigee's great Twitter console instead http://app.apigee.com/console/twitter

Re: [twitter-dev] friends/ids and followers/ids not working in oauth

2010-10-25 Thread Slate Smith
there is a current ticket on ids, also did you notice the newer id_str versus id, use that - and don't use the console it's limiting. $parameters = array(screen_name = BARACKOBAMA, cursor = $cursor); $method = followers/ids; $followers = $this-connection-get($method, $parameters); Max