You are here

function hook_twitter_status_update in Twitter 6.2

Called when the status updates are cached.

Parameters

$status: An array of all the status updates from the given user.

1 invocation of hook_twitter_status_update()
twitter_cache_status in ./twitter.inc
Saves Twitter status message to the database.

File

./twitter.api.php, line 45
Provides API documentation for the Twitter module.

Code

function hook_twitter_status_update($status = array()) {
}