You are here

17 calls to fb_api_init() in Drupal for Facebook 5.2

fb_actions_cron_per_user in ./fb_actions.module
Trigger an action several times, emulating a different user each time. Useful for cron jobs in which we update each users profile box, for example.
fb_actions_profile_fbml in ./fb_actions.module
fb_actions_ref_fbml in ./fb_actions.module
fb_app_get_app_properties in ./fb_app.module
Get properties from Facebook. Fills in the data that we need to know by querying facebook.
fb_app_set_app_properties in ./fb_app.module
fb_app_user in ./fb_app.module
Implementation of hook_user.
fb_connect_app_init in ./fb_connect.module
Prepare for fbConnect use. Because a single Drupal might support multiple apps, we don't know in advance which is the fbConnect app. Theoretically, it might be possible to simultaneously use multiple apps and fbConnect, but my suspicion is…
fb_feed_action_publish in ./fb_feed.module
fb_feed_deactivate_template in ./fb_feed.module
fb_feed_register_template in ./fb_feed.module
fb_feed_template_page in ./fb_feed.module
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_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…