[PR #180] [CLOSED] Creating an option to avoid be redirected to facebook login #313

Open
opened 2026-01-24 11:37:27 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/FriendsOfSymfony/FOSFacebookBundle/pull/180
Author: @diegoholiveira
Created: 8/4/2012
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • d81e2da Creating an option to avoid be redirect to facebook login
  • 4b66bdb Removing 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.

## 📋 Pull Request Information **Original PR:** https://github.com/FriendsOfSymfony/FOSFacebookBundle/pull/180 **Author:** [@diegoholiveira](https://github.com/diegoholiveira) **Created:** 8/4/2012 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`d81e2da`](https://github.com/FriendsOfSymfony/FOSFacebookBundle/commit/d81e2da925263b28a588b5ef56a46c76c4cf71e7) Creating an option to avoid be redirect to facebook login - [`4b66bdb`](https://github.com/FriendsOfSymfony/FOSFacebookBundle/commit/4b66bdb159256a70a4d8d22eea7b3b46a8b28b31) Removing LogoutHandler ### 📊 Changes **6 files changed** (+43 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-24 11:37:27 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: FriendsOfSymfony/FOSFacebookBundle#313