I use Facebook javascript to handle function login by Facebook. Before, i can use it, and Facebook send for my server user's info:
localhost
v2.2
id:
first_name:
last_name:
email:
token:
v2.5 - But, now i only get:
id:
first_name:
last_name:
token:
Don't have email? what's problem at here? and how i can fix it.
Thank you so much!