You are here

Functions in Drupal for Facebook 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
fb_user_get_local_user ./fb_user.module Given an app and facebook user id, return the corresponding local user. 3
fb_user_get_proxied_email ./fb_user.module Learn the user's proxied email address. http://wiki.developers.facebook.com/index.php/Proxied_Email 2
fb_user_install ./fb_user.install Implementation of hook_install(). 1
fb_user_load ./fb.module
fb_user_menu ./fb_user.module Implementation of hook_menu().
fb_user_perm ./fb_user.module Implementation of hook_perm().
fb_user_schema ./fb_user.install
fb_user_token_list ./fb_user.module
fb_user_token_values ./fb_user.module
fb_user_uninstall ./fb_user.install Implementation of hook_uninstall().
fb_user_update_1 ./fb_user.install
fb_user_update_2 ./fb_user.install
fb_user_update_3 ./fb_user.install
fb_user_update_6000 ./fb_user.install
fb_user_update_6001 ./fb_user.install
fb_user_update_6002 ./fb_user.install
fb_user_update_6004 ./fb_user.install
fb_user_update_6005 ./fb_user.install
fb_user_update_6006 ./fb_user.install Originally, we wrote authmap entries like 'NNNNN@facebook.com'. This was necessary in D5. In D6 we can make queries more efficient using just the fbu ('NNNNN') as the authname, and 'fb_user' as the module.
fb_user_user ./fb_user.module Implementation of hook_user.
fb_verbose ./fb.module For debugging, add $conf['fb_verbose'] = TRUE; to settings.php. 17
fb_views_views_api fb_views/fb_views.module @file Facebook-specific views arguments, filters, etc...
fb_views_views_data fb_views/fb_views.module
fb_views_views_handlers fb_views/fb_views.module
fb_views_views_style_plugins fb_views/fb_views.module Introduce a theme style that mimics a facebook discussion board.
session_save_session ./fb_session_impl.inc Determine whether to save session data of the current request. 3
sess_close ./fb_session_impl.inc
sess_count ./fb_session_impl.inc Counts how many users have sessions. Can count either anonymous sessions or authenticated sessions.
sess_destroy_sid ./fb_session_impl.inc Called by PHP session handling with the PHP session ID to end a user's session.
sess_destroy_uid ./fb_session_impl.inc End a specific user's session
sess_gc ./fb_session_impl.inc
sess_open ./fb_session_impl.inc @file Re-write of Drupal's session.inc, for facebook-controlled sessions.
sess_read ./fb_session_impl.inc
sess_regenerate ./fb_session_impl.inc Called when an anonymous user becomes authenticated or vice-versa.
sess_write ./fb_session_impl.inc
theme_fb_app ./fb_app.module
theme_fb_app_user_info ./fb_app.module
theme_fb_canvas_fbml_username ./fb_canvas.module Theme FBML markup for username.
theme_fb_canvas_fbml_user_picture ./fb_canvas.module Theme FBML markup for user_picture.
theme_fb_connect_fbml_popup ./fb_connect.module
theme_fb_connect_fbml_username ./fb_connect.module
theme_fb_connect_fbml_user_picture ./fb_connect.module
theme_fb_discussion_nodes fb_views/fb_views.module
theme_fb_form_multi_friend_selector ./fb_form.module
theme_fb_form_request ./fb_form.module Based on theme_form, this renders an fb:request-form.
theme_fb_form_requestform ./fb_form.module
theme_fb_form_req_choice ./fb_form.module
theme_fb_form_serverfbml ./fb_form.module
theme_sortable_header_links fb_views/fb_views.module
theme_views_fb_discussion fb_views/fb_views.module

Pages

Other projects