My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

Facebook Live Stream as a Drupal Module

Latest source code for this project is available on drupal.org. Please check http://drupal.org/project/facebook_stream

This module 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.

To access live stream on their Drupal instance, a user will have to give the application permission to access his/her Facebook account. The module will auto-retrieve and update the Live Stream block .The auto-retrieval interval for the Live Stream, can be configured by site administrator in the block configuration page.

We are currently working on the following features and will update you once we get it up and tested.

1) Publish (Status updates/comments/likes) into the face book live stream via the drupal instance.

2) Provide Facebook Filter Support to the users via the drupal instance.

Information on the module can be found at http://www.slideshare.net/azrisolutions/facebook-stream.

Demo

  • The demo is available at http://fbconnect.azrisolutions.com/ .
  • Login as username demo, password demo.
  • After login you will be redirected to profile page.
  • Click on Facebook Connect tab.
  • Click on Facebook connect button to login to your facebook account.
  • Then You will see a Facebook Stream block on the left side bar.
  • Click on get perm button to give permissions to access your data.
  • After you gave permissions the block will be loaded with your facebook stream.

REQUIREMENTS

Installation

  • install jquery_update devel module
  • install jquery UI module by following instructions from http://drupal.org/node/388384#comment-1530114
  • install facebook_stream module
    1. Copy facebook_stream module into your modules directory
    2. Enable the module at admin/build/modules
    3. Enable facebook stream block at admin/build/blocks
    4. Configure the no of posts to be displayed at user/%/fbstreamconnect
Powered by Google Project Hosting