First install of this module on our website. I've installed the DEV build (2016-Apr-16), patched via this comments instructions (https://www.drupal.org/node/2699113#comment-11051027) and also downloaded the latest Facebook SDK library (https://github.com/facebook/facebook-php-sdk-v4).

I put in my App ID and Secret and now when I go to admin/config/services/fbautopost - it redirects to status/reports and tells me "You need to install the Facebook PHP Library to use the Facebook Autopost module. Please download the library to sites/all/libraries/facebook-php-sdk."

admin/config/services/fbpermissions works just fine, admin/config/services/fbautopost causes the error and redirect.

Drupal 7.32 needs updated... I know ;) - PHP 5.4.45

Comments

nfollmer created an issue.

XerraX’s picture

Since drupal didnt find the sdk in
sites/all/libraries/facebook-php-sdk-v4
i renamed it to
sites/all/libraries/facebook-php-sdk

after that i got the error you mentioned. so i corrected the path in
sites/all/modules/fb_autopost/fb_autopost.module
line 205 and 206
now it works for me

dynahiol’s picture

@XerraX can you share what you enter as path to 'sites/all/modules/fb_autopost/fb_autopost.module' ?
I've tried '/src/Facebook.php' with no result.