Help: Signup/Login w/ Facebook - API Workflow

Hi,

Users can signup/login w/Facebook to our Bubble App on web. We are using Bubble’s Facebook plugin.

We have to add the “Signup/Login with Facebook” feature to the native mobile apps (Android/iOS) which we developed.

But Bubble Facebook plugin does not add a Signup/Login action for API Workflows.

Also even if we get users Facebook ID, token etc. via OAuth on native app, we can not post the received data to Bubble and create a new user or login them to Bubble. Bubble’s API workflow or newly released (POST) Data API seem to accept email and password only.

We want to post Facebook ID & token to Bubble API Workflow or Bubble Data API and create a user (also allow them to login). Like Bubble Facebook plugin does on web.

Is there any suggestion or workaround for creating users via Facebook credentials and Bubble API?

I’m trying to do the same thing. Did you ever figure it out?

Not with native objects. But I used a web view in the native app. Created a Facebook Login/Signup Bubble page and used webview cookie information (token & user_id).

Do you then use the user_id and token as the username/password to sign user up through Bubble?

Hello,

How did you get the cookie information via the web view, I am using Drop source and I don’t see how to do that.
@emmanuel, is it possible to add Facebook, Linkedin, Twitter as signup option in an API EndPoint?

Hello,

We currently can’t do this as we need the user to approve the flow with a form from facebook, linkedin, etc.

I am not sure I am right, but I guess when we signup with Facebook, the flow responds from Facebook with an User_ID and a Token_ID , this flow will be handled by the front end, in Bubble via the web site, in Dropsource via the APP.

So maybe having a Signup for social network option in the API, with the entry User_ID and Token_ID , as I can pass the two variables from Dropsource or other app could work ?

Having a well the options as in the standart workflow option to get…Pictures, First Name , Last Name, etc…

Has anyone found working solution for this? Trying to FB signup/login from dropsource app