Closed (fixed)
Project:
OpenID Selector
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2011 at 02:37 UTC
Updated:
8 Mar 2013 at 17:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
andriy_gerasika commentedFacebook Connect must be correctly configured and working before enabling OpenID Selector submodule, i.e.:
a) disable OpenID Selector for Facebook Connect,
b) make sure Facebook Connect "Login with Facebook" button works
c) enable OpenID Selector for Facebook Connect
Comment #2
andriy_gerasika commentedComment #3
andriy_gerasika commentedComment #5
Sami_Ghname82 commentedHi,
I have the same issues with the facebook connect.
The fb connect button it's work fine but when activate (OpenID Selector for Facebook (Platform)) module and click on the facebook login nothing happened.
i make all step above but nothing change.
Comment #6
Sami_Ghname82 commentedHi all,
Not any one help me
Comment #7
iliakan commentedSubscribing, Facebook doesn't work in 6-dev
Comment #8
John Klehm commentedI had to use the work around I listed here:
http://drupal.stackexchange.com/questions/4524/facebook-openid-selector/...
Comment #9
John Klehm commentedThis also effects Drupal 7 and the 7.x-1.x-dev (2011-May-07) version.
I've created a patch which fixes the issue for me (as I outlined above on the stack exchange article) but hopefully this will make it easier to fix in the repository.
Comment #10
jakonore commentedsub
Comment #11
Dave Cohen commentedI don't understand the entire patch, but I notice you're hiding the fb_user.module facebook connect button. You can instead just configure that module not to render the button. See admin/build/fb/fb_user.
Comment #12
John Klehm commentedI didn't add the code that hides it. That logic was already there. What was broken was that the dom id's had changed and so the existing code was trying to work on null objects.
I made the smallest change I could as I'm not very familiar with drupal and module code yet.
Comment #13
venusrising commentedWe also have the issue with the openid selector facebook button it has issues when using on a mobile site and I think it may be a javascript related issue but cannot figure it out.
Comment #14
venusrising commentedI noticed if we changed the cookie domain in setting.php to .ourdomain.com it works again
Comment #15
venusrising commentedI guess I spoke to soon, the button does not go anywhere when actually on a mobile device was testing with a user agent.
This is for facebook connect on stable build 6 does not work on mobile devices. Only desktops. Regular rendering of facebook connect works fine. Also tried changing weight but no luck.
Comment #16
justindodge commentedJust fyi, the button needs to be rendered in order for the javascript to simulate a click of it. If you you set it up not to render, it will not work.
Comment #17
vadbars@drupal.org commentedHi, I have the same issues with the facebook connect. When user click on the facebook login nothing happened.
(latest modules - Drupal for Facebook 6.x-3.2-rc5+2-dev, Openid selector 6.x-1.x-dev)
Comment #18
joel_guesclin commentedI just installed all this using Drupal for Facebook 6.x-3.3 with the Facebook SDK 3.1.1 and the latest version of OpenId Selector, and it worked fine (solved the problem I had with this previously)
Comment #19
xurizaemonWork was being duplicated at #1350732: OpenID Selector for Facebook (Platform) does not do anything.. Justin (who I see is on this thread also) had posted this patch there. The significant difference is the selector used in these two blocks. In the other issue, it was reported that the patch there (second below) did not work on the login block - possibly the looser selector from #6 is the one we want.
#1025038-9: facebook connect login broken
#1350732-6: OpenID Selector for Facebook (Platform) does not do anything.
Comment #20
joel_guesclin commentedI take it all back - it worked when I tested it, and now it doesn't any more! If I have time I might try out some of these patches...
Comment #21
xurizaemonIDK if we need to magically click the button, I think we can just FB.login() directly?
Dropping this here, will attach a proper patch if this tests out OK.
Comment #22
andriy_gerasika commentedfixed for D6 in http://drupalcode.org/project/openid_selector.git/commit/b9e9405
Comment #23
electronicmonkey commentedHow fixed ?
Comment #24
xurizaemonThanks Andriy. Great to see you back.
If you're going to be actively maintaining OpenID Selector again, please add a response to #1673150: Is OpenID Selector still being maintained? and let us know if you are open to co-maintainers helping you out.
Comment #25
andriy_gerasika commentedok
fixed for D7 in http://drupalcode.org/project/openid_selector.git/commit/4cf30bb