function facebook_album_ajax_get_album in Facebook Album 7.2
Same name and namespace in other branches
- 7.3 facebook_album.module \facebook_album_ajax_get_album()
Fetch the first set of photos from the specified album
Parameters
$id: The album id to fetch photos from
Return value
mixed A json object containing html template
1 string reference to 'facebook_album_ajax_get_album'
- facebook_album_menu in ./
facebook_album.module - Implements menu_hook()
File
- ./
facebook_album.module, line 139
Code
function facebook_album_ajax_get_album($id) {
return facebook_album_ajax_get_album_next($id, null);
}