constant FB_USER_OP_POST_USER in Drupal for Facebook 7.3
Same name and namespace in other branches
- 6.3 fb_user.module \FB_USER_OP_POST_USER
- 7.4 fb_user.module \FB_USER_OP_POST_USER
3 uses of FB_USER_OP_POST_USER
- fb_example_fb_user in contrib/
fb_example.module - Implements hook_fb_user().
- fb_rules_fb_user in contrib/
fb_rules.module - Implementation of hook_fb_user().
- fb_user_create_local_user in ./
fb_user.module - Creates a local Drupal account for the specified facebook user id.
File
- ./
fb_user.module, line 48 - This module manages relations between local Drupal user accounts and their accounts on facebook.com.
Code
define('FB_USER_OP_POST_USER', 'post_user');