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.