Skip to content

Commit

Permalink
Merge pull request #33 from bufferapp/FIX/downgrade-from-15-to-14
Browse files Browse the repository at this point in the history
Downgrade from version 15 -> 14
  • Loading branch information
dace authored Feb 13, 2023
2 parents 9460bd6 + ddddeca commit 38bfc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Facebook/Facebook.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function __construct()
$this->client = new FacebookClient([
'app_id' => getenv('FACEBOOK_APP_ID'),
'app_secret' => getenv('FACEBOOK_APP_SECRET'),
'default_graph_version' => 'v15.0',
'default_graph_version' => 'v14.0',
]);
}

Expand Down

0 comments on commit 38bfc77

Please sign in to comment.