constant FB_SETTINGS_ID in Drupal for Facebook 7.3
Same name and namespace in other branches
- 6.3 fb_settings.inc \FB_SETTINGS_ID
5 uses of FB_SETTINGS_ID
- fb_app_fb in ./
fb_app.module - Implements hook_fb().
- fb_canvas_fb in ./
fb_canvas.module - Implements hook_fb().
- 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_tab_fb in ./
fb_tab.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.
File
- ./
fb_settings.inc, line 24 - This file is to be included from your sites/.../settings.php file.
Code
define('FB_SETTINGS_ID', 'app_id');