Skip to content

A Java library for interaction with Flickr with support for Android in mind

License

Notifications You must be signed in to change notification settings

dashorst/FlickrjApi4Android

 
 

Repository files navigation

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:

  1. Non-Java5 Syntax. This caused a lot of WARNINGs, and didn't leverage the latest JDK features.
  2. Support for Android and GAE. The old FlickrJ uses SOAP API which is not supported on GAE.
  3. New Flickr OAuth 1a support: http://www.flickr.com/services/api/auth.oauth.html
  4. Completely re-written with JSON response format.
  5. Now built by Maven instead of Ant.
  6. Added some fuctions missings in the original FlickrJ, such as GalleryInterface and CollectionInterface.

This project is now available on both Google Code and GitHub.

-Toby Yu(yuyang226@gmail.com)

About

A Java library for interaction with Flickr with support for Android in mind

Resources

License

Stars

Watchers

Forks

Packages

No packages published