Skip to content

Commit 38bfc77

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎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)
Please sign in to comment.