You are here

constant FB_SETTINGS_CB_PAGE in Drupal for Facebook 7.3

Same name and namespace in other branches
  1. 6.3 fb_settings.inc \FB_SETTINGS_CB_PAGE
4 uses of FB_SETTINGS_CB_PAGE
fb_tab_config_url in ./fb_tab.module
Provides the URL of the settings page for a given facebook page.
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_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.
_fb_settings_url_rewrite_prefixes in ./fb_url_rewrite.inc
Returns a list of the values which we prepend to paths when rewriting urls.

File

./fb_settings.inc, line 18
This file is to be included from your sites/.../settings.php file.

Code

define('FB_SETTINGS_CB_PAGE', 'fb_page');