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
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | fbconnect.zip | 10.62 KB | technovita |
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
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | fbconnect.zip | 10.62 KB | technovita |
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