I am trying to fetch data from user\'s twitter account with this code
$user_info = $twitteroauth->get(\'account/verify_credentials\');
i get
The information is not an array, but an object. You can access the data by the following:
array
object
$info = $user_info->description;
You can repeat this by to go further down the chain such as:
$user_info->entities->description, etc.
$user_info->entities->description