Using verfiy_credentials doesnot provide me with the user email, my app
is whitelisted and i have followed all the procedure according to the
link GET account/verify_credentials | Docs | Twitter Developer Platform
$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