constant FB_USER_VAR_STATS in Drupal for Facebook 6.2
4 uses of FB_USER_VAR_STATS
- fb_user_admin_settings in ./
fb_user.admin.inc - Form builder; Configure settings for this site.
- fb_user_fb in ./
fb_user.module - Implementation of hook_fb.
- fb_user_get_proxied_email in ./
fb_user.module - Learn the user's proxied email address. http://wiki.developers.facebook.com/index.php/Proxied_Email
- _fb_user_track in ./
fb_user.module - Keep track of when the user has visited the app, and whether they've authorized the app or not.
File
- ./
fb_user.module, line 25 - This module manages relations between local Drupal user accounts and their accounts on facebook.com.
Code
define('FB_USER_VAR_STATS', 'fb_user_stats');