Hi,
In the Facebook developer application settings, are your settings like this:
- Basic > Site URL : http://.api.oneall.loc/
- Advanced > Client OAuth Settings > Valid OAuth redirect URIs : http://.api.oneall.loc/
Hope this helps.
Hi,
You need to add more:
www.soccermarketing.com.co
*.soccermarketing.com.co
You can type in www.soccermarketing.com.co (keep the option below ticked) and it will add several other domains and matching rules.
Hi,
It looks correct.
We use:_oneall.push(['social_login', 'set_callback_uri', (window.location.href + ((window.location.href.split('?')[1] ? '&' : '?') + 'oneall=login'))]);
When the HTML is rendered, what is the JS code inserted?
(look for som…
Hi,
Let's go through the list:
1, 2, 3. The plugin does not control the redirection when logging out. This is Wordpress specific.
4. You can. But you then need to specify the full callback.
5. This is displayed from Twitter, not from our plugin. We …
Hi,
Are you sure the social link worked?
Could you provide us (private message, ...) with some information, such as the user involved, identity token, user token, so we can try to trace the calls in our logs?
Thanks.
Hi,
Try adding: index.php in the callback URI (before the /customer).
You build the callback URL in your JS code:
url = protocol + '//' + host + '/customer/account/login/?oneall=login';
Hope this helps.
Hi,
In app.oneall.com, you need to add your website's URL to a list of approved sites.
You can do this on page: Site Settings > Allowed domains (from your app.oneall.com setup).
It can take a few seconds to become in effect.
Regards.
Hi,
First, apologies for not providing a definite answer, but we do not know your specific environment.
Basically, if the Oneall library is loaded (a header hook does this normally), then you need to add something like: