after authenticate the facebook id in drupal i cannot logout

show the following JS error

Can't get BaseDomain property when API key is not set

CommentFileSizeAuthor
#4 fbconnect.zip10.62 KBtechnovita

Comments

balasky’s picture

showing 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');}...

budda’s picture

Note 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?

balasky’s picture

no, currently im integrating it with 5.x

technovita’s picture

StatusFileSize
new10.62 KB

This 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

vectoroc’s picture

Status: Active » Closed (fixed)