30 calls to fb_invoke() in Drupal for Facebook 7.3
- fb_admin_app_page in ./
fb.admin.inc - fb_admin_get_app_info in ./
fb.admin.inc - fb_admin_page in ./
fb.admin.inc - Drupal page callback.
- fb_admin_set_properties_form 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_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_exit in ./
fb.module - Implements hook_exit().
- fb_friend_request_accept_page in contrib/
fb_friend.module - fb_friend_request_submit_page in contrib/
fb_friend.module - fb_get_all_apps in ./
fb.module - Convenience method to return array of all know fb_apps.
- fb_get_app in ./
fb.module - Convenience method to get app info based on id or nid.
- fb_get_fbu in ./
fb.module - Given a local user id, find the facebook id.
- fb_get_token in ./
fb.module - Helper to get the tokens needed to accss facebook's API.
- fb_get_uid in ./
fb.module - Given a facebook user id, learn the local uid, if any.
- fb_init in ./
fb.module - Implements hook_init().
- fb_js_cb in ./
fb.module - Ajax javascript callback.
- fb_page_alter in ./
fb.module - Implements hook_page_alter(). Can alter the $page['page_bottom'] hidden region here.
- fb_stream_post_on_shutdown in ./
fb_stream.module - Logic to post to a Facebook stream. This callback is invoked as the page request shuts down, as late as possible in the order. This runs after all node insert/update hooks have completed.
- fb_tab_config_form in ./
fb_tab.module - Build the tab config form. Invokes hook_fb_tab() to get the custom settings.
- fb_tab_view in ./
fb_tab.module - Another module provides the contents of the tab depending on the context that we give it (who is calling it, etc.)
- fb_user_create_local_user in ./
fb_user.module - Creates a local Drupal account for the specified facebook user id.
- fb_user_user_update in ./
fb_user.module - Implements hook_user_update().
- theme_fb_app in ./
fb_app.module - _fb_user_create_map in ./
fb_user.module - Create a map linking the facebook account to the currently logged in local user account.
- _fb_user_create_map_by_email in ./
fb_user.module - _fb_user_external_login in ./
fb_user.module - If facebook user has authorized app, and account map exists, login as the local user.