Fbconnect : Facebook PHP library file sites/default/modules/fbconnect/facebook-client/facebook_desktop.php not found see README.TXT
Fbconnect : Facebook PHP library file sites/default/modules/fbconnect/facebook-client/facebook_desktop.php not found see README.TXT
Comments
Comment #1
papimann commentedFbconnect : Facebook PHP library file sites/default/modules/fbconnect/facebook-client/facebook_desktop.php not found see README.TXT how to sort out this problem
Comment #2
papimann commentedFbconnect : Facebook PHP library file sites/default/modules/fbconnect/facebook-client/facebook_desktop.php not found see README.TXT how to sort out this problem
Comment #3
papimann commentedUnable to autoconfigure your application settings, make sure you are logged into Facebook
Comment #4
wtjxmaster commentedThe file "facebook_desktop.php" is not in the folder. Nothing in the README doc says anything about this. Where are we supposed to get (or create) this file?
Comment #5
jorge commentedIt appears that that file isn't distributed with the facebook platform any longer....hmm....
Comment #6
kristen polThis is an issue for postiteverywhere as well: http://drupal.org/node/703878
Kristen
Comment #7
kristen polI found it buried in this zip:
http://svn.facebook.com/svnroot/platform/fbopen-packages/fb-open-platfor...
Kristen
Comment #8
vosechu commentedDownload the dev version, it's fixed in HEAD.
Comment #9
hanief84 commentedYup! You're right! dev version works like charm!
http://hanief.blogspot.com/2010/02/drupal-facebook-connect-fbconnect.html
Comment #10
sakib000 commentedis it the same thing
http://trac.symfony-project.org/browser/plugins/sfFacebookConnectPlugin/...
Comment #11
bunker commentedremoving facebook_desktop.php from fbconnect.module in the following function worked for me. It's now working like a charm.
function facebook_client() {
static $fb = NULL;
if (!$fb instanceof Facebook) {
if ($conf = fbconnect_get_config()) {
$lib_path = drupal_get_path('module', 'fbconnect') .'/facebook-client/';
$lib_files = array(
'facebook.php',
'jsonwrapper/jsonwrapper_inner.php',
'jsonwrapper/jsonwrapper.php',
'jsonwrapper/JSON/JSON.php'
);
Comment #12
gregarios commentedI can vouch for bunker's fix in comment #11. Works well now.
Comment #13
vectoroc commentedFixed in dev release