9 calls to twitter_account_load() in Twitter 7.4
- twitter_account_delete in ./
twitter.inc - Delete a twitter account and its statuses.
- twitter_actions_set_status in twitter_actions/
twitter_actions.rules.inc - Fetches Twitter account info and submits with the message to the Twitter API
- twitter_actions_set_status_action in twitter_actions/
twitter_actions.module - Implementation of a configurable Twitter action. @todo Implementation for language negotiation for the body and sumary. Also need implementation for bodies with multiple values. Right now it is hard coded and it will only get body and summary for…
- twitter_cron in ./
twitter.module - Implements hook_cron().
- twitter_fetch_mentions_timeline in ./
twitter.inc - Fetches user's mentions.
- twitter_fetch_user_timeline in ./
twitter.inc - Fetches a user's timeline
- twitter_post_node_insert in twitter_post/
twitter_post.module - Implementation of hook_node_insert().
- twitter_twitter_accounts in ./
twitter.module - An implementation of hook_twitter_accounts. We want to move this into a separate module eventually, but sticking the code here and using a hook lets other modules solve the 'what accounts can a user post with' problem in cleaner ways.
- twitter_user_make_global in ./
twitter.pages.inc - Form builder for setting a Twitter account as global.