Phanfare Support Site
NewSection
From Doc
Creates a new section within an album in the authenticated user's account
Parameters
api_key (required)
- The api key for your application
target_uid (required)
- The ID of the Phanfare user
album_id (required)
- The album_id to add the section to
section_name(optional)
- The name for the new section, default is "New Section"
section_description (optional)
- The description of the new section. Default is an ""
Sample Response
<rsp stat="ok"> <section album_id="" section_id="" section_name="" section_descr="" /> </rsp>

