SocialConnect/auth

Facebook first_name and last_name are null

tomaluca95 opened this issue · 3 comments

With facebook first_name and last_name are null but using cURL I got values

ovr commented

Hey!

What version are you using? Did you specify first_name and last_name in identity.fields inside options?

Thanks

Thanks, was that!

I have also issues with birthday, adding the field in identity.fields don't fix that. Can you help me on that?

ovr commented

@tomaluca95 Fixed in 3.1.2, please update

40dbcff

And don't forget that you should specify birthday in identity.fields + specify user_birthday in scope (it's needed additional actions in facebook developer site)

Thanks