constant FB_USER_OPTION_CREATE_LOGIN in Drupal for Facebook 5
Same name and namespace in other branches
- 5.2 fb_user.module \FB_USER_OPTION_CREATE_LOGIN
- 6.3 fb_user.module \FB_USER_OPTION_CREATE_LOGIN
- 6.2 fb_user.module \FB_USER_OPTION_CREATE_LOGIN
- 7.4 fb_user.module \FB_USER_OPTION_CREATE_LOGIN
- 7.3 fb_user.module \FB_USER_OPTION_CREATE_LOGIN
1 use of FB_USER_OPTION_CREATE_LOGIN
- fb_user_fb in ./fb_user.module
- Implementation of hook_fb.
File
- ./fb_user.module, line 16
- 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_CREATE_LOGIN', 2);