constant FB_STREAM_OP_PRE_POST in Drupal for Facebook 7.3
1 use of FB_STREAM_OP_PRE_POST
- fb_stream_post_on_shutdown in ./
fb_stream.module - Logic to post to a Facebook stream. This callback is invoked as the page request shuts down, as late as possible in the order. This runs after all node insert/update hooks have completed.
File
- ./
fb_stream.module, line 21 - Support for Facebook's Stream API.
Code
define('FB_STREAM_OP_PRE_POST', 'fb_stream_op_pre_post');