Skip to content

Commit 8a98c44

Browse files
Downgrade facebook version to v14
1 parent b5b4bb9 commit 8a98c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Facebook/Facebook.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function __construct()
1313
$this->client = new FacebookClient([
1414
'app_id' => getenv('FACEBOOK_APP_ID'),
1515
'app_secret' => getenv('FACEBOOK_APP_SECRET'),
16-
'default_graph_version' => 'v15.0',
16+
'default_graph_version' => 'v14.0',
1717
]);
1818
}
1919

0 commit comments

Comments
 (0)