How to integrate Picasa with iPhone?
I want to integrate picasa web album with iPhon开发者_运维问答e, but I don't know how to implement. Please help.
There is one API for accessing the web albums from picasa
http://code.google.com/apis/picasaweb/overview.html
The API let you send and receive albums formatted as GData feeds. After securely authenticating to Google, you can request all the albums and the photos from an album, create new albums, replace and delete photos, and also search results.
精彩评论