Fbconnect : Facebook PHP library file sites/default/modules/fbconnect/facebook-client/facebook_desktop.php not found see README.TXT

Comments

papimann’s picture

Fbconnect : Facebook PHP library file sites/default/modules/fbconnect/facebook-client/facebook_desktop.php not found see README.TXT how to sort out this problem

papimann’s picture

Fbconnect : Facebook PHP library file sites/default/modules/fbconnect/facebook-client/facebook_desktop.php not found see README.TXT how to sort out this problem

papimann’s picture

Unable to autoconfigure your application settings, make sure you are logged into Facebook

wtjxmaster’s picture

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

jorge’s picture

It appears that that file isn't distributed with the facebook platform any longer....hmm....

kristen pol’s picture

This is an issue for postiteverywhere as well: http://drupal.org/node/703878

Kristen

kristen pol’s picture

vosechu’s picture

Download the dev version, it's fixed in HEAD.

hanief84’s picture

Yup! You're right! dev version works like charm!

http://hanief.blogspot.com/2010/02/drupal-facebook-connect-fbconnect.html

sakib000’s picture

bunker’s picture

Category: support » bug

removing 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'
);

gregarios’s picture

I can vouch for bunker's fix in comment #11. Works well now.

vectoroc’s picture

Status: Active » Fixed

Fixed in dev release

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.