In my omniauth initializer file I have these settings:
provider :facebook, 'a_key', 'another_key',
:scope => 'email', :display => 'popup'
But when the fb authentication dialog occurs, the login window is still full screen. I thought that the popup option would shrink the window. Is there another setting I need to set?