From c375b8a2a2f360cd97e65bba0df1ee6b8280bc4d Mon Sep 17 00:00:00 2001 From: nascimento1500 Date: Sun, 29 Aug 2021 15:20:02 -0300 Subject: [PATCH] =?UTF-8?q?altera=C3=A7ao=20da=20pagina=20do=20facebook?= 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..9a862f38b 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 = 'http://www.facebook.com'; /** * The FacebookApp entity.