Skip to content

Commit 38bfc77

Browse files
authored
Merge pull request #33 from bufferapp/FIX/downgrade-from-15-to-14
Downgrade from version 15 -> 14
2 parents 9460bd6 + ddddeca commit 38bfc77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Facebook/Facebook.php

Lines changed: 1 addition & 1 deletion
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)