Phanfare Support Site
GetAlbumList
From Doc
If pointed at the user's own uid, this call returns a list of all of his albums. If pointed at a connection's uid, this call returns a list of albums that that connection shared with this user. GetAlbumList currently cannot return a list of albums shared with a specific group ID, but it will return the group IDs that the target_uid's albums are shared with.
- album_type returns 'dated' or 'timeless'
- Every album has at least one section
- If the album is private, num_groups attribute is returned as '0'
Parameters
api_key (required)
- The api key for your application
target_uid (required)
- The ID of the Phanfare user whose account you want to read. This can be the account of the authenticated user or that of someone in his friends or family list
Sample Response
<rsp stat="ok">
<albums num_albums="">
<album album_id="" album_type="" album_name="" album_descr="" album_start_date="" album_end_date="" album_creation_date="" album_last_modified="">
<sections num_sections="">
<section album_id="" section_id="" section_name="" section_descr="" >
</section>
</sections>
<groups num_groups="">
<group group_id="" />
</groups>
</album>
</albums>
</rsp>

