Hi, I’ve got my facebook login working ok with my web app, but not sure how to grab some extra facebook values (last_name, first_name).
If I could just inspect or display the hash coming back from facebook that would be great (first step).
The fabebook hash should be in this request.env['omniauth.auth']
:
I think I would maybe need to fix my callback scope or the info_fields (my callback doesn’t include any of these extra parameters).
Any suggestions are welcomed.
Thanks,
Joe