diff --git a/src/Facebook/Facebook.php b/src/Facebook/Facebook.php index 73778dd48..52628aee6 100644 --- a/src/Facebook/Facebook.php +++ b/src/Facebook/Facebook.php @@ -58,7 +58,7 @@ class Facebook /** * @const string Default Graph API version for requests. */ - const DEFAULT_GRAPH_VERSION = 'v2.7'; + const DEFAULT_GRAPH_VERSION = 'v2.8'; /** * @const string The name of the environment variable that contains the app ID.