constant FB_USER_OP_POST_USER_CONNECT in Drupal for Facebook 6.3
Same name and namespace in other branches
- 7.3 fb_user.module \FB_USER_OP_POST_USER_CONNECT
3 uses of FB_USER_OP_POST_USER_CONNECT
- fb_rules_fb_user in contrib/
fb_rules.module - Implementation of hook_fb_user().
- _fb_user_create_map in ./
fb_user.module - Create a map linking the facebook account to the currently logged in local user account.
- _fb_user_create_map_by_email in ./
fb_user.module
File
- ./
fb_user.module, line 50 - This module manages relations between local Drupal user accounts and their accounts on facebook.com.
Code
define('FB_USER_OP_POST_USER_CONNECT', 'post_user_connect');