|
Picasa Flex API is easy way to access your images posted to Google Picasa from Flex and Flash Application. AIR is supported as well. The library provides service which works directly with Google Data API feeds and hides all complexity of parsing and processing, makes developing much more easier. Features implemented so far: - Works only with public albums
- Ability to get all photos by user.
- Ability to get list of photos by album name
- Ability to get list of photos by album ID
- Ability to get photo by ID
- Ability to search community photos by the search term
- Ability to search pictures by GEO coordinates.
- Ability to obtain all comments for certain photo
- User Authentication
- As Authenticated user:
- Create/Delete album
- Add/Delete comment
- Implemented V2 version of Picasa API Protocol
- Implemented handling of partial responce
|