facebook_album_admin_form |
./facebook_album.admin.inc |
Implements hook_admin(). |
|
1 |
facebook_album_admin_form_submit |
./facebook_album.admin.inc |
Implements hook_admin() |
|
1 |
facebook_album_admin_form_validate |
./facebook_album.admin.inc |
Implements hook_validate() |
|
|
facebook_album_ajax_get_album |
./facebook_album.module |
Fetch the first set of photos from the specified album |
|
1 |
facebook_album_ajax_get_albums |
./facebook_album.module |
Fetch first set of albums specified in the settings menu |
|
1 |
facebook_album_ajax_get_albums_next |
./facebook_album.module |
Fetch the next or previous set of cover photos from the specified page ID |
1 |
1 |
facebook_album_ajax_get_album_cover |
./facebook_album.module |
Fetch an individual album cover |
|
1 |
facebook_album_ajax_get_album_next |
./facebook_album.module |
Fetch the next or previous set of photos from the specified album |
1 |
1 |
facebook_album_ajax_get_photo_url |
./facebook_album.module |
Fetch an individual photo url from a Facebook album photo |
|
1 |
facebook_album_block_info |
./facebook_album.module |
Implements hook_block_info(). |
|
|
facebook_album_block_view |
./facebook_album.module |
Implements hook_block_view(). |
|
|
facebook_album_build_cover_template |
./facebook_album.module |
Build the template for displaying albums with a filtered data set |
1 |
|
facebook_album_build_photo_template |
./facebook_album.module |
Build the template for displaying album photos |
1 |
|
facebook_album_filter_albums |
./facebook_album.module |
The Facebook API does not allow us to specify which albums to load or
exclude so after loading the albums we'll simply filter for any albums
we want to display |
1 |
|
facebook_album_get_settings |
./facebook_album.module |
Takes all customized settings and returns them as an array |
4 |
|
facebook_album_menu |
./facebook_album.module |
Implements menu_hook() |
|
|
facebook_album_permission |
./facebook_album.module |
Implements hook_permission() |
|
|
facebook_album_theme |
./facebook_album.module |
Implements hook_theme() |
|
|
_facebook_album_api_response_to_array |
./facebook_album.module |
Convert the API response into an array based on the content type
Currently only, json and plain-text responses are supported |
1 |
|
_facebook_album_build_api_request |
./facebook_album.module |
Utility function to build the API call for accessing Facebook's Graph API |
5 |
|
_facebook_album_fetch_api_response |
./facebook_album.module |
Make a curl request to the specified url and return
a converted response |
5 |
|
_facebook_album_fetch_application_access_token |
./facebook_album.admin.inc |
Build and make the api call for retrieving application access tokens
from the facebook api. |
1 |
|
_facebook_album_translate_api_error |
./facebook_album.module |
Translate API errors into a user friendly error. |
1 |
|