Need Help with implementing facebook oauth.

Actions & Logic

Hello, I am currently trying to impliment facebook login to my webapp and I am using pocketbase as my backend the problem I am having is how do I open facebook login url (that let's user approve or deny login request).

Once I receive this token I need to make another all to pocketbase endpoint to create the user and store their access toke.

I've attacked a image of my current action flow here.

Thanks for the help in advance.

What have you tried so far?

I can't just send api request to that url since user input is needed, and I don't think launch url action returns any json response or I am not aware of any combination of actions I can use to active this.

I need response form the page. If user approves it it should return access token and if request is denied it will result in error.

Can some one please help.

Did you check FlutterFlow's Documentation for this topic?
Yes
3