You are here

13 calls to fb_invoke() in Drupal for Facebook 5.2

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_get_app_properties in ./fb_app.module
Get properties from Facebook. Fills in the data that we need to know by querying facebook.
fb_app_set_app_properties in ./fb_app.module
fb_canvas_footer in ./fb_canvas.module
fb_connect_footer in ./fb_connect.module
Include facebook javascript in the footer of the current page.
fb_exit in ./fb.module
When exiting we need to do some special stuff for forms
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