文件名称:flickrapi-1.2
- 所属分类:
- JSP源码/Java
- 资源属性:
- [HTML]
- 上传时间:
- 2012-11-26
- 文件大小:
- 742kb
- 下载次数:
- 0次
- 提 供 者:
- lip***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
java的flickr API的实现,可以自动的根据标签或者关键字进行图片下载-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 and JDK 1.5. The default
distribution is build with JDK 1.5.
Please note: this library is not thread safe.
To use the API just construct a instance of the class
com.aetreion.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 anthonyeden@gmail.com.
-Anthony Eden
(information available at http://www.flickr.com/services/api/).
This API has been tested with JDK 1.4 and JDK 1.5. The default
distribution is build with JDK 1.5.
Please note: this library is not thread safe.
To use the API just construct a instance of the class
com.aetreion.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 anthonyeden@gmail.com.
-Anthony Eden
(系统自动生成,下载前可以参看下载内容)
下载文件列表
flickrapi-1.2
.............\docs
.............\....\api
.............\....\...\com
.............\....\...\...\aetrion
.............\....\...\...\.......\flickr
.............\....\...\...\.......\......\activity
.............\....\...\...\.......\......\auth
.............\....\...\...\.......\......\blogs
.............\....\...\...\.......\......\commons
.............\....\...\...\.......\......\contacts
.............\....\...\...\.......\......\favorites
.............\....\...\...\.......\......\groups
.............\....\...\...\.......\......\......\members
.............\....\...\...\.......\......\......\pools
.............\....\...\...\.......\......\interestingness
.............\....\...\...\.......\......\machinetags
.............\....\...\...\.......\......\panda
.............\....\...\...\.......\......\people
.............\....\...\...\.......\......\photos
.............\....\...\...\.......\......\......\comments
.............\....\...\...\.......\......\......\geo
.............\....\...\...\.......\......\......\licenses
.............\....\...\...\.......\......\......\notes
.............\....\...\...\.......\......\......\transform
.............\....\...\...\.......\......\......\upload
.............\....\...\...\.......\......\photosets
.............\....\...\...\.......\......\.........\comments
.............\....\...\...\.......\......\places
.............\....\...\...\.......\......\prefs
.............\....\...\...\.......\......\reflection
.............\....\...\...\.......\......\tags
.............\....\...\...\.......\......\test
.............\....\...\...\.......\......\uploader
.............\....\...\...\.......\......\urls
.............\....\...\...\.......\......\util
.............\....\...\resources
.............\examples
.............\BUILDING.txt
.............\CHANGELOG.txt
.............\CONTRIB.txt
.............\LICENSE-apache.txt
.............\LICENSE.txt
.............\README.txt
.............\docs\api\allclasses-frame.html
.............\....\...\allclasses-noframe.html
.............\....\...\com\aetrion\flickr\Flickr.html
.............\....\...\...\.......\......\FlickrException.html
.............\....\...\...\.......\......\Parameter.html
.............\....\...\...\.......\......\ParameterAlphaComparator.html
.............\....\...\...\.......\......\ProxyAuthenticator.html
.............\....\...\...\.......\......\REST.html
.............\....\...\...\.......\......\RESTResponse.html
.............\....\...\...\.......\......\RequestContext.html
.............\....\...\...\.......\......\Response.html
.............\....\...\...\.......\......\SOAP.html
.............\....\...\...\.......\......\SOAPResponse.html
.............\....\...\...\.......\......\SearchResultList.html
.............\....\...\...\.......\......\Transport.html
.............\....\...\...\.......\......\activity\ActivityInterface.html
.............\....\...\...\.......\......\........\Event.html
.............\....\...\...\.......\......\........\Item.html
.............\....\...\...\.......\......\........\ItemList.html
.............\....\...\...\.......\......\........\package-frame.html
.............\....\...\...\.......\......\........\package-summary.html
.............\....\...\...\.......\......\........\package-tree.html
.............\....\...\...\.......\......\.uth\Auth.html
.............\....\...\...\.......\......\....\AuthInterface.html
.............\....\...\...\.......\......\....\AuthUtilities.html
.............\....\...\...\.......\......\....\Permission.html
.............\....\...\...\.......\......\....\package-frame.html
.............\....\...\...\.......\......\....\package-summary.html
.............\....\...\...\.......\......\....\package-tree.html
.............\....\...\...\.......\......\blogs\Blog.html
.............\....\...\...\.......\......\.....\BlogsInterface.html
.............\....\...\...\.......\......\.....\Service.html
.............\....\...\...\.......\......\.....\package-frame.html
.............\....\...\...\.......\......\.....\package-summary.html
.............\....\...\...\.......\......\
.............\docs
.............\....\api
.............\....\...\com
.............\....\...\...\aetrion
.............\....\...\...\.......\flickr
.............\....\...\...\.......\......\activity
.............\....\...\...\.......\......\auth
.............\....\...\...\.......\......\blogs
.............\....\...\...\.......\......\commons
.............\....\...\...\.......\......\contacts
.............\....\...\...\.......\......\favorites
.............\....\...\...\.......\......\groups
.............\....\...\...\.......\......\......\members
.............\....\...\...\.......\......\......\pools
.............\....\...\...\.......\......\interestingness
.............\....\...\...\.......\......\machinetags
.............\....\...\...\.......\......\panda
.............\....\...\...\.......\......\people
.............\....\...\...\.......\......\photos
.............\....\...\...\.......\......\......\comments
.............\....\...\...\.......\......\......\geo
.............\....\...\...\.......\......\......\licenses
.............\....\...\...\.......\......\......\notes
.............\....\...\...\.......\......\......\transform
.............\....\...\...\.......\......\......\upload
.............\....\...\...\.......\......\photosets
.............\....\...\...\.......\......\.........\comments
.............\....\...\...\.......\......\places
.............\....\...\...\.......\......\prefs
.............\....\...\...\.......\......\reflection
.............\....\...\...\.......\......\tags
.............\....\...\...\.......\......\test
.............\....\...\...\.......\......\uploader
.............\....\...\...\.......\......\urls
.............\....\...\...\.......\......\util
.............\....\...\resources
.............\examples
.............\BUILDING.txt
.............\CHANGELOG.txt
.............\CONTRIB.txt
.............\LICENSE-apache.txt
.............\LICENSE.txt
.............\README.txt
.............\docs\api\allclasses-frame.html
.............\....\...\allclasses-noframe.html
.............\....\...\com\aetrion\flickr\Flickr.html
.............\....\...\...\.......\......\FlickrException.html
.............\....\...\...\.......\......\Parameter.html
.............\....\...\...\.......\......\ParameterAlphaComparator.html
.............\....\...\...\.......\......\ProxyAuthenticator.html
.............\....\...\...\.......\......\REST.html
.............\....\...\...\.......\......\RESTResponse.html
.............\....\...\...\.......\......\RequestContext.html
.............\....\...\...\.......\......\Response.html
.............\....\...\...\.......\......\SOAP.html
.............\....\...\...\.......\......\SOAPResponse.html
.............\....\...\...\.......\......\SearchResultList.html
.............\....\...\...\.......\......\Transport.html
.............\....\...\...\.......\......\activity\ActivityInterface.html
.............\....\...\...\.......\......\........\Event.html
.............\....\...\...\.......\......\........\Item.html
.............\....\...\...\.......\......\........\ItemList.html
.............\....\...\...\.......\......\........\package-frame.html
.............\....\...\...\.......\......\........\package-summary.html
.............\....\...\...\.......\......\........\package-tree.html
.............\....\...\...\.......\......\.uth\Auth.html
.............\....\...\...\.......\......\....\AuthInterface.html
.............\....\...\...\.......\......\....\AuthUtilities.html
.............\....\...\...\.......\......\....\Permission.html
.............\....\...\...\.......\......\....\package-frame.html
.............\....\...\...\.......\......\....\package-summary.html
.............\....\...\...\.......\......\....\package-tree.html
.............\....\...\...\.......\......\blogs\Blog.html
.............\....\...\...\.......\......\.....\BlogsInterface.html
.............\....\...\...\.......\......\.....\Service.html
.............\....\...\...\.......\......\.....\package-frame.html
.............\....\...\...\.......\......\.....\package-summary.html
.............\....\...\...\.......\......\