You are here

function fb_actions_profile_fbml_validate in Drupal for Facebook 5

Same name and namespace in other branches
  1. 5.2 fb_actions.module \fb_actions_profile_fbml_validate()

File

./fb_actions.module, line 171
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_profile_fbml_validate($form_id, $values) {

  // TODO
}