22 calls to fb_settings() in Drupal for Facebook 7.3
- fb_app_fb in ./
fb_app.module - Implements hook_fb().
- fb_canvas_fb in ./
fb_canvas.module - Implements hook_fb().
- fb_canvas_is_iframe in ./
fb_canvas.module - Is the current request being displayed in an iframe canvas page?
- fb_devel_fb in ./
fb_devel.module - Implements hook_fb().
- fb_devel_info in ./
fb_devel.module - fb_devel_init in ./
fb_devel.module - Implements hook_init().
- fb_devel_page in ./
fb_devel.module - Provides a page with useful debug info.
- fb_devel_tab in ./
fb_devel.module - Provides a profile tab (FBML) with useful debug info.
- fb_iframe_fix_url in ./
fb.module - Convert a local fully qualified path to a facebook app path. This needs to be used internally, to fix drupal_gotos upon form submission. Third party modules should not need to call this.
- fb_init in ./
fb.module - Implements hook_init().
- fb_is_canvas in ./
fb.module - Is the current request a canvas page?
- fb_is_tab in ./
fb.module - Is the current page a profile tab?
- fb_session.inc in ./
fb_session.inc - This file is a replacement for Drupal's session.inc. Although not truly a replacement, as we include the default session.inc to do the heavy lifting.
- fb_tab_config_url in ./
fb_tab.module - Provides the URL of the settings page for a given facebook page.
- fb_tab_fb in ./
fb_tab.module - Implements hook_fb
- 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_tokens in ./
fb.module - Implements hook_tokens().
- fb_url_inbound_alter in ./
fb_url_rewrite.inc - Implements hook_url_inbound_alter().
- fb_url_outbound_alter in ./
fb_url_rewrite.inc - Implements hook_url_outbound_alter().
- fb_user_app_fb in contrib/
fb_user_app.module - Implementation of hook_fb()
- fb_user_fb in ./
fb_user.module - Implements hook_fb.
- _fb_settings_honor_signed_request in ./
fb_settings.inc - Get the fb_settings from a parsed signed request. http://developers.facebook.com/docs/authentication/canvas signed request will be found on canvas pages, and some connect pages and ajax callbacks.