Hi Loïc,
LinkedIn has changed it's terms and conditions:
https://developer.linkedin.com/blog/posts/2015/transition-faq
Per default you are only allowed to tick the following options in your OneAll LinkedIn settings:
- Email Address (Verified)
- Sh…
Hi Ollie,
in this case, please first click on "Autodetect", then enter your OneAll API credentials, and then save your settings without clicking on the "Verify" buttons. Then go to your forum's homepage and check if you can login with a social netw…
Hi Kevin,
are you using our php SDK?
Could you please open the file oneall_curly.php and then replace this line:
$this->result->body = stripslashes ($body);
By
$this->result->body = $body;
Here you can see the line that I mean.
https:…
Hi Randy,
with easiest solution would be to use the events from our Plus plan. We even provide a JavaScript file that you can simply add to your website to push the events to Google Analytics.
If you want to stick with the Basic plan, then you n…
During the setup we ask you to enter this value:
Redirect URLs: https://primewrite.api.oneall.com/socialize/callback.html
This value however seems to be wrong in your setup.
Could you please check your Microsoft app and make sure that you indeed h…
For security reasons the Facebook passwords are never disclosed. The login process takes place on the Facebook servers and the servers then communicate using a unique token key.
The plugin never gets the Facebook password, which is a good thing. F…
Hi Dwight,
you can skip the redirection by using the events of our JavaScript API:
http://docs.oneall.com/api/javascript/library/events/#on_login_redirect
_oneall.push(['social_login', 'set_event', 'on_login_redirect', my_function]);
You can then …