You are here

Functions in Drupal for Facebook 7.3

Primary tabs

Namesort descending Location Description Direct uses Strings
_fb_user_create_map_by_email ./fb_user.module 1
_fb_user_external_login ./fb_user.module If facebook user has authorized app, and account map exists, login as the local user. 1
_fb_user_facebook_data ./fb_user.module 1
_fb_user_get_config ./fb_user.module Returns configuration for this module, on a per-app basis. 7
_fb_user_get_fbu ./fb_user.module Given a local user id, find the facebook id. This is for internal use. Outside modules use fb_get_fbu(). 4
_fb_user_get_uid ./fb_user.module 2
_fb_user_install_set_weight ./fb_user.install Usually it is best if fb_user_form_alter acts before third party modules. So, we lower the module weight here. 2
_fb_user_process_authorized_user ./fb_user.module Create local account or account map for a facebook user who has authorized the application. 2
_fb_user_set_map ./fb_user.module Helper function to add or update a row in the fb_user table, which maps local uid to facebook ids. 6
_fb_user_special_page ./fb_user.module There are several pages where we don't want to automatically create a new account or use an account configured for this app. 1

Pages

Other projects