You are here

23 calls to fb_api_init() in Drupal for Facebook 7.3

fbu_load in ./fb.module
Implementation of a %wildcard_load(). http://drupal.org/node/224170
fb_admin_app_page in ./fb.admin.inc
fb_admin_get_app_info in ./fb.admin.inc
fb_admin_set_properties_form_submit in ./fb.admin.inc
Confirm form submit function. We don't use fb_app_set_app_properties, because fb_app.module may not be enabled.
fb_ajax_event in ./fb.module
Ajax callback handles an event from facebook's javascript sdk.
fb_app_event_cb in ./fb_app.module
Callback for FB_APP_PATH_EVENT.
fb_app_set_app_properties in ./fb_app.admin.inc
Sets callback URLs and other properties of a facebook app. Calls the facebook
fb_app_user in ./fb_app.module
Implements 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.
fb_custom_theme in ./fb.module
Implements hook_custom_theme().
fb_devel_user_view in ./fb_devel.module
Implements hook_user_view().
fb_get_friends in ./fb.module
A convenience method for returning a list of facebook friends.
fb_graph_load in ./fb.module
Implementation of a %wildcard_load(). http://drupal.org/node/224170
fb_graph_publish_action in ./fb_graph.module
Helper function to publish user activity to Facebook's Open Graph.
fb_permission_form_alter in contrib/fb_permission.module
Implements hook_form_alter().
fb_permission_form_user_profile_form_alter in contrib/fb_permission.module
Implements hook_form_FORM_ID_alter()
fb_test_accounts_form in contrib/fb_test.module
fb_test_accounts_form_submit in contrib/fb_test.module
fb_test_create_form_submit in contrib/fb_test.module
fb_user_app_get_proxied_email in contrib/fb_user_app.module
Learn the user's proxied email address.
fb_user_get_proxied_email in ./fb_user.module
Learn the user's proxied email address. If fb_user_app.module is enabled, it will defer to that module, which queries a local database. If not, ask facebook for the data.
fb_vars in ./fb.module
Helper function to get the most commonly used values. In your custom module, call extract(fb_vars()); to set $fb_app, $fb, and $fbu.
_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 configured.