I'm using Sorcery gem in Rails and what to know what are the possible values user_info_mapping for facebook.
config.facebook.user_info_mapping = {}
Thanks!
I'm using Sorcery gem in Rails and what to know what are the possible values user_info_mapping for facebook.
config.facebook.user_info_mapping = {}
Thanks!
It expects a hash, where
User
(or whatever) model (like:email
)"name"
).Example here.