Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

alteraçao da pagina do facebook #1250

Open
wants to merge 1 commit into
base: 5.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Facebook/Authentication/OAuth2Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down