When I use the method in the twitter API
$content = $connection->get('account/verify_credentials');
it returns a json that has all the data of the user
I know that I can access for example the Screen Name like this :
$content->screen_name
but how can I access Country and Country Code ...
$contentand look at his content, should be there ;) – dbf Sep 20 '12 at 21:00