today I updated to the new version of the module (by the way, a fantastic tool !). As written in the Documentation i uploaded "php" folder (from "facebook-platform") into "facebook-client" folder.

Well, the facebook conection isn't working now.. i´m getting this warning message:

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

Can you help me?

Thanks a lot.
Pedro.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

vectoroc’s picture

download files from php folder, not php folder

mwoida’s picture

I can verify this. I copied the content of the "php" folder into the "facebook-client" folder and still get this error. Looking in the php folder, I do not see a file named "facebook_desktop.php".

vectoroc’s picture

Assigned: Unassigned » vectoroc
Category: support » task
FileSize
46.72 KB

Hm... You're right. Check oldest version of fb client that I've attached
I'll correct this in next release.

lgelfan’s picture

Assigned: vectoroc » Unassigned
Category: task » support

Yeah, looks like they just updated those platform files. Unless there are specific functions you need, you should be able to just include the "facebook.php" file in the module (line 303 in beta9) instead of calling them all directly.

For a quick fix, you can also just comment out the facebook_desktop.php include (line 305) as I don't believe it's being used anyway.

pedrorestu’s picture

Ok. I'll ckeck this solutions later. Thanks to all for the responses.

Pedro.

forcebook’s picture

No need. Just copy facebook.php file and rename to facebook_desktop.php.

It work for me.

vosechu’s picture

This issue is fixed in HEAD. Download the dev version of the module.

aruna.kulatunga’s picture

I downloaded the dev version (fbconnect-6.x-dev) but I still have exactly the same issue - missing facebook.desktop!

vectoroc’s picture

Version: 6.x-1.0-beta9 »
Status: Active » Fixed

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Version: » 6.x-2.0-beta1
Status: Closed (fixed) » Active

Hello.

I don't normally ask for help becsuse I can normally work things out for myself eventually.

However, I have spent the entire day trying to make this module work.

I am running Drupal. 6.2

I have installed the module FB Connect - fbconnect-6.x-2.0-beta1

I have followed the readme. The module is in my directory: public_html/test/sites/default/modules/fbconnect

I have followed the readme and downloaded the file from: http://github.com/facebook/php-sdk/

The file from the above url located in the readme is located in my directory at: public_html/test/sites/default/modules/fbconnect/facebook-php-sdk

When I unzip the file from github the filename has digits in it. I remove these as per the readme.

I can access the admin area of the FBconnect app. I enter my details from FB and then I click settings and I get this error: Ensure that you entered valid api keys.

I've tried clearing cache, i've even tried this on a new installation of drupal on a test site.

What am I missing? What am I doing wrong? I really would love a response because I cannot work this out.

Thanks
Tom

peps_cyd’s picture

Exact same issue with Drupal 7.10 and FBConnect 7.x-2.x
Subscribe for an answer.
Thanks.

ricardo_reyes’s picture

Have you found an answer to the problem?

Where in the drupal7 structure should the "facebook-php-sdk" need to be installed?
I have tried every possible option and Drupal7 can't recognize it.

Thanks.

Rico

danharper’s picture

Version: 6.x-2.0-beta1 » 7.x-2.x-dev

Same issue with Drupal 7.12

fbconnect 7.x-2.0-beta3+2-dev
Libraries 7.x-2.0-alpha2+1-dev

Tried with both stable versions of the above modules and get the same issue.

Thanks Dan

jcisio’s picture

Status: Active » Fixed

After #1499510: Remove dependency on Libraries this should be already fixed.

Status: Fixed » Closed (fixed)

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

rasor’s picture

@waitetom: Seems like it should be sites/all/libraries/facebook-php-sdk/src/facebook.php, not modules.
Get latest version (3.2.0) from https://github.com/facebook/php-sdk

stemount’s picture

tip: Download https://github.com/facebook/facebook-php-sdk into sites/all/libraries/facebook-php-sdk

Command Line
cd /your_site_root/sites/all/libraries/
git clone git@github.com:facebook/facebook-php-sdk.git

Abhinesh Sharma’s picture

Version: 7.x-2.x-dev » 7.x-2.0-beta4
FileSize
17.4 KB

Hi All,

Let me explain the Steps :-

1) Configure the facebook-php-sdk on Libraries folder https://github.com/facebook/facebook-php-sdk

2) Configure the Facebook Connect https://drupal.org/project/fbconnect

3) Then Configure the Back-end Facebook Connection

4) Now Check the admin/reports/status. It's Show proper Configure Status like attached Screen short

Thanks