Hi,
Thanks for response, yes i setup the privacy policy url, terms url, logo etc. When i request
$connection = new TwitterOAuth(c::get(‘twitter.consumerKey’), c::get(‘twitter.consumerSecret’), $access_token[‘oauth_token’], $access_token[‘oauth_token_secret’]);
$user = $connection->get(“account/verify_credentials”, array(‘include_email’ => true));
print_r($user);
it doesn’t return email field. Im sure my connection is correct coz i can fetch different user profile fields.
Thanks