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 https://dev.twitter.com/rest/reference/get/account/verify_credentials
$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