Hi, We are using this code for getting a new usersBirthday from Facebook to complete registration: but getting Birthday as NULL. Can you help?
JFBConnectModelLoginRegister Class in com_jfbconnect/models/loginregister.php:
function autoCreateUser($providerUserId, $provider)
{
$provider->setInitialRegistration();
$profile = $provider->profile->fetchProfile($providerUserId, array('first_name', 'last_name', 'email', 'full_name','birthday'));