You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, first of all, thank you for your hard work, this library works wonderfully.
I would like to ask you, if it's possible to log in / create a user by a valid facebook access token. I'm posting it to my laravel application from a mobile client, and i want to get the user associated with the facebook token and generate another token to use for authenticating my api requests.
Best, Peter
The text was updated successfully, but these errors were encountered:
Hmmm I don't think this would be super easy the way things are right now, but I can expose some of the internals a bit so you can work with it directly.
Let me stick this on my to-do list and see if I can get it done over the weekend.
Thank you:) I was thinking about somehow injecting the token to the login process where it queries the token, but honestly, i kinda got lost in the code.
Hello, first of all, thank you for your hard work, this library works wonderfully.
I would like to ask you, if it's possible to log in / create a user by a valid facebook access token. I'm posting it to my laravel application from a mobile client, and i want to get the user associated with the facebook token and generate another token to use for authenticating my api requests.
Best, Peter
The text was updated successfully, but these errors were encountered: