Closed (fixed)
Project:
Facebook Connect
Version:
7.x-2.0-beta4
Component:
Miscellaneous
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Jan 2010 at 19:01 UTC
Updated:
26 Sep 2013 at 11:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
vectoroc commenteddownload files from php folder, not php folder
Comment #2
mwoida commentedI 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".
Comment #3
vectoroc commentedHm... You're right. Check oldest version of fb client that I've attached
I'll correct this in next release.
Comment #4
lgelfan commentedYeah, 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.
Comment #5
pedrorestu commentedOk. I'll ckeck this solutions later. Thanks to all for the responses.
Pedro.
Comment #6
forcebook commentedNo need. Just copy facebook.php file and rename to facebook_desktop.php.
It work for me.
Comment #7
vosechu commentedThis issue is fixed in HEAD. Download the dev version of the module.
Comment #8
aruna.kulatunga commentedI downloaded the dev version (fbconnect-6.x-dev) but I still have exactly the same issue - missing facebook.desktop!
Comment #9
vectoroc commentedComment #11
Anonymous (not verified) commentedHello.
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
Comment #12
peps_cyd commentedExact same issue with Drupal 7.10 and FBConnect 7.x-2.x
Subscribe for an answer.
Thanks.
Comment #13
ricardo_reyes commentedHave 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
Comment #14
danharper commentedSame 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
Comment #15
jcisio commentedAfter #1499510: Remove dependency on Libraries this should be already fixed.
Comment #17
rasor commented@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
Comment #18
stemount commentedtip: 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
Comment #19
Abhinesh Sharma commentedHi 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