33 calls to fb_log_exception() in Drupal for Facebook 6.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 - Implementation of 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 - Implementation of 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_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_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_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.
- fb_permission_user in contrib/
fb_permission.module - Implementation of hook_user.
- 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_nodeapi in ./
fb_stream.module - fb_stream_node_settings_form in ./
fb_stream.module - Helper function for hook_form_alter() renders the settings per node-type.
- 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_users_getInfo in ./
fb.module - DEPRECATED. Use fb_api() instead. Returns information about one or more facebook users.
- fb_user_get_local_user_by_email in ./
fb_user.module - Try to determine the local user account by the email address.
- fb_user_user in ./
fb_user.module - Implementation of hook_user().
- _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