Flickr API-1.0

This is a Java API which wraps the REST-based Flickr API (information available at http://www.flickr.com/services/api/).

See:
          Description

Packages
com.aetrion.flickr  
com.aetrion.flickr.activity  
com.aetrion.flickr.auth  
com.aetrion.flickr.blogs  
com.aetrion.flickr.contacts  
com.aetrion.flickr.favorites  
com.aetrion.flickr.groups  
com.aetrion.flickr.groups.pools  
com.aetrion.flickr.interestingness  
com.aetrion.flickr.people  
com.aetrion.flickr.photos  
com.aetrion.flickr.photos.comments  
com.aetrion.flickr.photos.geo  
com.aetrion.flickr.photos.licenses  
com.aetrion.flickr.photos.notes  
com.aetrion.flickr.photos.transform  
com.aetrion.flickr.photos.upload  
com.aetrion.flickr.photosets  
com.aetrion.flickr.photosets.comments  
com.aetrion.flickr.prefs  
com.aetrion.flickr.reflection  
com.aetrion.flickr.tags  
com.aetrion.flickr.test  
com.aetrion.flickr.uploader  
com.aetrion.flickr.urls  
com.aetrion.flickr.util  

 

This is a Java API which wraps the REST-based Flickr API (information available at http://www.flickr.com/services/api/).

This API has been tested with JDK 1.4.

To use the API just construct a instance of the class com.aetrion.flickr.Flickr and request the interfaces which you need to work with. For example, to send a test ping to the Flickr service:

String apiKey = YOUR_API_KEY
Flickr f = new Flickr(apiKey);
TestInterface testInterface = f.getTestInterface();
Collection results = testInterface.echo(Collections.EMPTY_LIST);

An API key is required to use this API. You should contact Flickr to acquire an API key. More information is available at: http://www.flickr.com/services/api/

Comments and questions should be sent to x-mago@users.sourceforge.net or anthonyeden@gmail.com



Copyright (C) 2005-2007 Aetrion LLC. All Rights Reserved.