You are here

constant FB_OP_APP_IS_AUTHORIZED in Drupal for Facebook 7.3

Same name and namespace in other branches
  1. 5.2 fb.module \FB_OP_APP_IS_AUTHORIZED
  2. 6.3 fb.module \FB_OP_APP_IS_AUTHORIZED
  3. 6.2 fb.module \FB_OP_APP_IS_AUTHORIZED
4 uses of FB_OP_APP_IS_AUTHORIZED
fb_connect_app_init in ./fb_connect.module
Prepare for fbConnect use. Because a single Drupal might support multiple apps, we don't know in advance which is the fbConnect app.
fb_init in ./fb.module
Implements hook_init().
fb_user_app_fb in contrib/fb_user_app.module
Implementation of hook_fb()
fb_user_fb in ./fb_user.module
Implements hook_fb.

File

./fb.module, line 40
This is the core required module of Drupal for Facebook.

Code

define('FB_OP_APP_IS_AUTHORIZED', 'app_authorized');