coderello / laravel-passport-social-grant

🔒 API authentication via social networks for your Laravel application
https://packagist.org/packages/coderello/laravel-passport-social-grant
MIT License
174 stars 20 forks source link

Unauthorized request 401 #16

Closed albertosoho closed 5 years ago

albertosoho commented 5 years ago

I'm getting 401 unauthorized when trying to login via postman.

I've made sure that i have a valid access_token through https://graph.facebook.com/me?access_token=

Is there any way to debug what's going on?

albertosoho commented 5 years ago

Completely my fault, i was using facebook client_id / client_secret instead of passport's.