Do you still experience the problem? (you mention stopped working) If it is a redirection problem after login, then the Social Login plugin Settings have 2 entries that relate to redirection there.
Even the test [Autodetect API Connection] doesn't work
This means that the problem is on your server. Could you please make sure that you have installed PHP CURL and that your firewall allows outgoing connections (from your server to ours) on either port 80 or 443?
To check if CURL is installed you can use the following command in the console of your server: php -r "echo (function_exists('curl_version') ? 'CURL INSTALLED' : 'CURL NOT INSTALLED').\"\n\";"
To check if the firewall allows the outgoing connections you can use this command: telnet ping.api.oneall.com 443
Answers
Do you still experience the problem? (you mention stopped working)
If it is a redirection problem after login, then the Social Login plugin Settings have 2 entries that relate to redirection there.
Do you have a URL we could try?
Hope this helps.
URLs is OK.
I've try the last version of social login (V 4.6) on wordpress 4.2.2 and this work perfectly.
Did you have another plugin activate on your website ?
can you give me the address of your website to test connection ?
Did you properly configure the Facebook app? Follow the instructions provided by OneAll step by step.
I Hope this can help you.
http://50minutos.com.br
All configurations are OK. Worked until last week.
But, in past week all stoped.
Even the test [Autodetect API Connection] doesn't work.
have you tried to modify the code source of the plugin ?
Can you try to reinstall this (Social Login V. 4.6) ?
I view the redirection not complete and stop after trying connection.
Still does not work...
you wrote this:
Even the test [Autodetect API Connection] doesn't work
This means that the problem is on your server. Could you please make sure that you have installed PHP CURL and that your firewall allows outgoing connections (from your server to ours) on either port 80 or 443?
To check if CURL is installed you can use the following command in the console of your server:
php -r "echo (function_exists('curl_version') ? 'CURL INSTALLED' : 'CURL NOT INSTALLED').\"\n\";"
To check if the firewall allows the outgoing connections you can use this command:
telnet ping.api.oneall.com 443