mirror of
https://github.com/FriendsOfSymfony/FOSFacebookBundle.git
synced 2026-03-24 00:32:16 +01:00
[PR #180] [CLOSED] Creating an option to avoid be redirected to facebook login #313
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/FriendsOfSymfony/FOSFacebookBundle/pull/180
Author: @diegoholiveira
Created: 8/4/2012
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
d81e2daCreating an option to avoid be redirect to facebook login4b66bdbRemoving LogoutHandler📊 Changes
6 files changed (+43 additions, -45 deletions)
View changed files
📝
DependencyInjection/Security/Factory/FacebookFactory.php(+1 -0)📝
README.md(+0 -2)📝
Resources/config/security.xml(+0 -4)📝
Security/EntryPoint/FacebookAuthenticationEntryPoint.php(+7 -0)➖
Security/Logout/FacebookHandler.php(+0 -37)📝
Tests/Security/EntryPoint/FacebookAuthenticationEntryPointTest.php(+35 -2)📄 Description
This will avoid the user be redirect to facebook if he is not logged into facebook. This can give the developer the option to implement another page specific for login (for example, to explain why the project use facebook login).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.