From cb6ed9680cf09d683d13b31bf51a0e4b791de1c9 Mon Sep 17 00:00:00 2001 From: Leonardo Date: Thu, 29 Nov 2018 21:17:00 -0200 Subject: [PATCH] Alteracao da BASE do Authentication --- src/Facebook/Authentication/OAuth2Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Facebook/Authentication/OAuth2Client.php b/src/Facebook/Authentication/OAuth2Client.php index 94df9b7b5..e4099d4d2 100644 --- a/src/Facebook/Authentication/OAuth2Client.php +++ b/src/Facebook/Authentication/OAuth2Client.php @@ -41,7 +41,7 @@ class OAuth2Client /** * @const string The base authorization URL. */ - const BASE_AUTHORIZATION_URL = 'https://www.facebook.com'; + const BASE_AUTHORIZATION_URL = 'https://facebook.com'; /** * The FacebookApp entity.