constant FB_STREAM_DIALOGS in Drupal for Facebook 6.2
Same name and namespace in other branches
- 6.3 fb_stream.module \FB_STREAM_DIALOGS
- 7.3 fb_stream.module \FB_STREAM_DIALOGS
@file Support for Facebook's Stream API.
http://wiki.developers.facebook.com/index.php/Using_the_Open_Stream_API
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.
File
- ./
fb_stream.module, line 14 - Support for Facebook's Stream API.
Code
define('FB_STREAM_DIALOGS', 'fb_stream_dialogs');