constant FB_USER_OP_POST_USER_DISCONNECT in Drupal for Facebook 7.3
Same name and namespace in other branches
- 6.3 fb_user.module \FB_USER_OP_POST_USER_DISCONNECT
2 uses of FB_USER_OP_POST_USER_DISCONNECT
- fb_rules_fb_user in contrib/
fb_rules.module - Implementation of hook_fb_user().
- fb_user_user_update in ./
fb_user.module - Implements hook_user_update().
File
- ./
fb_user.module, line 51 - This module manages relations between local Drupal user accounts and their accounts on facebook.com.
Code
define('FB_USER_OP_POST_USER_DISCONNECT', 'post_user_disconnect');