Skip to content

Commit

Permalink
Merge pull request #31 from bufferapp/EPD-454/update-facebook-marketi…
Browse files Browse the repository at this point in the history
…ng-api-to-version-15

[EPD-454] Update to version 15
  • Loading branch information
dace authored Jan 24, 2023
2 parents 51cc453 + b5b4bb9 commit 5d9c348
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' => 'v13.0',
'default_graph_version' => 'v15.0',
]);
}

Expand Down

0 comments on commit 5d9c348

Please sign in to comment.