You are here

constant FB_SETTINGS_CB in Drupal for Facebook 6.2

Same name and namespace in other branches
  1. 6.3 fb_settings.inc \FB_SETTINGS_CB
  2. 7.3 fb_settings.inc \FB_SETTINGS_CB
11 uses of FB_SETTINGS_CB
fb_app_fb in ./fb_app.module
Implementation of hook_fb().
fb_canvas_fb in ./fb_canvas.module
Implementation of hook_fb().
fb_canvas_fb_admin in ./fb_canvas.admin.inc
Implementation of hook_fb_admin().
fb_canvas_fix_url in ./fb_canvas.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_canvas_iframe_excursion in ./fb_canvas.module
This is intended to help sites which have some FBML and some iframe pages. Makes the current FBML canvas page an iframe. And attempts to preserve session while visiting multiple iframe pages.

... See full list

File

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

Code

define('FB_SETTINGS_CB', 'fb_cb');