Closed (fixed)
Project:
Drupal for Facebook
Version:
6.x-3.1
Component:
Facebook Connect
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2011 at 07:53 UTC
Updated:
14 Oct 2011 at 22:11 UTC
F Connect button frozen when clicked on it. Followed almost all readme instructions. Did uninstall logintoboggan but no luck
Comments
Comment #1
Dave Cohen commentedDid you try the troubleshooting section of readme.txt?
Comment #2
ragavendra_bn commentedYhaa I just did now. I was trying it in production so didn't try earlier.
I got the pop up box with below message as soon as I enabled devel
fb_devel.js: Facebook JS SDK initialized witout app id
Comment #3
ragavendra_bn commentedohh cool............now I got it.......i had a block with FB like count which had the below code in it
Now I removed it. It works fine.
How to put link to show like numbers of FB page on home page header.........
Comment #4
Dave Cohen commentedYou can leave the
<fb:like>tag in your block. Just don't put the<script>tag for all.js. modules/fb will initialize the javascript for you.Comment #5
korayal commentedI don't have a script tag for all.js on a page. But still I am getting "fb_devel.js: Facebook JS SDK initialized witout app id" alert too.
It was working without any problem before, when I was using 6.x-3.0.
Here is my page-source: http://pastebin.com/pZrxhqA0
Comment #6
Dave Cohen commentedSometimes that message pops up because of a race condition, even when there is no problem. I want to fix that, but it should only cause that problem for users with access to devel info. If you're not seeing other problems, you can safely ignore that popup.
Comment #7
korayal commentedI have found the solution for my problem;
I was using custom login buttons:
But when I compare the working button in the "fb_devel block" and the one in the "fbconnect" block:
When I replaced "perms" with "scope" in my custom code, connect button started to work.