constant FB_USER_OPTION_MAP_ALWAYS in Drupal for Facebook 5.2
Same name and namespace in other branches
- 5 fb_user.module \FB_USER_OPTION_MAP_ALWAYS
- 6.3 fb_user.module \FB_USER_OPTION_MAP_ALWAYS
- 6.2 fb_user.module \FB_USER_OPTION_MAP_ALWAYS
- 7.3 fb_user.module \FB_USER_OPTION_MAP_ALWAYS
3 uses of FB_USER_OPTION_MAP_ALWAYS
- fb_user_fb in ./
fb_user.module - Implementation of hook_fb.
- fb_user_form_alter in ./
fb_user.module - fb_user_user in ./
fb_user.module - Implementation of hook_user.
File
- ./
fb_user.module, line 18 - This module allows Drupal user records to be associated with Facebook user ids. It can create local user accounts when Facebook users visit an application's canvas pages.
Code
define('FB_USER_OPTION_MAP_ALWAYS', 2);