You are here

Functions in Drupal for Facebook 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
fb_facebook_user ./fb.module Returns the facebook user id currently visiting a canvas page, or if set_user has been called. Unlike fb_get_fbu(), works only on canvas pages or when infinite session has been initialized. 16 1
fb_fbml_fieldset themes/fb_fbml/template.php
fb_fbml_menu_item_link themes/fb_fbml/template.php
fb_fbml_menu_local_task themes/fb_fbml/template.php
fb_fbml_menu_local_tasks themes/fb_fbml/template.php
fb_fbml_preprocess_node themes/fb_fbml/template.php
fb_fbml_preprocess_page themes/fb_fbml/template.php Theme engine calls this preprocess "hook" before rendering a page.
fb_format_username ./fb.module This function will be replaced, hopefully, by format_username in D7.
fb_form_alter ./fb.module
fb_form_elements ./fb_form.module
fb_form_form_alter ./fb_form.module Implementation of hook_form_alter().
fb_form_friend_options ./fb_form.module
fb_form_friend_selector_autocomplete ./fb_form.module Autocomplete friend names 2
fb_form_friend_selector_process ./fb_form.module A selector allowing the user to choose from their friends. This must behave differently depending on whether the form is displayed on an FBML canvas page, iframe canvas page, or regular HTML page.
fb_form_friend_selector_validate ./fb_form.module
fb_form_friend_selector_value ./fb_form.module Convert #default_value into a value for the form field
fb_form_group_member_options ./fb_form.module
fb_form_group_options ./fb_form.module
fb_form_invite_page ./fb_form.module Create a page to invite friends to add an app. 1
fb_form_menu ./fb_form.module Implementation of hook_menu().
fb_form_multi_add_invite_form ./fb_form.module Create a form allowing the user to invite friends to add the app. 1
fb_form_multi_add_invite_form_submit ./fb_form.module
fb_form_multi_selector ./fb_form.module 2
fb_form_process_request_selector ./fb_form.module Build a friend selector for use in <fb:request-form>.
fb_form_requestform ./fb_form.module Helper function to build fb_form_request_form element. 2
fb_form_request_form ./fb_form.module Helper function to produce a request or invite form. Note that this does not produce a full form (i.e. never use drupal_get_form('fb_form_request_form')). The caller is expected to fill out the rest of the form before returning it for use…
fb_form_theme ./fb_form.module
fb_friend_block contrib/fb_friend.module Implementation of hook_block().
fb_friend_invite_page_fbml contrib/fb_friend.module 1
fb_get_all_apps ./fb.module Convenience method to return array of all know fb_apps. 10
fb_get_app ./fb.module Convenience method to get app info based on apikey or nid. 10
fb_get_app_data ./fb.module Convenience method for other modules to attach data to the fb_app object. 15
fb_get_app_title ./fb.module Will return a human-readable name if the fb_app module supports it, or fb_admin_get_app_properties($fb_app) has been called. However we don't take the relatively expensive step of calling that ourselves.
fb_get_fbu ./fb.module Given a local user id, find the facebook id. 6
fb_get_friends ./fb.module A convenience method for returning a list of facebook friends. 4
fb_get_groups ./fb.module
fb_get_groups_data ./fb.module 2
fb_get_object_fbu ./fb.module Convenience function to learn the fbu associated with a user, node or comment. Used in theming (X)FBML tags. 4
fb_get_profile_id ./fb.module
fb_handle_exception ./fb.module Exception handler for PHP5 exceptions. 1
fb_init ./fb.module Implementation of hook_init
fb_install ./fb.install
fb_invoke ./fb.module Invoke hook_fb. 18
fb_is_app_user ./fb.module Facebook provides a method, users_isAppUser(), which is buggy and unreliable. So we need to implement our own.
fb_is_connect ./fb.module 1
fb_is_fbml_canvas ./fb.module Determine whether current page is FBML canvas page. 14
fb_is_fb_admin_page ./fb.module Helper tells other modules when to load admin hooks. 4
fb_is_iframe_canvas ./fb.module Determine whether current page is iframe canvas page. 6
fb_is_profile_tab ./fb.module Determine whether we are rendering a profile tab. 2
fb_load ./fb.module Implementation of a %wildcard_load(). http://drupal.org/node/224170

Pages

Other projects