You are here

constant FB_USER_OPTION_ALLOW_ANON in Drupal for Facebook 5.2

Same name and namespace in other branches
  1. 5 fb_user.module \FB_USER_OPTION_ALLOW_ANON

@file

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.

1 use of FB_USER_OPTION_ALLOW_ANON
fb_user_form_alter in ./fb_user.module

File

./fb_user.module, line 11
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_ALLOW_ANON', 1);