You are here

constant FB_USER_APP_VAR_TRACK_EVERY_PAGE in Drupal for Facebook 7.3

Same name and namespace in other branches
  1. 6.3 contrib/fb_user_app.module \FB_USER_APP_VAR_TRACK_EVERY_PAGE

@file This module manages relations between local Drupal user accounts and their accounts on facebook.com by application.

Drupal refers to a local user id as 'uid'. Facebook's documentation and code also uses 'uid'. In these modules we use 'fbu' for facebook's id and 'uid' for Drupal's id.

3 uses of FB_USER_APP_VAR_TRACK_EVERY_PAGE
fb_user_app_admin_settings in contrib/fb_user_app.admin.inc
Form builder; Configure settings for statistic gathering.
fb_user_app_fb in contrib/fb_user_app.module
Implementation of hook_fb()
fb_user_app_uninstall in contrib/fb_user_app.install
Implementation of hook_uninstall().

File

contrib/fb_user_app.module, line 13
This module manages relations between local Drupal user accounts and their accounts on facebook.com by application.

Code

define('FB_USER_APP_VAR_TRACK_EVERY_PAGE', 'fb_user_app_track_every_page');