$user_profile = $twitterObj->get(‘users/show’, array( ‘screen_name’ => $access_token[‘screen_name’], ‘include_entities’ => true) );
$emailfetch = $twitterObj->get(‘account/verify_credentials’,array(‘include_entities’ =>true,‘include_email’ =>true));
i send this code into json that gives me the response back into php code as per last twitter obj as seen in
attached screenshot