15 calls to fb_api_init() in Drupal for Facebook 6.2
- 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_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_set_app_properties in ./
fb.admin.inc - fb_app_set_app_properties in ./
fb_app.admin.inc - Sets callback URLs and other properties of a facebook app. Calls the facebook
- fb_app_user in ./
fb_app.module - Implementation of hook_user.
- 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_user in ./
fb_connect.module - Implementation of hook_user
- fb_devel_user in ./
fb_devel.module - fb_get_friends in ./
fb.module - A convenience method for returning a list of facebook friends.
- fb_init in ./
fb.module - Implementation of hook_init
- fb_register_user in contrib/
fb_register.module - Implementation of hook_user().
- fb_user_get_proxied_email in ./
fb_user.module - Learn the user's proxied email address. http://wiki.developers.facebook.com/index.php/Proxied_Email
- 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…
- _fb_register_register_users in contrib/
fb_register.module - Register a chunk of users.