Hello, thanks for creating this module. I believe I correctly followed the instructions in the Readme text. Everything is working almost perfectly.
I enabled the Facebook Connect block. The only problem is that when an anonymous user visits the Drupal site and clicks the Facebook Connect button, nothing happens. However, if the user has already registered for the Drupal site and is logged in, it works fine. The "Request for Permission" Facebook popup appears.
I'm guessing didn't configure the settings properly but can't figure out where to look exactly. Any help is much appreciated. Thanks.
Comments
Comment #1
Dave Cohen commentedUse firebug or something like it to find javascript errors.
Comment #2
thoughtcannon commentedSame issue with D7. Firebug did not return any errors. A full list of errors can be found at http://drupal.org/node/1105678.
Comment #3
geerlingguy commentedI seemed to not have this problem with the latest 7.x-3.x dev release... maybe something was fixed in the interim?
Comment #4
my3ya commentedSame Issue here.
I've been struggling with this for quite a while now.. When I set it up initially about 3 months back it worked for a few times..
Not been able to get it working again..
Please help. This feature is very important as it also registers new users on my site :)
Comment #5
Dave Cohen commentedIf the problem is only with anonymous users, it might be drupal's caching. Try flushing caches, or disabling them entirely to see if that solves the problem.
Comment #6
rade commentedI figured out that the login button didn't work only on those pages in which I had a Facebook like box. When I removed the like box the login button started working for both anon and authenticated users.
This was only a quick fix for now. Need to find out how to be able to have a working login button and the like box on the same page.
This was the code for the like box:
Comment #7
Dave Cohen commentedIf you use facebook's "helpful" social plugin pages to get markup, it will be polluted with
<div id="fb-root">and<script>tags. Remove those and leave only the<fb:whatever></fb:whatever>tags and it should be fine.Comment #8
drwierdo commentedHow does these pollutants enter into the markup? Is it due to the fb sdk or is it due to some bug in the module? I haven't entered those scripts or tags, so how am i supposed to remove them??
Comment #9
Dave Cohen commentedDrupal provides a number of ways to add any markup to a page, including
<script>and other tags.Most likely it is coming from either...
- a manually configured block
- a manually configured node
- a block or some other markup added by a module
- a customized template (could be page, block, or any template)
An experienced drupal admin could probably tell by inspecting the page source. Grepping will help find it in a template.
Comment #10
vishalchavda commentedHello
I have the same problem with the latest version of 6.x-3.x dev version. I am using drupal 6.22.
I have cleared all caches and have deleted the face book like block. In my case only the Admin user is able to click on the facebook connect button. Doesnt work for any other user types.
This is quite important for my site to be able to create additional users. Please advice on this.
Regards
Vishal