Hello,
this means that you have not correctly followed the Facebook setup guide in your OneAll account.
Please have another look at the Facebook setup guide and follow all steps carefully.
If you skip step 7 you will get the error that you mention…
Hello,
depending on the data that you request from your users, you need to go through a verification process before you launch your app. This new process came recently to protect user's data. More info here:
https://support.google.com/cloud/answer…
Hi Remy,
our API will return you a user_token, you can use that token to login the user:
$user_id = oa_social_login_get_userid_by_token ($user_token);
$user_data = get_userdata ($user_id); if ($user_data !== false)
{
wp_clear_auth_cookie …
Hi Phil,
yes, the process is straightforward, just upgrade when you feel like doing so. The system currently does not prorate. You can however drop us and email after the upgrade and we convert the remaining amount as additional time on your new pl…
Hi Viktor, it's not necessary for your clients to having to sign up for OneAll.
What exactly do you mean by "we can use OneAll to manage their accounts" ?
What you can do is have your website save a cookie on the customer's browsers.
When the custo…