Skip to content

Commit

Permalink
Facebook.php: update to latest Facebook Graph API
Browse files Browse the repository at this point in the history
v11.0 -> v17.0

The v11.0 API reaches EOL on 2023-09-14.
  • Loading branch information
hemberger committed Sep 10, 2023
1 parent a58c1fb commit 70279d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Smr/SocialLogin/Facebook.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ private function getFacebookObj(): FacebookProvider {
'clientId' => FACEBOOK_APP_ID,
'clientSecret' => FACEBOOK_APP_SECRET,
'redirectUri' => $this->getRedirectUrl(),
'graphApiVersion' => 'v11.0',
'graphApiVersion' => 'v17.0',
]);
}

Expand Down

0 comments on commit 70279d2

Please sign in to comment.