function fullname($screen_name) { $api_page = ‘https://twitter.com/users/show/’.$screen_name; $xml = file_get_contents ( $api_page ); $profile = new SimpleXMLElement ( $xml ); echo $profile->name; }
doesn’t works with v1.1 please help me
i have some problem.