Authentication flow: No popup window = facebook warning to application owner
-
When selecting the No popup window option, facebook must be set to page and not popup. Otherwise, the Okay button is hard to find…
The following code should be added to
wordpress-social-login\includes\services\wsl.authentication.php
after the line$config["providers"][$provider]["display"] = "popup";
if ( get_option( 'wsl_settings_use_popup') == 2 ) { //No Popup window $config["providers"][$provider]["display"] = "page"; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Authentication flow: No popup window = facebook warning to application owner’ is closed to new replies.