PublishAlbum
From Doc
This call gives your cookie read access to a Phanfare site that is protected by a password.
| Table of contents |
PublishAlbum
Parameters
api_key (required)
- The api key for your application
session_cookie (required)
- Your current session cookie
site_id (required)
- The site_id to publish the album to
site_owner (required)
- The owner of that site_id
album_id (required)
- The album_id of the album to publish
published (optional)
- Whether to publish or un-publish the album. true and false are the valid values
Sample Response
<rsp stat="ok"> </rsp>
Additional Notes
This is a Phanfare 3.0 call

