Closed (fixed)
Project:
Facebook Connect
Version:
5.x-1.0-beta2
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 May 2009 at 10:04 UTC
Updated:
21 Mar 2010 at 15:15 UTC
Jump to comment: Most recent file
Comments
Comment #1
balasky commentedshowing error like this
Can't get BaseDomain property when API key is not set
(no name)()XdCommReceiver.de... (line 65)
else{throw new Error('Can\'t get BaseDomain property when API key is not set');}...
Comment #2
buddaNote to self: Could be related to requirements mentioned on http://wiki.developers.facebook.com/index.php/Initializing_and_Loading_F...
@balasky have you tried fbconnect with Drupal 6 at all?
Comment #3
balasky commentedno, currently im integrating it with 5.x
Comment #4
technovita commentedThis worked for me
1) Updating facebook FeatureLoader.js
2) Calling logout function on window.onload
You just need to replace fbconnect.module with the below
Unzip it and replace your module
Comment #5
vectoroc commented