constant FB_FBU_CURRENT in Drupal for Facebook 6.2
Same name and namespace in other branches
- 5.2 fb.module \FB_FBU_CURRENT
- 5 fb.module \FB_FBU_CURRENT
- 6.3 fb.module \FB_FBU_CURRENT
- 7.3 fb.module \FB_FBU_CURRENT
7 uses of FB_FBU_CURRENT
- fb_actions_cron_per_user in contrib/
fb_actions.module - Trigger an action several times, emulating a different user each time. Useful for cron jobs in which we update each users profile box, for example.
- fb_admin_set_app_properties in ./
fb.admin.inc - fb_api_init in ./
fb.module - Include the necessary facebook-platform code and initialize the API object.
- fb_app_set_app_properties in ./
fb_app.admin.inc - Sets callback URLs and other properties of a facebook app. Calls the facebook
- fb_connect_app_init in ./
fb_connect.module - Prepare for fbConnect use. Because a single Drupal might support multiple apps, we don't know in advance which is the fbConnect app. Theoretically, it might be possible to simultaneously use multiple apps and fbConnect, but my suspicion is…
File
- ./
fb.module, line 44
Code
define('FB_FBU_CURRENT', 'fbu_current');