Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit f548114

Browse files
Dominic BordelonSammyK
authored andcommitted
add require autoload.php to example (fixes #842)
1 parent 34f5e59 commit f548114

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Upgrading from v4.x? Facebook PHP SDK v5.x introduced breaking changes. Please [
3030
Simple GET example of a user's profile.
3131

3232
```php
33+
require_once 'vendor/autoload.php'; // change path as needed
34+
3335
$fb = new \Facebook\Facebook([
3436
'app_id' => '{app-id}',
3537
'app_secret' => '{app-secret}',

0 commit comments

Comments
 (0)