We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9460bd6 + ddddeca commit 38bfc77Copy full SHA for 38bfc77
Facebook/Facebook.php
@@ -13,7 +13,7 @@ public function __construct()
13
$this->client = new FacebookClient([
14
'app_id' => getenv('FACEBOOK_APP_ID'),
15
'app_secret' => getenv('FACEBOOK_APP_SECRET'),
16
- 'default_graph_version' => 'v15.0',
+ 'default_graph_version' => 'v14.0',
17
]);
18
}
19
0 commit comments