You are here

7 calls to drupagram_account_load() in Drupagram 7

drupagram_account_delete in ./drupagram.inc
Delete a drupagram account and its statuses.
drupagram_actions_set_status in drupagram_actions/drupagram_actions.rules.inc
Fetches drupagram account info and submits with the message to the drupagram API
drupagram_actions_set_status_action in drupagram_actions/drupagram_actions.module
Implementation of a configurable Instagram actions. @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…
drupagram_drupagram_accounts in ./drupagram.module
Implements hook_drupagram_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.
drupagram_fetch_recent_items in ./drupagram.inc
Fetches a user's recent items.
drupagram_fetch_user_feed in ./drupagram.inc
Fetches a user's feed
drupagram_user_make_global in ./drupagram.pages.inc
@todo Please document this function.