You are here

constant FB_SETTINGS_PAGE_TYPE in Drupal for Facebook 5.2

Same name and namespace in other branches
  1. 5 fb_settings.inc \FB_SETTINGS_PAGE_TYPE
4 uses of FB_SETTINGS_PAGE_TYPE
fb_canvas_page_type in ./fb_canvas.module
Returns the 'type' of the page. This helps themes determine whether they are to provide an iframe or an iframe within FBML.
fb_canvas_process in ./fb_canvas.module
This function uses regular expressions to convert links on canvas pages to URLs that begin http://apps.facebook.com/...
fb_scrub_urls in ./fb.module
This method will clean up URLs. When serving canvas pages, extra information is included in URLs (see fb_settings.inc). This will remove the extra information.
fb_settings_url_rewrite in ./fb_settings.inc
Rewrite URLs for facebook canvas pages.

File

./fb_settings.inc, line 5

Code

define('FB_SETTINGS_PAGE_TYPE', 'fb_cb_type');