Skip to content

Instantly share code, notes, and snippets.

@ojhaujjwal
Last active October 8, 2017 03:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ojhaujjwal/76e62a71c486c2751e018c2b476b8c47 to your computer and use it in GitHub Desktop.
Save ojhaujjwal/76e62a71c486c2751e018c2b476b8c47 to your computer and use it in GitHub Desktop.
<?php
$container->singleton('Facebook\Facebook', function() {
return new \Facebook\Facebook([
'app_id' => config('services.facebook.app_id'),
'app_secret' => config('services.facebook.app_secret'),
'default_graph_version' => 'v2.10',
]);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment