Facebook Live Stream Module
Last updated on
30 April 2025
Facebook live stream module(http://drupal.org/project/facebook_stream) leverages the Facebook Open Stream API. Once installed, the module allows users of the Drupal instance to access their Facebook account and view the real time stream of their friends’ updates from Facebook in a block within their Drupal instance. Users can control the number of posts viewable via the profile settings tab.
Requirements
- PHP CURL
Installation for drupal 6
- install jquery_update-6.x-2.x devel module
- install jquery UI module by following instructions from http://drupal.org/node/388384#comment-1530114
- Download facebook_stream module
- Extract and Copy facebook_stream module into your modules directory
- If you are not using fbconnect or drupal for facebook modules
- download the facebook php sdk from https://github.com/facebook/facebook-php-sdk/
- Extract the downloaded facebook php sdk and copy the folder as facebook-php-sdk in to the facebook_stream module directory
- Create an application on facebook by visiting http://facebook.com/developers
- Configure Facebook Application Settings
- Specify your drupal site url in the facebook application connect url
- Add your site's server to the Server Whitelist (in Advanced Settings) or disable Session Secret Whitelist Exception
- Visit the admin/settings/facebook_stream page and add the API Key and Secret key of the facebook application
- If you are already using fbconnect or drupal for facebook modules
- Visit the admin/settings/facebook_stream page and choose the Drupal for facebook or fbconnect module with the version that you are using
- Enable the module at admin/build/modules
- Enable facebook stream block at admin/build/blocks
- Configure the no of posts to be displayed at user/%/fbstreamconnect
Installation of Drupal 7
- Download facebook_stream module
- Extract and Copy facebook_stream module into your modules directory
- Enable the module at admin/build/modules
- download the facebook php sdk from https://github.com/facebook/facebook-php-sdk/
- Extract the downloaded Facebook php sdk and copy the folder as facebook-php-sdk in to the facebook_stream module directory
- Create an application on Facebook by visiting http://facebook.php/developers
- Specify your Drupal site url in the Facebook application connect url
- Visit the admin/settings/facebook_stream page and add the Application ID, Secret key of the Facebook application
- Enable Facebook stream block at admin/build/blocks
- Configure the number of posts to be displayed at user/%/fbstreamconnect
Help improve this page
Page status: Not set
You can:
You can:
- Log in, click Edit, and edit this page
- Log in, click Discuss, update the Page status value, and suggest an improvement
- Log in and create a Documentation issue with your suggestion