Hello,
I succed login with facebook and I get userInfo with this code :
webAuth.client.userInfo(authResult.accessToken, function(err, user) {
console.log(user);
}
now I have get all user profile data facebook … with user Info I get email ,family, nickname,gender,name,picture but I have get birthday list likes list articles and other data … how to get all user profile facebook in auth0 and thanks for advanced