Currently, I am implementing the satellizer plugin for Facebook authentication. However, I have encountered an issue with the default popup login window of Facebook, which includes a title bar and menu options. I would like to transform this popup into a modal window without those features. Unfortunately, I am unsure how to configure this within the Facebook login settings.
My current setup involves:
$authProvider.facebook({ clientId: '<ID>' });
Is there a specific setting I can use here to customize the login window? If so, what would be the configuration for that?
Thank you in advance for any assistance provided.