fb_actions_action_info |
contrib/fb_actions.module |
Implemntation of hook_action_info() |
|
|
fb_actions_cron_per_user |
contrib/fb_actions.module |
Trigger an action several times, emulating a different user each
time. Useful for cron jobs in which we update each users profile
box, for example. |
|
|
fb_actions_cron_per_user_form |
contrib/fb_actions.module |
Implementation of fb_actions_cron_per_user action. |
|
|
fb_actions_cron_per_user_submit |
contrib/fb_actions.module |
|
|
|
fb_add_js |
./fb.module |
Helper function for FBJS files. |
2 |
|
fb_admin_app_page |
./fb.admin.inc |
|
|
1 |
fb_admin_get_app_options |
./fb.admin.inc |
Convenience method to return a list of all known apps, suitable for
form elements. |
3 |
|
fb_admin_get_app_properties |
./fb.admin.inc |
Get properties from Facebook. Fills in the data that we need to
know by querying facebook. |
4 |
|
fb_admin_page |
./fb.admin.inc |
Drupal page callback. |
|
1 |
fb_admin_page_title |
./fb.admin.inc |
|
|
|
fb_admin_set_app_properties |
./fb.admin.inc |
|
|
|
fb_ahah_bind_form |
./fb_form.module |
Support for AHAH in forms. |
|
1 |
fb_api_check_session |
./fb.module |
Sometimes calls to fb_api_init succeed, but calls to the client api
will fail because cookies are obsolete or what have you. This
function makes a call to facebook to test the session. Expensive,
so use only when necessary. |
2 |
|
fb_api_init |
./fb.module |
Include the necessary facebook-platform code and initialize the API object. |
15 |
|
fb_app_admin_delete_confirm_form |
./fb_app.admin.inc |
Form creator -- ask for confirmation of deletion |
|
1 |
fb_app_admin_delete_confirm_form_submit |
./fb_app.admin.inc |
Execute node deletion |
|
|
fb_app_admin_form_delete_submit |
./fb_app.admin.inc |
Button submit function. Use has clicked delete, send them to confirm page. |
|
1 |
fb_app_admin_form_submit |
./fb_app.admin.inc |
|
|
1 |
fb_app_edit_form |
./fb_app.admin.inc |
Builds the form used to edit an application. |
|
1 |
fb_app_edit_form_validate |
./fb_app.admin.inc |
Form validation. |
|
|
fb_app_event_cb |
./fb_app.module |
Callback for FB_APP_PATH_EVENT. |
|
1 |
fb_app_fb |
./fb_app.module |
Implementation of hook_fb(). |
|
|
fb_app_fb_admin |
./fb_app.admin.inc |
Implementation of hook_fb_admin(). |
|
|
fb_app_get_about_url |
./fb_app.module |
|
|
|
fb_app_install |
./fb_app.install |
hook_install() |
|
|
fb_app_menu |
./fb_app.module |
Implementation of hook_menu(). |
|
|
fb_app_schema |
./fb_app.install |
|
|
|
fb_app_set_app_properties |
./fb_app.admin.inc |
Sets callback URLs and other properties of a facebook app. Calls the facebook |
1 |
|
fb_app_token_list |
./fb_app.module |
|
|
|
fb_app_token_values |
./fb_app.module |
|
|
|
fb_app_uninstall |
./fb_app.install |
hook_uninstall() |
|
|
fb_app_update_6100 |
./fb_app.install |
|
|
|
fb_app_update_6101 |
./fb_app.install |
|
|
|
fb_app_update_6202 |
./fb_app.install |
|
|
|
fb_app_update_6203 |
./fb_app.install |
|
|
|
fb_app_update_6204 |
./fb_app.install |
|
|
|
fb_app_update_6205 |
./fb_app.install |
|
|
|
fb_app_update_6206 |
./fb_app.install |
|
|
|
fb_app_user |
./fb_app.module |
Implementation of hook_user. |
|
|
fb_canvas_admin_settings |
./fb_canvas.admin.inc |
Form builder; Configure settings for this site. |
|
1 |
fb_canvas_fb |
./fb_canvas.module |
Implementation of hook_fb(). |
|
|
fb_canvas_fb_admin |
./fb_canvas.admin.inc |
Implementation of hook_fb_admin(). |
|
|
fb_canvas_fix_url |
./fb_canvas.module |
Convert a local fully qualified path to a facebook app path. This needs to
be used internally, to fix drupal_gotos upon form submission. Third party
modules should not need to call this. |
2 |
|
fb_canvas_footer |
./fb_canvas.module |
Implementation of hook_footer(). |
|
|
fb_canvas_form_action_via_facebook |
./fb_canvas.module |
Call this from your form_alter hook to prevent changes to the
form's default action. |
1 |
|
fb_canvas_form_alter |
./fb_canvas.module |
Implementation of hook_form_alter. |
|
|
fb_canvas_goto |
./fb_canvas.module |
Uses $_fb->redirect on canvas pages, otherwise drupal_goto. |
1 |
|
fb_canvas_handling_form |
./fb_canvas.module |
|
2 |
|
fb_canvas_iframe_excursion |
./fb_canvas.module |
This is intended to help sites which have some FBML and some iframe pages.
Makes the current FBML canvas page an iframe. And attempts to preserve
session while visiting multiple iframe pages. |
|
|
fb_canvas_iframe_excursion_end |
./fb_canvas.module |
|
|
|