are you sure they're not returned via the script? did you dump the data you received using wireshark or some other network monitoring tool? it could be that the $oauth class is simply not parsing it correctly.
On Tue, Oct 27, 2009 at 11:31, TylerC <[email protected]> wrote: > > I really don't get it now... I am making a call to get all my friends > and I am only getting data between the <users></users> tags. I need to > get cursors and while they are returned when going through the browser > they do not show up when ran from my script. wtf... > > > $users = $oauth->oAuthRequest( > "http://twitter.com/statuses/friends.xml?cursor=-1 > ", > array(), "GET" > ); > > > $xml = simplexml_load_string($users); > $next_page = $xml->next_cursor; > > Its like the only data returned is the user array... > > > -- Internets. Serious business.
