Closed (fixed)
Project:
Facebook Connect
Version:
6.x-1.0-beta8
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Dec 2009 at 16:27 UTC
Updated:
23 Mar 2011 at 15:01 UTC
The login through facebook functionality appears to work, but as soon as you attempt to access a secured page the following error is displayed and the user is logged-out:
"Access denied by Secure Pages module
The Secure Pages module has detected an invalid session access attempt. Please log in again."
Comments
Comment #1
alexfisher commentedSorry, correction: This is caused by a conflict with the Secure Pages Hijack Prevention module. Disabling this module removes the error. However, it still throws a mixed SSL/non-SSL warning message in browsers.
Investigating use of Facebook Connect Via SSL at:
http://wiki.developers.facebook.com/index.php/Facebook_Connect_Via_SSL
Will still probably require modification to the Facebook Connect module to at least use:
As well as xd_receiver_ssl.htm inplace of xd_receiver.htm.
Comment #2
cerup commentedThis is also a problem with the twitter module and using twitter to login.
If you login and then attempt to go to a secure page, you get:
"Access denied by Secure Pages module
The Secure Pages module has detected an invalid session access attempt. Please log in again."
Comment #3
alexfisher commentedUsing vectoroc's version of Facebook Connect allows use of Secure Pages / SSL:
http://drupal.org/node/635568#comment-2437882
However, the error you're seeing above might have to do with the Secure Pages Hijack Prevention module instead of Secure Pages.
Comment #4
vectoroc commentedIt would be great if you say what is the problem here. I don't use "Secure Pages Module", but ssl works fine in my case. If you can't I will check it later when I'll have time for it
Comment #5
vectoroc commentedComment #7
mcarbone commentedThere is still a conflict with the Secure Pages Hijack Prevention module: http://drupal.org/project/securepages_prevent_hijack
Comment #8
vectoroc commentedthat's bad. lets open new issue for that
Comment #9
vectoroc commented#1102842: Conflict with Secure Pages Hijack Prevention Module