You are here

8 uses of FB_FBU_ANY in Drupal for Facebook 5.2

fb_actions_profile_fbml in ./fb_actions.module
fb_api_init in ./fb.module
Include the necessary facebook-platform code and initialize the API object.
fb_app_user in ./fb_app.module
Implementation of hook_user.
fb_feed_deactivate_template in ./fb_feed.module
fb_feed_register_template in ./fb_feed.module
fb_feed_template_page in ./fb_feed.module
fb_user_user in ./fb_user.module
Implementation of hook_user.
_fb_api_init in ./fb.module
Wrapper function for fb_api_init. This helps for functions that should work whether or not we are on a canvas page. For canvas pages, the active fb object is used. For non-canvas pages, it will initialize the API using an infinite session, if…