You are here

constant FB_STREAM_VAR_TOKEN in Drupal for Facebook 7.3

Same name and namespace in other branches
  1. 6.3 fb_stream.module \FB_STREAM_VAR_TOKEN

@file Support for Facebook's Stream API.

http://wiki.developers.facebook.com/index.php/Using_the_Open_Stream_API http://developers.facebook.com/docs/guides/policy/stream

At the moment we support only fb_stream_publish_dialog() for writing to a stream via a javascript dialog. The Stream API allows for much more, so eventually this module will do more.

4 uses of FB_STREAM_VAR_TOKEN
fb_stream_admin_settings in ./fb_stream.admin.inc
Form callback for general settings.
fb_stream_form_alter in ./fb_stream.module
Implements hook_form_alter().
fb_stream_node_settings_form in ./fb_stream.module
Helper function for hook_form_alter() renders the settings per node-type.
fb_stream_requirements in ./fb_stream.install
Implementation of hook_requirements().

File

./fb_stream.module, line 15
Support for Facebook's Stream API.

Code

define('FB_STREAM_VAR_TOKEN', 'fb_stream_token');