You are here

constant FB_USER_CONTROL_NO_CREATE_MAP in Drupal for Facebook 7.3

Same name and namespace in other branches
  1. 6.3 fb_user.module \FB_USER_CONTROL_NO_CREATE_MAP
5 uses of FB_USER_CONTROL_NO_CREATE_MAP
fb_user_fb in ./fb_user.module
Implements hook_fb.
fb_user_user_insert in ./fb_user.module
Implements hook_user_insert.
fb_user_user_login in ./fb_user.module
Implements hook_user_login.
_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');