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...


Reply via email to