Closed (outdated)
Project:
Facebook Connect
Version:
5.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2009 at 13:31 UTC
Updated:
30 Apr 2017 at 14:22 UTC
Jump to comment: Most recent
Comments
Comment #1
plan9 commentedJS calendar is also broken when facebook Connect is enabled. I'm pretty sure it's the same bug at play.
Comment #2
plan9 commentedThe fix for 6.x supplied by ryanjames here: http://drupal.org/node/372560#comment-1270428 was to change the local js file reference to a remote facebook one: http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php
I have tried but failed consistently to get this working in 5.x. Obviously it's the '/js/FeatureLoader.js' that needs to be changed to reference the link... but how?
If anyone with coding experince knows how to do this I would be REALLY grateful to hear from you!
P9
Comment #3
yossilac commentedI gave the wrong solution here, please disregard (and move to the next comment).
Comment #4
yossilac commentedSorry, disregard my previous comment.
What you should do is remove
and change fbconnect_footer to -
This is essentially the same as the drupal 6 version change.
(Hope I got it right this time...)
Comment #5
plan9 commentedHi yossilac
Thanks very much for this. Unfortunately it didn't work for me - it came up with some kind of 'wrong syntax' error.
In the end I found that by copying and pasting the code from here: http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php
directly into the js file here: modules/fbconnect/js/FeatureLoader.js solved the problem.
Comment #6
plan9 commentedActually my 'fix' caused another problem - the inability to log out!!
I'm trying your solution again yossilac - the error I get is this:
Parse error: syntax error, unexpected T_VARIABLE in /var/www/vhosts/site/httpdocs/sites/all/modules/fbconnect/fbconnect.module on line 747
Line 747 is:
$fb_js_url = 'http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php';any ideas?
Thanks for your help
:)
Comment #7
plan9 commentedAs a workaround to this bug I'm trying to disable the auto complete behaviour. I have disabled Content Taxonomy Autocomplete but the auto complete action persists!
Anyone know how can I disable this?
Comment #8
jusyjim commentedsubscribing
Comment #9
budda@plan9 Check the code above line 747. or paste the whole function in a reply.
Comment #10
vectoroc commentedComment #11
akaserer commenteddoes one of this solutions work??
Comment #12
akaserer commentedjust an update: i did the fix from #5 and it seems to work ( without making to many tests).
Comment #13
plan9 commentedYes I'm pretty sure I got #5 to work in the end.
@akaserer: are you now able to post comments through to facebook users walls? I used to be able to - but now I get error messages from facebook. I just wondered if this is down to the current facebook API changes or something I've done.
Comment #14
akaserer commented@plan9 : are you now able to post comments through to facebook users walls?
i dont use this feature, so i cant tell.
but the autocomplete feature works fine
Comment #15
vectoroc commentedComment #16
plan9 commentedI've had to drop FBconnect as I'm using Boost and Persistent Login modules - it's just becoming to complex to troubleshoot login issues with all three modules battling it out.
Comment #17
gobinathmClosing the issue. It was inactive for a long time & it's related to a Drupal Version which is not supported anymore