example_convert_geofield |
./fboauth.api.php |
Example callback for conversion of Facebook location property to a Geofield. |
|
1 |
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_info |
./fboauth.module |
Implements hook_block_info(). |
|
|
fboauth_block_view |
./fboauth.module |
Implements hook_block_view(). |
|
|
fboauth_close_popup_window |
includes/fboauth.fboauth.inc |
Returns a HTML string to close the popup modal window and redirect the opener window to the relevant URL. |
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. |
5 |
|
fboauth_fboauth_actions |
./fboauth.module |
Implements hook_fboauth_actions(). |
|
|
fboauth_field_convert_date |
includes/fboauth.field.inc |
Facebook data conversion function. |
|
1 |
fboauth_field_convert_image |
includes/fboauth.field.inc |
Facebook data conversion function. |
|
1 |
fboauth_field_convert_info |
includes/fboauth.field.inc |
Provide a callback map for converting Facebook data to fields. |
1 |
|
fboauth_field_convert_link_field |
includes/fboauth.field.inc |
Facebook data conversion function for a link. |
|
1 |
fboauth_field_convert_list |
includes/fboauth.field.inc |
Facebook data conversion function. |
|
1 |
fboauth_field_convert_location |
includes/fboauth.field.inc |
Facebook data conversion function. |
|
1 |
fboauth_field_convert_text |
includes/fboauth.field.inc |
Facebook data conversion function. |
|
1 |
fboauth_field_create_user |
includes/fboauth.field.inc |
Add field info to a Drupal user array (before account creation). |
1 |
|
fboauth_field_form_alter |
includes/fboauth.field.inc |
Add options for Field module to the Facebook OAuth settings form. |
1 |
|
fboauth_field_form_submit |
includes/fboauth.field.inc |
Submit handler for the Facebook OAuth settings form. |
1 |
|
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. |
3 |
|
fboauth_init |
./fboauth.module |
Implements hook_init(). |
|
|
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_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_update_7201 |
./fboauth.install |
FBAPI v2.0: Remove deprecated user_checkins permission. |
|
|
fboauth_update_7202 |
./fboauth.install |
FBAPI v2.3: Remove deprecated user_interests and user_activities permissions. |
|
|