I have downloaded:

http://svn.facebook.com/svnroot/platform/clients/packages/facebook-platf...

untar'd it and put the contents of the "php" directory in facebook-client, but after adding my API key and trying it out, I get this error:

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

I looked in the tar ball and the file "facebook_desktop.php" not in there.

Please advise.

Thanks,
Kristen

Comments

kristen pol’s picture

I found this relevant issue for facebook connect: http://drupal.org/node/700506

Kristen

kristen pol’s picture

confiz’s picture

Status: Active » Fixed

After extracting the contents of tar ball file, copy the content of 'php' folder

kristen pol’s picture

Status: Fixed » Active

Perhaps you didn't understand the issue. The file no longer exists in that tar ball. I managed to find it elsewhere (see comment above) but think there now may be a more fundamental issue because that file is not bundled with the other files as expected by your module. I'm wondering if they have reworked their code and it is no longer compatible with your module???

Kristen

kristen pol’s picture

Priority: Critical » Normal

Just tested the facebook stuff and it worked with using the desktop file coming from the other source. So, perhaps it's just a matter of updating the README to point users to the other tar ball if they don't find it in the first one.

Thanks!
Kristen

confiz’s picture

OK kristen. Thanks for mentioning it.

We will surely look into this ASAP.

confiz’s picture

Version: 6.x-1.03 » 6.x-1.04
Status: Active » Fixed

We tested by removing facebook_desktop.php, and the module worked fine.

@Kristen: We would like to thank you for adding this to issues.

Let us know if some issue occurs again.

sakib000’s picture

Status: Fixed » Active

when I installed this module, I also saw same message

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

confiz’s picture

See this code on line 1028. Remove facebook_desktop.php, if it exists in the list below. This was removed in the latest release.

$lib_files = array(
        'facebook.php',
        'jsonwrapper/jsonwrapper_inner.php',
        'jsonwrapper/jsonwrapper.php',
        'jsonwrapper/JSON/JSON.php'
      );

Please confirm me if it gets fixed.

confiz’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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