You are here

constant FB_USER_OPTION_REQUIRE_LOGIN in Drupal for Facebook 5.2

Same name and namespace in other branches
  1. 5 fb_user.module \FB_USER_OPTION_REQUIRE_LOGIN
1 use of FB_USER_OPTION_REQUIRE_LOGIN
fb_user_authentication_is_required in ./fb_user.module
Determines whether authentication is required to serve the current page. This will return true if the application has been configured to require login for all canvas pages. Except in special cases, such as profile tabs.

File

./fb_user.module, line 12
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_REQUIRE_LOGIN', 2);