function fb_cron_fb in Drupal for Facebook 5
@file
This module helps administer facebook-specific actions to be performed during cron jobs.
The most recent actions module has its own cron action configuration mechanism, which may render this module obsolete. So don't plan on this being around for long!
File
- ./
fb_cron.module, line 13 - This module helps administer facebook-specific actions to be performed during cron jobs.
Code
function fb_cron_fb($fb, $fb_app, $op, &$return) {
}