From bb1bb2baaf4dbffc9fe48f1836b4e3d801ef8759 Mon Sep 17 00:00:00 2001 From: Enzo Costa Date: Wed, 3 Feb 2021 12:47:34 -0300 Subject: [PATCH] =?UTF-8?q?Altera=C3=A7=C3=A3o=20da=20BASE=20do=20Authenti?= =?UTF-8?q?cation?= 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.