From 62cec34238956da957eca8424e8e83a4950cbade Mon Sep 17 00:00:00 2001 From: Vinicius Soares Date: Thu, 3 Jan 2019 18:04:46 -0300 Subject: [PATCH 1/2] =?UTF-8?q?altera=C3=A7=C3=A3o=20da=20base=20do=20Auth?= =?UTF-8?q?entication?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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. From 0dbc9fbd5733ef72a8224860a54ec3a28ce2413c Mon Sep 17 00:00:00 2001 From: Vinicius Soares Date: Thu, 3 Jan 2019 18:22:55 -0300 Subject: [PATCH 2/2] =?UTF-8?q?base=20do=20Authentication=20atera=C3=A7?= =?UTF-8?q?=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 e4099d4d2..94df9b7b5 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://facebook.com'; + const BASE_AUTHORIZATION_URL = 'https://www.facebook.com'; /** * The FacebookApp entity.