Hello,
could you please make sure that PHP CURL is not disabled? It can be disabled in the php.ini like this:
http://php.net/manual/en/ini.core.php#ini.disable-functions
Regards,
Hello,
our services will automatically detect the used protocol and they will use HTTPS if your website uses HTTPS.
Have you encountered any issues?
Regards,
Hi Ramon,
there should be an error message below the social network errors if the social network profile is already linked to another accounts. Could you please make sure that this error message is not hidden (i.e. because the div/span that contain…
Hi Armin,
the connection protocol depends upon the social network.
If the social network uses OAuth for the user's authentification, then we are forced to use OAuth too.
We however don't use the client-side flow but the server-side flow which is mo…
Hello,
thank you very much for the bug report.
Login Issue
We have been able to reproduce this error on your website and we have found and fixed an
issue where the login window was not being opened under some circumstances on mobile devices.
It n…
Hello,
please have a look at this method:
http://docs.oneall.com/api/javascript/library/methods/#sll_do_popup_ui
Something like this:
function display_popup() { var _oneall = _oneall || []; _oneall.push(['social_login', 'set_providers', …
Hello,
this does not seem to be correct:
[insert_php]php do_action('oa_social_login');[/insert_php]
It probably needs to be like this:
[insert_php]<?php do_action('oa_social_login'); ?>[/insert_php]
Hello,
Disqus has unfortunately made a breaking-change to their API.
The field Callback URL: is now required.
Please open your Disqus apps here:
https://disqus.com/api/applications/
Then select the app that you are using for OneAll, and fill ou…