Active
Project:
Facebook OAuth (FBOAuth)
Version:
7.x-1.5
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2012 at 14:16 UTC
Updated:
24 Dec 2012 at 10:59 UTC
This patch adds a setting to logout from Facebook where logout from site.
| Comment | File | Size | Author |
|---|---|---|---|
| D6_fboauth_logout.patch | 2.19 KB | MarcElbichon | |
| D7_fboauth_logout.patch | 2.26 KB | MarcElbichon |
Comments
Comment #1
toxiclung commentedthis is a really important feature for me
please commit this to your dev or stable release
thank you very much for a very useful module
cheers
Comment #2
MarcElbichon commentedshould be replaced by
Comment #3
quicksketchIt is very unusual for any app or website to log a user out of Facebook. I'd prefer to keep this functionality separate, as I don't want to encourage this unusual behavior.
Comment #4
MarcElbichon commentedI'm not totally agree with you. Many sites logout from Facebook when using Facebook Connect.
The patch adds a settings to activate or not this feature. So users can choose the way they want to disconnect.
I think this could be a good feature for your module.
Comment #5
quicksketchDoing some research on this, it seems you may be correct. The most definitive thing I found was Facebook's policy on app/sdk development:
You can't get much more explicit than that. So even if I don't agree with the approach from a UX perspective, if it's the rule then we should do what we can to enforce that.
I'm a little nervous with the approach described, because we don't have any guarantee that the access token we have will still be valid by the time the user logs out. We'll need to perform some kind of check to confirm that the token is still valid before sending the user to facebook.com/logout.php, otherwise they could just end up at an error page.