You are here

constant FB_APP_EVENT_POST_AUTHORIZE in Drupal for Facebook 6.2

Same name and namespace in other branches
  1. 5.2 fb_app.module \FB_APP_EVENT_POST_AUTHORIZE
  2. 6.3 fb_app.module \FB_APP_EVENT_POST_AUTHORIZE
  3. 7.3 fb_app.module \FB_APP_EVENT_POST_AUTHORIZE
4 uses of FB_APP_EVENT_POST_AUTHORIZE
fb_app_fb_admin in ./fb_app.admin.inc
Implementation of hook_fb_admin().
fb_permission_fb in contrib/fb_permission.module
Implementation of hook_fb(). Here we customize the behavior of Drupal for Facebook.
fb_register_fb in contrib/fb_register.module
Implementation of hook_fb(). Here we customize the behavior of Drupal for Facebook.
fb_user_fb in ./fb_user.module
Implementation of hook_fb.

File

./fb_app.module, line 15
Implementation of Drupal for Facebook application.

Code

define('FB_APP_EVENT_POST_AUTHORIZE', 'post_authorize');