constant FB_USER_OP_POST_EXTERNAL_LOGIN in Drupal for Facebook 6.3
Same name and namespace in other branches
- 7.3 fb_user.module \FB_USER_OP_POST_EXTERNAL_LOGIN
2 uses of FB_USER_OP_POST_EXTERNAL_LOGIN
- fb_rules_fb_user in contrib/
fb_rules.module - Implementation of hook_fb_user().
- _fb_user_external_login in ./
fb_user.module - If facebook user has authorized app, and account map exists, login as the local user.
File
- ./
fb_user.module, line 49 - This module manages relations between local Drupal user accounts and their accounts on facebook.com.
Code
define('FB_USER_OP_POST_EXTERNAL_LOGIN', 'post_external_login');