10 uses of FB_SETTINGS_APP_NID in Drupal for Facebook 5.2
- fb_app_fb in ./
fb_app.module - hook_fb
- fb_canvas_fb in ./
fb_canvas.module - Implementation of hook_fb.
- 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, I believe.
- fb_devel_canvas_info in ./
fb_devel.module - fb_devel_fb in ./
fb_devel.module - fb_get_callback_url in ./
fb.module - Convenience method to get an apps callback URL.
- 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_session.inc in ./
fb_session.inc - fb_settings_url_rewrite in ./
fb_settings.inc - Rewrite URLs for facebook canvas pages.
- fb_user_fb in ./
fb_user.module - Implementation of hook_fb.