You are here

38 calls to fb_log_exception() in Drupal for Facebook 7.3

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_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_api_init in ./fb.module
Include and initialize Facebook's PHP SDK.
fb_app_fb_admin in ./fb_app.admin.inc
Implements hook_fb_admin().
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_devel_fb in ./fb_devel.module
Implements hook_fb().
fb_devel_fbu_page in ./fb_devel.module
A page which tests function which work with facebook user ids
fb_devel_info in ./fb_devel.module
fb_exit in ./fb.module
Implements hook_exit().
fb_facebook_user in ./fb.module
Returns the facebook user id currently visiting a canvas page, or if set_user has been called. Unlike fb_get_fbu(), works only on canvas and connect pages, or when infinite session has been initialized.
fb_fql_query in ./fb.module
Helper function for fql queries.
fb_friend_block in contrib/fb_friend.module
Implementation of hook_block().
fb_get_friends in ./fb.module
A convenience method for returning a list of facebook friends.
fb_graph_delete_confirm_form in ./fb_graph.pages.inc
Form creator -- ask for confirmation of deletion
fb_graph_delete_confirm_form_submit in ./fb_graph.pages.inc
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_invoke in ./fb.module
Invoke hook_fb(). Only modules/fb modules should invoke this helper function which calls third-party hooks.
fb_permission_access_perms in contrib/fb_permission.module
fb_permission_form_user_profile_form_alter in contrib/fb_permission.module
Implements hook_form_FORM_ID_alter()
fb_stream_admin_settings in ./fb_stream.admin.inc
Form callback for general settings.
fb_stream_form_alter in ./fb_stream.module
Implements hook_form_alter().
fb_stream_node_settings_form in ./fb_stream.module
Helper function for hook_form_alter() renders the settings per node-type.
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_stream_post_options in ./fb_stream.module
Helper function to add post options to a form.
fb_tab_config_form in ./fb_tab.module
Build the tab config form. Invokes hook_fb_tab() to get the custom settings.
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_username_alter in ./fb.module
hook_username_alter().
fb_users_getInfo in ./fb.module
DEPRECATED. Use fb_api() instead. Returns information about one or more facebook users.
fb_user_form_user_profile_form_alter in ./fb_user.module
Implements hook_form_user_profile_form_alter.
fb_user_get_local_user_by_email in ./fb_user.module
Try to determine the local user account by the email address.
_fb_stream_validate_token in ./fb_stream.admin.inc
_fb_user_create_local_account in ./fb_user.module
Helper function to create local account for the currently authorized user.
_fb_user_facebook_data in ./fb_user.module