This is a Java API which wraps the REST-based Flickr API.
It is a new library built on top of the FlickrJAPI from http://flickrj.sourceforge.net/.
It resolves the following issues that currently exist in FlickrJ:
- Non-Java5 Syntax. This caused a lot of WARNINGs, and didn't leverage the latest JDK features.
- Support for Android and GAE. The old FlickrJ uses SOAP API which is not supported on GAE.
- New Flickr OAuth 1a support: http://www.flickr.com/services/api/auth.oauth.html
- Completely re-written with JSON response format.
- Now built by Maven instead of Ant.
- Added some fuctions missings in the original FlickrJ, such as GalleryInterface and CollectionInterface.
- Use https by default for all API requests(thanks to Paul Bourke): http://code.flickr.net/2014/04/30/flickr-api-going-ssl-only-on-june-27th-2014/. Please use version 2.1.0+
This project is now available on both Google Code and GitHub.
-Toby Yu([email protected])