android 应用程序中的 Flickr 集成

Flickr Integration within android app

我已经通过 Flickr 网站在 "photostream" 中上传了一些照片。

现在我想将 Flickr 集成到我的 Android 应用程序中。如何使用 Flickr API 在我的设备中下载这些相同的图片?我为这些做了 "login" 部分,但我不知道如何获取我上传的图片。

flickr.people.getPhotos or flickr.people.getPublicPhotos

Return photos from the given user's photostream. Only photos visible to the calling user will be returned. This method must be authenticated; to return public photos for a user, use flickr.people.getPublicPhotos.

请注意 API 文档列出了这个项目 https://code.google.com/p/flickrj-android/ which might make your life easier. In there it is the LoadPhotostreamTask