json - Rails, Devise & Omniauth - See what's in env["omniauth.auth"] -
json - Rails, Devise & Omniauth - See what's in env["omniauth.auth"] -
i've set rails project using devise , omniauth-facebook. works can access info using user.email =auth.info.email || ""
etc.
i'm pretty new this, json i'm wondering there quick , easy way see env["omniauth.auth"]
returning in callback?
i've been @ hours. sorry if haven't provided plenty information.
i can utilize puts env["omniauth.auth"]
show me what's in hash
ruby-on-rails json devise omniauth omniauth-facebook
Comments
Post a Comment