1 Answers

1
votes

You can configure this in the devise initializer:

config.omniauth :facebook, APP_ID, APP_SECRET, { :display => 'popup' }