constant FB_VAR_ADMIN_ACCESS_TOKEN in Drupal for Facebook 7.4
5 uses of FB_VAR_ADMIN_ACCESS_TOKEN
- fb_admin_default_token_form in ./
fb.admin.inc - fb_admin_token_page in ./
fb.admin.inc - fb_get_admin_token in ./
fb.module - This returns a site-wide token. If a specific variable is requested, but not set, the default token will be returned.
- fb_post_cron in ./
fb_post.module - fb_requirements in ./
fb.install - Implementation of hook_requirements().
File
- ./
fb.module, line 14
Code
define('FB_VAR_ADMIN_ACCESS_TOKEN', 'fb__access_token');