You are here

16 calls to fb_api_init() in Drupal for Facebook 5

action_fb_cron_per_user in ./fb_cron.module
action_fb_set_profile_fbml in ./fb_actions.module
Implementation of an Action. See Actions module.
action_fb_set_ref_fbml in ./fb_actions.module
Implementation of an Action.
action_fb_write_minifeed in ./fb_actions.module
Implementation of an Action. See Actions module.
fb_actions_cron_per_user in ./fb_actions.module
fb_actions_minifeed in ./fb_actions.module
fb_actions_profile_fbml in ./fb_actions.module
fb_actions_ref_fbml in ./fb_actions.module
fb_app_user in ./fb_app.module
Implementation of hook_user.
fb_get_friends in ./fb.module
A convenience method for returning a list of facebook friends. This should work efficiently in canvas pages for finding friends of the current user. In other cases it tries to work, but will be an expensive operation and only succeed when the user…
fb_infinite_nodeapi in ./fb_infinite.module
fb_infinite_test_page in ./fb_infinite.module
Menu callback to test infinite session values.
fb_init in ./fb.module
Implementation of hook_init
fb_user_sync_cb in ./fb_user.module
The sync callback is invoked first on a canvas page, in which case we require the user to add the application. Later the user will be redirected to this callback on the locale server, with an token that allows us to write the necessary row to the…
fb_user_user in ./fb_user.module
Implementation of hook_user.
_fb_api_init in ./fb.module
Wrapper function for fb_api_init. This helps for functions that should work whether or not we are on a canvas page. For canvas pages, the active fb object is used. For non-canvas pages, it will initialize the API using an infinite session, if…