You are here

Functions in Drupal for Facebook 5

Primary tabs

Namesort descending Location Description Direct uses Strings
fb_settings ./fb_settings.inc 5 1
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.
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. 2
fb_user_get_map_url ./fb_user.module To help map local accounts to facebook accounts, we can bounce a logged in user to a canvas page. That page will ensure they have added the application, then bounce them back to a local HTML page. When they are bounced back, a cached key allows us… 2
fb_user_install ./fb_user.install 1
fb_user_load ./fb.module
fb_user_menu ./fb_user.module
fb_user_nodeapi ./fb_user.module
fb_user_post_add_cb ./fb_user.module The post-add page is where the user is sent after adding the application. 1
fb_user_post_add_check ./fb_user.module This method will redirect a user if the post-add page need not be displayed. 1
fb_user_post_add_form ./fb_user.module A form which helps a facebook user either register a new local drupal account or synchronize facebook account with an existing account. Really, all we do is redirect the user to the login or registration forms.
fb_user_post_add_form_submit ./fb_user.module
fb_user_post_remove_cb ./fb_user.module The post-remove page is visited by Facebook after a user removes the application. The user never visits the page, it is simply called by Facebook to notify us of the change. 1
fb_user_sync_cb ./fb_user.module The sync callback is invoked first on a canvas page, in which case we require the user to add the application. Later the user will be redirected to this callback on the locale server, with an token that allows us to write the necessary row to the… 1
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. 7
fb_views_handler_author_is_friend ./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
friend_selector_process ./fb_form.module
friend_selector_value ./fb_form.module
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_name_with_links ./fb_user.module
theme_fb_app_user_info ./fb_app.module
theme_fb_discussion_nodes ./fb_views.module
theme_fb_form_request ./fb_form.module Based on theme_form, this renders an fb:request-form.
theme_friend_selector ./fb_form.module
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_blocks_update ./fb_app.module 2
_fb_app_num_blocks ./fb_app.module 1
_fb_app_query_all ./fb_app.module Helper function returns a database query for all apps. 3

Pages

Other projects