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

Alteracao da BASE do Authentication #1209

Open
wants to merge 1 commit into
base: 5.x
Choose a base branch
from
Open
Show file tree
Hide file tree
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
Binary file added .DS_Store
Binary file not shown.
Binary file added src/.DS_Store
Binary file not shown.
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 = 'https://facebook.com';

/**
* The FacebookApp entity.
Expand Down