17 calls to fb_verbose() in Drupal for Facebook 6.3
- 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_api_check_session in ./
fb.module - Sometimes calls to fb_api_init succeed, but calls to the client api will fail because cookies are obsolete or what have you. This function makes a call to facebook to test the session. Expensive, so use only when necessary.
- fb_app_set_app_properties in ./
fb_app.admin.inc - Sets callback URLs and other properties of a facebook app. Calls the facebook
- fb_canvas_fb in ./
fb_canvas.module - Implementation of hook_fb().
- fb_devel_cron in ./
fb_devel.module - Implementation of hook_cron().
- fb_devel_fb in ./
fb_devel.module - Implements hook_fb().
- fb_devel_fb_tab in ./
fb_devel.module - fb_devel_info in ./
fb_devel.module - fb_devel_init in ./
fb_devel.module - Implements hook_init().
- fb_friend_block in contrib/
fb_friend.module - Implementation of hook_block().
- fb_graph_delete_confirm_form in ./
fb_graph.pages.inc - Form creator -- ask for confirmation of deletion
- fb_graph_publish_action in ./
fb_graph.module - Helper function to publish user activity to Facebook's Open Graph.
- fb_log_exception in ./
fb.module - Convenience function to log and report exceptions.
- fb_user_get_local_user_by_email in ./
fb_user.module - Try to determine the local user account by the email address.
- _fb_user_external_login in ./
fb_user.module - If facebook user has authorized app, and account map exists, login as the local user.
- _fb_user_set_map in ./
fb_user.module - Helper function to add or update a row in the fb_user table, which maps local uid to facebook ids.