I have follow the steps from the readme file, and have install my drupal from scratch twice but still got the same error message:

Fatal error: Call to undefined method FacebookRestClient::stream_get() in /home/topeng/public_html/sites/all/modules/facebook_stream/facebook_stream.module on line 219

Any idea?

Comments

pflame’s picture

It looks like fbconnect module is unable to find the FacebookRestClient. check http://drupal.org/node/453420 for installation instruction for the fbconnect module.

download "Facebook PHP Library" from http://svn.facebook.com/svnroot/platform/clients/packages/facebook-platf...

extract the facebook-platform.tar.gz

Copy the contents of the downloaded facebook-platform/php/ folder to the /sites/all/modules/fbconnect/facebook-client/ folder.

topeng’s picture

Thanks azriprajwala, just re-extract fbconnect and facebook-platform.tar.gz...... now it works ;)

Problem solved.

topeng’s picture

Status: Active » Closed (fixed)