I have integrated Facebook login into my site(codeigniter).I got name, profile URL etc ..but the email address is null…How can I get an email address? I used code from http://www.haughin.com/code/facebook/
I have integrated Facebook login into my site(codeigniter).I got name, profile URL etc ..but
Share
emailpermission from your user and get an access token.Note: The user may choose to give you a proxified email address when authorising your request for permissions. In this case, the email address you have access to will look something like
{random_string}@facebook.com.Refer to the Authentication documentation and Permissions documentation for further info.