Hi,
Ok, so the social login fails because email confirmation is required (social login tries to login the user immediately and redirects him to his account, which will fail).
Does the user receive the email, can he confirm, and can login then?
Twi…
Hi,
Yes, this is normal, because by default Twitter does not provide email addresses.
There might be a way to request additional permissions for your Twitter app, requiring their approval.
Now, depending on the environment you're using (a CMS...) t…
Hi Will,
So, given the domain name of your callback, socialcontacts.com.au, it works only when you add the FQDN (socialcontacts.com.au) in the whitelisted domains?
If that is the case, then it is normal, because *.socialcontacts.com.au has a leadin…
Hi,
This looks like a known bug. It is fixed, but not released yet, but will be very shortly as version 1.1.2 (we're releasing a few extensions at the moment).
It is however already available on github (https://github.com/oneall/social-login-magent…
Hi,
Thanks for the information.
Yes. We're currently developing a Oneall sharing extension for PhpBB 3.1.x.
It might not have all the features you mention from the LotusJeff's extension, but we can look into expanding it after initial release, beca…
Hi,
You're right, you do not need your own app to login, that would indeed be useless.
An app is a entry point into Facebook's API, including OAuth, you can then use it for all users.
You need to set the valid oauth redirect urls, for OneAll that i…
Hi,
Actually, we're working on an extension for PhpBB 3.1 to do just this (social sharing icons).
We can inform you on the release of this extension on this post.
Hi,
What error are you getting? Is it coming from Facebook? Or is it Wordpress related? (blank page after authenticating with Facebook).
Otherwise, we can check the components you correctly identified.
- On Wordpress Oneall settings: the API subdom…
Hi,
This is something that we do.
Please send us your request via the contact page https://oneall.com/company/contact-us/, and we'll contact you back for confirmation.
Thanks.
Hi James,
Yes, you can publish to Facebook pages that belong to the user (https://docs.oneall.com/api/resources/providers/facebook/write-to-page/).
This is subject to permissions.
We do not provide the replies to the publication.
Regards
Hi,
Ah, thanks for the details. This is a different situation.
When moving the user data from the old site to the new site, did you copy the user meta data too? This user_metadata holds the link information from our services. (if they are missing, t…
You're welcome. This is something we'd want to fix.
Hope this is clearer:
- First, disable the plugin, from the Vanilla admin dashboard.
- Then, open the file:
class.oneallsociallogin.plugin.php
located in the directory:
/plugins/OneallSocialLogin/…