constant FB_USER_CONTROL_NO_CREATE_MAP in Drupal for Facebook 6.3
Same name and namespace in other branches
- 7.3 fb_user.module \FB_USER_CONTROL_NO_CREATE_MAP
4 uses of FB_USER_CONTROL_NO_CREATE_MAP
- fb_user_fb in ./
fb_user.module - Implementation of hook_fb.
- fb_user_user in ./
fb_user.module - Implementation of hook_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 42 - This module manages relations between local Drupal user accounts and their accounts on facebook.com.
Code
define('FB_USER_CONTROL_NO_CREATE_MAP', 'fb_user_no_map_create');