This module seems to be exactly what I need to install on a site to display the client's FB wall. However, I can't seem to get the module to connect.

I set up the module per the provided instructions and get 2 errors, one from the module that "Failed to fetch data from the Facebook Graph" and another:
Warning: file_get_contents(https://graph.facebook.com/XXXXXXXXXXX/posts?access_token=XXXXXXXXXXXXXX&limit=10&locale=en): failed to open stream: HTTP request failed! HTTP/1.1 400 Bad Request in file_get_contents() (line 280 of /home/gn001/public_html/sites/all/modules/facebook_pull/facebook_pull.module).

So I tried applying the patch given here: https://www.drupal.org/node/1587598 and I'm still not getting the module to connect. After clearing the cache and reloading the page the block is on, I get the module error in my log, but nothing like the second error above.

Any insight would be helpful, I can't seem to find a good alternative. (I will gladly provide more details as needed.)

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tophneal created an issue. See original summary.

zopa’s picture

I created a patch to use against 7.x-2.x -- for my needs, I added a form field to the module to accept a comma-delimited set of fields to import.