I have a scenario where I have to sign in as google and Facebook using rest API(laravel) in a flutter. I don’t know How it can be done. Is it possible or not? Please provide me some guidelines
Question posted in Facebook API
The official documentation for the Facebook APIs can be found here.
The official documentation for the Facebook APIs can be found here.
2
Answers
My favorite Laravel login authentication is: Laravel Socialite
See here:
https://github.com/overtrue/laravel-socialite
This one will work with Laravel 7/8 versions.
The process would involve making use of another package. This works using a 2 legged Oauth approach.