You are here

function fb_actions_cron_per_user_submit in Drupal for Facebook 6.2

Same name and namespace in other branches
  1. 5.2 fb_actions.module \fb_actions_cron_per_user_submit()
  2. 5 fb_actions.module \fb_actions_cron_per_user_submit()

File

contrib/fb_actions.module, line 73
Actions defined here interact with Facebook's API. This makes it possible to notify facebook of various activities as they happen.

Code

function fb_actions_cron_per_user_submit($form_id, $values) {
  return array(
    'fb_app_labels' => $values['fb_app_labels'],
    'actions' => $values['actions'],
    'throttle' => $values['throttle'],
  );
}