Hello,
we have now fixed an error where the LoudVoice API could wrongly return an error message for new references.
Could you please try again?
Do not omit the author_reference, otherwise the API will create a new author for each request.
Regards,
Hi Rodrigo,
this whitelisted domain:
*.proddigital.com.br
matches all of these
blog.proddigital.com.br, blog2.proddigital.com.br blog3.proddigital.com.br
No need to whitelist them individually.
Hello,
you can use the same OneAll site for multiple website. You only need to add all of the domains to the "Allowed Domains" in your OneAll site.
Regards,
Hello,
Is there any case where the user can bypass entering their email?
It works like that:
1. The user logs in and a new account is created 2. The plugin checks if it could retrieve the users email address 3. If not the user is prompted to en…
Hello,
yes you can login a user into LoudVoice by sending a PUT request with this POST data:
{ "request: { "author_session": { "author": { "author_reference" => "user-id", "allow_create_author_reference" => true, "nam…
Hi Stephanie,
the error on that page is similar. You have the following callback URI:
"callback_uri": "/profile/settings/?oa_social_login_source=default",
You need to change it to this:
"callback_uri": "http://www.bundoo.com/profile/settings/?oa…
Hello,
the plugin has a hook oa_social_login_action_on_user_enter_email that is triggered when the user manually updates his email address (@example.com => real email address) after having connected with a social network that does not provide an…
Hi Hans,
I you open the link in your browser it's still indicated as not found.
This file is missing:
http://proffinfo.com/shop/catalog/view/javascript/oneall/frontend.js
If you click on the link you see the error 404
Hi Stephanie,
on this page:
http://www.bundoo.com/login/
You are using this code:
loadExternalScript("bundoo-facebook.api.oneall.com", null, true, "/socialize/library.js", null, function() { oneall.api.plugins.social_login.build("oneall_soci…
I think the first thing that we should have a look at are the users that have a correct email address, but nevertheless still the example.com username.
Are you using a filter/hook to setup the user's email as username?
Could you post that filter/h…