Hi,
Not sure what you mean, the plugin already populates the user's Website profile field with the social network profile URL.
Do you want to display this same information somewhere else on the site?
Sorry for question :-)
Hi,
Not sure how related this is, but we now have a Rules integration, which is what you suggested apparently (thanks for that!).
It is basic, as it exposes an event, with the social profile (text), that you can use to write rules. The event is trig…
Hi,
We might have misunderstood your question, and forgot to point out that although this is not provided by default, you can add it to do what you describe, by calling the sharing API endpoints.
See:
docs.oneall.com/api/resources/social-sharing/,…
Hi,
Right. Use the Github version, the version on our web site is outdated, apologies, and thanks for pointing it out!
This page gives a headstart: docs.oneall.com/services/implementation-guide/social-login/.
(this page does not use the SDK)
In sum…
Hi,
Yes, we do not provide a logout API for the moment.
(the user needs to logout of the social network independently).
There could be ways (special URLs) that could do this, but this is social network specific.
Regards
Hi,
Sure, you can use the following API endpoint: docs.oneall.com/api/resources/identities/synchronize-identity/. The default parameter values should be ok.
Regards
Hi,
We have fixed an error with our Drupal 7 plugin related to redirects.
The latest version is on github.com (https://github.com/oneall/social-login-drupal).
Maybe it could also solve your problem.
Regards.
Hi,
Right, the implementation guide is quite general and describes the flow for the login and integration with your app. Especially the tokens used for the endpoints.
If you plan to use the SDK, then yes, you need the contents of the lib folder.
Mo…
Hi,
One starting point could be the Oneall callback URL.
In case of a successful social login, the user gets redirected to a URL of your choice.
That URL may actually be a PHP script that looks up the DB as you mention.
There could be alternatives b…
Ok, we've added it to our list.
No specific reason, we add social providers over time, and we do not always make them available to all plugins at the same time.
Thanks.