Hello,
we neither have a plugin called "One Login" nor are we using a version number 2.2.0 in any of our extensions. Are you sure that you are using our extension actually?
Regards,
Hi James,
for this you can use the following action/hook:
oa_social_login_action_before_user_login
In the variable
$identity->loginLocation
you can also find other properties like for example the ip address or the full country name.
1) Login to your account here:
https://app.oneall.com/signin/
2) On the dashboard, click on your site.
3) On the left side, click on Social Networks.
4) Click on Facebook then "Setup Application Keys".
Now you should see the guide.
Hello,
could you please click on the Autodetect/Verify buttons in the social login settings and confirm that you have a green success message for both tests?
After the tests, please also save the settings!
Regards,
Hello,
could you please click on the Autodetect/Verify buttons in the social logins settings?
Do you get a green success message for both tests?
Regards,
Hello,
could you please login with Social Login and then have a look at your PHP error logs?
Do you see any errors that might prevent the page from operating properly?
Regards,
Hello,
you can start with a hook like this:
http://docs.oneall.com/plugins/guide/social-login-wordpress/#3b
The data that you are looking for is in
$identity->loginLocation->country->short
Regards,
Hello,
for me it works the first time, I'm redirected here:
https://www.hjaelpa.be/sociallogin/callback_handler.php
And it displays my Social Network profile data and my user avatar.
Do you still have that issue?
Regards,
Hi William,
could you please click on the Autodetect/Verify buttons in the Social Login settings in your WordPress admin area?
Do you get a green success message for each of the tests?
Regards,
Hi Rizet,
if the Autodetect/Verify takes very long than it's very likely that your server blocks outbound HTTP requests (from your server to ours).
Please make sure that your firewall does not block outbound requests on both ports 80 and 443. …