You are here

18 calls to fb_invoke() in Drupal for Facebook 6.2

fb_admin_app_page in ./fb.admin.inc
fb_admin_get_app_properties in ./fb.admin.inc
Get properties from Facebook. Fills in the data that we need to know by querying facebook.
fb_admin_page in ./fb.admin.inc
Drupal page callback.
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_event_cb in ./fb_app.module
Callback for FB_APP_PATH_EVENT.
fb_app_set_app_properties in ./fb_app.admin.inc
Sets callback URLs and other properties of a facebook app. Calls the facebook
fb_canvas_footer in ./fb_canvas.module
Implementation of hook_footer().
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…
fb_connect_footer in ./fb_connect.module
Include facebook javascript in the footer of the current page.
fb_connect_js_cb in ./fb_connect.module
Ajax javascript callback.
fb_exit in ./fb.module
Implements hook_exit().
fb_get_all_apps in ./fb.module
Convenience method to return array of all know fb_apps.
fb_get_app in ./fb.module
Convenience method to get app info based on apikey or nid.
fb_get_fbu in ./fb.module
Given a local user id, find the facebook id.
fb_init in ./fb.module
Implementation of hook_init
fb_user_create_local_user in ./fb_user.module
Creates a local Drupal account for the specified facebook user id.
theme_fb_app in ./fb_app.module