Hi,
Not quite.
You can have a look at our social sharing plugin for Wordpress.
https://wordpress.org/plugins/social-sharing-icons/
It does not post automatically, as this require user intervention to post.
Regards.
Hi,
Check your Facebook app configuration: make sure you have http(or https)://(your-domain).api.oneall.com/ in Basic > Website URL, and Advanced > Client OAuth Settings > Valid OAuth redirect URIs.
Regards.
Hi,
Yes, that is a bit of pain, because we also keep the link status.
You need to log in again with your twitter account, recreating the account in the process, then unlink the twitter profile. That account may be deleted again.
You should now be ab…
Hi,
Yes, this profileUrl is present on several social networks.
Maybe that custom field could be more generic, maybe split in home page, and type (twitter, ...). Just a thought.
Hi,
You could use the connections endpoint (with the connection token, so at login) or the user endpoint, with the user token.
Alternatively, you can even use the users endpoint, to get them all.
docs.oneall.com/api/resources/users/
Regards.
Hi,
A good source for such information is the demo page oneall.com/services/social-login/#social-login-demo, which would show a typical response.
In our Drupal 7 plugin, you can see the following shorthands:
$data = $social_data['response']['result'…
Hi,
Yes. Copy paste the file catalog/language/english/module/oneall.php into your hungarian directory (same path, something like catalog/language/hungarian/module/oneall.php),
and change the strings in that oneall.php file (for example: "social logi…
Hi,
We could not see any problems with OpenCart 2.1.0.2.
Which version of the plugin are you using?
What other plugins do you have installed?
Is there any errors in the logs?
Thanks.
Hi,
This looks like a Magento error.
The same error occurs when registering manually (without Social Login).
Unfortunately, we do not know how a fix for it.
(but often the Mage::getModel('newsletter/subscriber') do not return an object, but need a f…