You are here

constant FB_OP_APP_IS_AUTHORIZED in Drupal for Facebook 6.2

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. 7.3 fb.module \FB_OP_APP_IS_AUTHORIZED
3 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. Theoretically, it might be possible to simultaneously use multiple apps and fbConnect, but my suspicion is…
fb_init in ./fb.module
Implementation of hook_init
fb_user_fb in ./fb_user.module
Implementation of hook_fb.

File

./fb.module, line 29

Code

define('FB_OP_APP_IS_AUTHORIZED', 'app_authorized');