You are here

Functions in Drupal for Facebook 5.2

Primary tabs

Namesort descending Location Description Direct uses Strings
fb_settings_url_rewrite ./fb_settings.inc Rewrite URLs for facebook canvas pages. 1
fb_update_1 ./fb.install
fb_update_2 ./fb.install The callback URL has changed and this requires manual updates to App settings.
fb_users_getInfo ./fb.module Helper function for facebook's users_getInfo API. 1
fb_user_authentication_is_required ./fb_user.module Determines whether authentication is required to serve the current page. This will return true if the application has been configured to require login for all canvas pages. Except in special cases, such as profile tabs. 1
fb_user_create_local_user ./fb_user.module Creates a local Drupal account for the specified facebook user id. 1
fb_user_fb ./fb_user.module Implementation of hook_fb.
fb_user_form_alter ./fb_user.module
fb_user_get_local_friends ./fb_user.module Returns local uids of friends of a given user. 1
fb_user_get_local_user ./fb_user.module Given an app and facebook user id, return the corresponding local user. 1
fb_user_install ./fb_user.install 1
fb_user_load ./fb.module
fb_user_perm ./fb_user.module
fb_user_token_list ./fb_user.module
fb_user_token_values ./fb_user.module
fb_user_update_1 ./fb_user.install
fb_user_update_2 ./fb_user.install
fb_user_update_3 ./fb_user.install
fb_user_user ./fb_user.module Implementation of hook_user.
fb_verbose ./fb.module For debugging, add $conf['fb_verbose'] = TRUE; to settings.php. 4
fb_views_handler_author_is_friend ./fb_views.module 1
fb_views_handler_profile_pic ./fb_views.module 1
fb_views_views_arguments ./fb_views.module
fb_views_views_style_plugins ./fb_views.module Introduce a theme style that mimics a facebook discussion board.
fb_views_views_tables ./fb_views.module @file Facebook-specific views arguments, filters, etc...
phptemplate_fieldset themes/fb_fbml/template.php
phptemplate_menu_local_tasks themes/fb_fbml/template.php
theme_dl ./fb_app.module
theme_fb_app ./fb_app.module
theme_fb_app_user_info ./fb_app.module
theme_fb_discussion_nodes ./fb_views.module
theme_fb_form_friend_selector ./fb_form.module
theme_fb_form_request ./fb_form.module Based on theme_form, this renders an fb:request-form.
theme_sortable_header_links ./fb_views.module
theme_views_fb_discussion ./fb_views.module
theme_views_fb_teasers ./fb_views.module
_fb_api_init ./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… 1
_fb_app_query_all ./fb_app.module Helper function returns a database query for all apps. 3
_fb_app_query_by_label ./fb_app.module
_fb_canvas_make_form_action_local ./fb_canvas.module 1
_fb_connect_block_login_defaults ./fb_connect.module 1
_fb_form_cache_cb ./fb.module 1
_fb_install_set_weight ./fb.install 2
_fb_settings_parse ./fb_settings.inc Parse a setting from the URL. This may be called before custom_url_rewrite, so we can't count on fb_settings() to return the value. For internal use only (see fb_session.inc). 2
_fb_user_get_authmap ./fb_user.module Helper function to create an authname for the authmap table. 3
_fb_user_get_fbu ./fb_user.module 3
_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
_fb_user_track ./fb_user.module Keep track of when the user has visited the app, and whether they've authorized the app or not. 1
_phptemplate_variables themes/fb_fbml/template.php

Pages

Other projects