You are here

function hook_twitter_account_save in Twitter 7.4

Same name and namespace in other branches
  1. 6.5 twitter.api.php \hook_twitter_account_save()
  2. 7.3 twitter.api.php \hook_twitter_account_save()
  3. 7.5 twitter.api.php \hook_twitter_account_save()

Notifies of a saved twitter account.

Parameters

$account: User account object.

$values: Twitter account values.

See also

twitter_account_save()

1 invocation of hook_twitter_account_save()
twitter_account_save in ./twitter.inc
Saves a TwitterUser object to {twitter_account}

File

./twitter.api.php, line 37
Describe hooks provided by Twitter module.

Code

function hook_twitter_account_save($account, $values) {
}