constant FB_USER_APP_VAR_TRACK_USERS in Drupal for Facebook 6.3
Same name and namespace in other branches
- 7.3 contrib/fb_user_app.module \FB_USER_APP_VAR_TRACK_USERS
4 uses of FB_USER_APP_VAR_TRACK_USERS
- fb_user_app_admin_settings in contrib/
fb_user_app.admin.inc - Form builder; Configure settings for statistic gathering.
- fb_user_app_get_proxied_email in contrib/
fb_user_app.module - Learn the user's proxied email address.
- fb_user_app_track_user in contrib/
fb_user_app.module - Keep track of when the user has visited the app.
- fb_user_app_uninstall in contrib/
fb_user_app.install - Implementation of hook_uninstall().
File
- contrib/
fb_user_app.module, line 15 - This module manages relations between local Drupal user accounts and their accounts on facebook.com by application.
Code
define('FB_USER_APP_VAR_TRACK_USERS', 'fb_user_app_track_users');