Sign up With facebook
Posted: 23 Sep 2015, 07:49
when i am registered with facebook , my original mail id is not saved in db.. everytime it creates new mail id , like - "34e89695@null.io" . How to save my Original mail -id in db ??
Discussion of company’s products and Yii framework
https://monoray.net/forum/
protected $scope = 'email';
$this->attributes['email'] = (isset($info->email) && $info->email) ? $info->email : '';