You are here

constant FB_USER_OPTION_CREATE_NEVER in Drupal for Facebook 7.3

Same name and namespace in other branches
  1. 5.2 fb_user.module \FB_USER_OPTION_CREATE_NEVER
  2. 5 fb_user.module \FB_USER_OPTION_CREATE_NEVER
  3. 6.3 fb_user.module \FB_USER_OPTION_CREATE_NEVER
  4. 6.2 fb_user.module \FB_USER_OPTION_CREATE_NEVER
  5. 7.4 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 fb_user 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 18
This module manages relations between local Drupal user accounts and their accounts on facebook.com.

Code

define('FB_USER_OPTION_CREATE_NEVER', 1);