7 calls to _fb_invoke() in Drupal for Facebook 5
- fb_api_init in ./
fb.module - Include the necessary facebook-platform code and initialize the API object.
- 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.