constant FB_SETTINGS_TOKEN in Drupal for Facebook 6.3
Same name and namespace in other branches
- 7.3 fb_settings.inc \FB_SETTINGS_TOKEN
2 uses of FB_SETTINGS_TOKEN
- 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_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 28 - This file is to be included from your sites/.../settings.php file.
Code
define('FB_SETTINGS_TOKEN', 'token');