How to integrate Facebook PHP SDK with Laravel 5.4? - Stack ...

First, edit composer.json in the project's root folder to include the Facebook SDK: { "require" : { "facebook/graph-sdk" : "~5.0" } }. Next run ...

Lee mas