[#396] Social login using API

Migrated from Redmine #396 | Author: Arthur Lima
Status: New | Priority: Immediate, there is BUG! | Created: 2019-06-28


Is there a way to use client social login (facebook, twitter, etc…) through API? And there’s a way to manipulate client photo profile too?

Redmine Admin wrote:

Hi, yes - you are able to fetch data from social networks and then use API documentation | SimplyBook.me Online Scheduling this method to add client.
There is no way to manipulate client photo

Arthur Lima wrote:

Redmine Admin wrote:

Hi, yes - you are able to fetch data from social networks and then use API documentation | SimplyBook.me Online Scheduling this method to add client.
There is no way to manipulate client photo

Hmmm addClient right? But if there’s no backend? I’m using only frontend to comunicate, so I don’t have database or something like this. The meaning of use the social login is the client don’t have to write passwords.
How could I do something like this?

Redmine Admin wrote:

you can use social login with simplybook directly, if you want to use an API then you may need to have some code which will process social login on your side ad pass it to API

Arthur Lima wrote:

Ok! Thank you very much for the response.