constant FB_USER_OPTION_CREATE_NEVER in Drupal for Facebook 6.2
Same name and namespace in other branches
- 5.2 fb_user.module \FB_USER_OPTION_CREATE_NEVER
- 5 fb_user.module \FB_USER_OPTION_CREATE_NEVER
- 6.3 fb_user.module \FB_USER_OPTION_CREATE_NEVER
- 7.4 fb_user.module \FB_USER_OPTION_CREATE_NEVER
- 7.3 fb_user.module \FB_USER_OPTION_CREATE_NEVER
@file This module manages relations between local Drupal user accounts and their accounts on facebook.com.
This module can create a new local user account, when a facebook user authorizes an application hosted on this server.
Links existing local accounts to remote accounts on facebook via Drupal's authmap table.
Drupal refers to a local user id as 'uid'. Facebook's documentation and code also uses 'uid'. In these modules we use 'fbu' for facebook's id and 'uid' for Drupal's id.
1 use of FB_USER_OPTION_CREATE_NEVER
- _fb_user_get_config in ./
fb_user.module - Returns configuration for this module, on a per-app basis.
File
- ./
fb_user.module, line 19 - This module manages relations between local Drupal user accounts and their accounts on facebook.com.
Code
define('FB_USER_OPTION_CREATE_NEVER', 1);