RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: paddydub
You can pass a :display =>"popup", to open the omniauth dialog in a popup:
provider :facebook, ENV['FACEBOOK_APP_ID'], ENV['FACEBOOK_SECRET'], :display => "popup"
It's a similar experience to the Javascript SDK when combined with the code from: Turn omniauth facebook login into a popup (StackOverflow)
You can pass a :display =>"popup", to open the omniauth dialog in a popup:
It's a similar experience to the Javascript SDK when combined with the code from:
Turn omniauth facebook login into a popup (StackOverflow)