To add a new photo, simply POST the image file to the album feed URL, together with the associated metadata, as a MIME-encoded block.
要添加新照片,只需以一个MIME编码的块向此相册提要URL POST这个图像文件以及相关的元数据。
2
This is actually quite simple: to add a new entry, simply POST an XML-encoded block to the private feed URL. Listing 6 has an example of one such block.
这实际上相当简单:要添加新的项,只要发布一个XML编码的块到私有提要URL即可。
3
To add a new contact, simply POST a new XML-encoded block to the feed URL. Listing 3 has an example of one such block.