You are here

9 calls to fb_settings() in Drupal for Facebook 6.2

fb_app_fb in ./fb_app.module
Implementation of hook_fb().
fb_canvas_fb in ./fb_canvas.module
Implementation of hook_fb().
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_devel_fb in ./fb_devel.module
fb_devel_info in ./fb_devel.module
fb_session_exit in ./fb_session.inc
In canvas pages, cookies do not work. To enforce sessions, we "spoof" a cookie (see fb_settings_session_helper()). Sometimes drupal changes the session id on us, we need to change it back, because the canvas page will never honor the new…
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_url_inbound_alter in ./fb_url_rewrite.inc
Implementation of hook_url_inbound_alter().
fb_url_outbound_alter in ./fb_url_rewrite.inc
Implementation of hook_url_outbound_alter().