You are here

Functions in Facebook OAuth (FBOAuth) 6

Primary tabs

Namesort descending Location Description Direct uses Strings
fboauth_access_token includes/fboauth.fboauth.inc Given an approval code from Facebook, return an access token. 1
fboauth_action_connect includes/fboauth.fboauth.inc Facebook OAuth callback for initiating a Facebook connection. 1
fboauth_action_deauth includes/fboauth.fboauth.inc Facebook OAuth callback for deauthorizing the site from Facebook. 1
fboauth_action_display ./fboauth.module Output a Facebook link. 3
fboauth_action_invoke includes/fboauth.fboauth.inc Invoke an action specified through hook_fboauth_action_info(). 1
fboauth_action_link_properties ./fboauth.module Return a set of properties suitable for use to a url() call. 2
fboauth_action_load ./fboauth.module Load a Facebook OAuth action. 3
fboauth_action_page includes/fboauth.fboauth.inc Menu callback; The main page for processing OAuth login transactions. 1
fboauth_action_url ./fboauth.module Helper function to properly encode slashes in URLs. 2
fboauth_base64_url_decode includes/fboauth.fboauth.inc Helper function for signed_requests from Facebook. 1
fboauth_block ./fboauth.module Implements hook_block().
fboauth_block_info ./fboauth.module Implements hook_block_info(). 1
fboauth_block_view ./fboauth.module Implements hook_block_view(). 1
fboauth_create_user includes/fboauth.fboauth.inc Given a Facebook user object, associate or save a Drupal user account. 1
fboauth_deauthorize includes/fboauth.fboauth.inc Process a deauthorization request from Facebook. 1
fboauth_fbid_load ./fboauth.module Load a Facebook ID given a Drupal User ID. 4
fboauth_fboauth_actions ./fboauth.module Implements hook_fboauth_actions().
fboauth_form_user_profile_form_alter ./fboauth.module Implements hook_form_FORM_ID_alter().
fboauth_graph_query includes/fboauth.fboauth.inc Execute a Graph API query through Facebook. 1
fboauth_install ./fboauth.install Implements hook_install().
fboauth_login_user includes/fboauth.fboauth.inc Given a Drupal user object, log the user in. 1
fboauth_menu ./fboauth.module Implements hook_menu().
fboauth_method_invoke includes/fboauth.fboauth.inc Execute a legacy REST API method through Facebook. 1
fboauth_parse_signed_request includes/fboauth.fboauth.inc Parse a signed_request from Facebook. 1
fboauth_profile_create_user includes/fboauth.profile.inc Add profile info to a Drupal user array (before account creation). 1
fboauth_profile_fields includes/fboauth.profile.inc Return a list of all profile fields supported by Profile module. 2
fboauth_profile_form_alter includes/fboauth.profile.inc Add options for Profile module to the Facebook OAuth settings form. 1
fboauth_profile_form_submit includes/fboauth.profile.inc Submit handler for the Facebook OAuth settings form. 1
fboauth_save ./fboauth.module Save a Drupal User ID to Facebook ID pairing. 6
fboauth_schema ./fboauth.install Implements hook_schema().
fboauth_schema_alter ./fboauth.install Implements hook_schema_alter() 1
fboauth_settings_form includes/fboauth.pages.inc Menu callback; Display the settings form for Facebook OAuth. 1
fboauth_settings_form_submit includes/fboauth.pages.inc Form submission function for fboauth_settings_form().
fboauth_settings_form_validate includes/fboauth.pages.inc Form validation function for fboauth_settings_form().
fboauth_theme ./fboauth.module Implements hook_theme().
fboauth_uid_load ./fboauth.module Load a Drupal User ID given a Facebook ID. 2
fboauth_uninstall ./fboauth.install Implements hook_uninstall().
fboauth_user ./fboauth.module Implements hook_user().
fboauth_user_connections includes/fboauth.fboauth.inc Return a list of Facebook connection points. 2 4
fboauth_user_connect_permissions includes/fboauth.fboauth.inc Utility function to retrieve all permissions required for Facebook connect. 2
fboauth_user_delete ./fboauth.module Implements hook_user_delete(). 1
fboauth_user_form includes/fboauth.pages.inc User settings page for Facebook OAuth. 1
fboauth_user_insert ./fboauth.module Implements hook_user_insert(). 1
fboauth_user_permissions includes/fboauth.fboauth.inc Return a list of permissions based on a list of properties or connections. 2
fboauth_user_properties includes/fboauth.fboauth.inc Return a list of Facebook user properties. 3 4
fboauth_user_update ./fboauth.module Implements hook_user_update(). 1
hook_fboauth_actions ./fboauth.api.php Hook to register new Facebook OAuth actions.
hook_fboauth_actions_alter ./fboauth.api.php Alter the list of Facebook Actions provided through hook_fboauth_actions().
hook_fboauth_deauthorize ./fboauth.api.php Hook to respond to a deauthorization event from Facebook.
hook_fboauth_user_presave ./fboauth.api.php Hook to manually map Facebook data to a Drupal user account upon connecting.

Pages

Other projects