The plugin seems to not work properly when “Use Strict Mode for Redirect URIs” setting is enabled on the “Client OAuth Settings”
This is now being enforced by FB, and the plugin no longer works. It returns this error:
URL Blocked: This redirect failed because the redirect URI is not whitelisted in the app’s Client OAuth Settings. Make sure Client and Web OAuth Login are on and add all your app domains as Valid OAuth Redirect URIs.
The redirect URI was added exactly as your plugin suggests, but it is broken. The plugin works only on FB accounts that “Strict Mode” is still allowed to be “off”. FB says it will eventually force “Strict Mode” on every account, so this is bad news for people that have this FB login working on non “Strict Mode” at the moment.
Here are relevant URLs:
https://developers.facebook.com/blog/post/2017/12/18/strict-uri-matching/
https://github.com/facebook/php-graph-sdk/issues/1059
https://developers.facebook.com/support/bugs/658309604549850/?disable_redirect=0
I tried updating the PHP SDK on the plugin, but still same problem. I was considering purchasing a copy of the plugin if this issue would be solved.
]]>hello !
we get the white page after clicking on FACEBOOK LOGIN and after refreshing page its working .
what should i do to fix it ?
thanks
Soheil
Hi
Can you turn off the registrations? If only I could as an administrator login.
after the installation and filling the settings with correct data from my fb app sdk the botton appears but when i click on it i get en error message:
Parse error: syntax error, unexpected T_STRING in /home2/yhero/public_html/virtual-bytes.com/wp-content/plugins/wow-facebook-login/public/facebook.php on line 48
Can you please assist?
Anyone here who have successfully integrated this plugin with the wordpress’ default membership plugin?
May I know how did you do it?
Hello!
Is there a way to change the appearing icon?
At the wordpress login page it only shows an “f”, which is not too obvious. Can I instead show the whole word “Facebook”?
Or instead, can I show the word “login” next to the “f” at the wordpress login page?
]]>Hello there,
first of all its a great plugin and i really liked it
recently i have added the plugin on my site as my site has few options
1) sign-up page
2) login page
I’ve added the shortcode on sign-up page and its ok
however, i don’t want the option to show on wp-login page ? any way to hide it from wp-admin and just want to display only on page ?
]]>this plugin after install different different location user
like,
add_filter( 'plugin_action_links', 'wow_facebook_action_links', 10, 2 );
function wow_facebook_action_links( $actions, $plugin_file ){
if( false === strpos( $plugin_file, basename(__FILE__) ) )
return $actions;
$settings_link = '<a><strong>page=wow-facebook</strong>' .'">Settings</a>';
array_unshift( $actions, $settings_link );
return $actions;
}
and right user is
add_filter( 'plugin_action_links', 'wow_facebook_action_links', 10, 2 );
function wow_facebook_action_links( $actions, $plugin_file ){
if( false === strpos( $plugin_file, basename(__FILE__) ) )
return $actions;
$settings_link = '<a><strong>page=wow-fb-login</strong>' .'">Settings</a>';
array_unshift( $actions, $settings_link );
return $actions;
}
]]>
Set up everything, and experienced with facebook apps. All appears to work correctly until permissions are allowed through facebook. Then user goes to blank page with “login error” in top left corner.
Tried whitelisting facebook IPs as another user suggested, but that did not work.
]]>Hello again ??
My last question before purchasing. When the user log in with the wow plugin, facebook ask permissions from user. Public profile and email. Unfortunatelly the email is not required just the public profile. I want the email to be required as well. Can I do it with this plugin?
]]>Hi there,
What I have to type in to the “Fixed redirect url for login:” input, if I want to go back same page after log in? Another plugins I have to type in current page or something same. Can I do that with this app?
Thanks for your time!
]]>