You are here

constant FB_USER_OPTION_MAP_ALWAYS in Drupal for Facebook 6.2

Same name and namespace in other branches
  1. 5.2 fb_user.module \FB_USER_OPTION_MAP_ALWAYS
  2. 5 fb_user.module \FB_USER_OPTION_MAP_ALWAYS
  3. 6.3 fb_user.module \FB_USER_OPTION_MAP_ALWAYS
  4. 7.3 fb_user.module \FB_USER_OPTION_MAP_ALWAYS
3 uses of FB_USER_OPTION_MAP_ALWAYS
fb_user_user in ./fb_user.module
Implementation of hook_user.
_fb_user_get_config in ./fb_user.module
Returns configuration for this module, on a per-app basis.
_fb_user_set_authmap in ./fb_user.module
Helper function to keep the authmap table in sync.

File

./fb_user.module, line 23
This module manages relations between local Drupal user accounts and their accounts on facebook.com.

Code

define('FB_USER_OPTION_MAP_ALWAYS', 2);