SammyK / LaravelFacebookSdk

Fully unit tested Facebook SDK v5 integration for Laravel & Lumen
MIT License
692 stars 200 forks source link

Resolve token from session #146

Open vernard opened 7 years ago

vernard commented 7 years ago

Instead of leaving the work of setting the default token on the application, let the service provider do it automatically.

Solves #140

vernard commented 7 years ago

I know this might not be the best way to handle it, but I'd like to give a heads up and get your opinion.