You are here

constant FB_SETTINGS_CB_SESSION in Drupal for Facebook 6.2

Same name and namespace in other branches
  1. 6.3 fb_settings.inc \FB_SETTINGS_CB_SESSION
  2. 7.3 fb_settings.inc \FB_SETTINGS_CB_SESSION
4 uses of FB_SETTINGS_CB_SESSION
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.
fb_settings_session_helper in ./fb_settings.inc
Forces the session_name and session_id to be appropriate when Facebook controls the session. Call this function from custom session_inc files, before session_start() is called.
_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_SESSION', 'fb_sess');