Questions tagged [flickrj]

FlickrJ is a Java API which wraps the REST-based Flickr API.

FlickrJ is a Java API which wraps the REST-based Flickr API.

http://flickrj.sourceforge.net/

18 questions
0
votes
1 answer

Why onActivityResult() called before uploading to Flickr finishes using Flickrj-android

I need to do a feature like this for my app: when user presses a "Save" button, the selected image will be uploaded to Flickr, and then getting the source of uploaded image from Flickr to store into database. I use flickrj-android library to do.…
keduadoi
  • 171
  • 1
  • 2
  • 17
0
votes
2 answers

Get private photos using flickrj-android

I am using the open source library: https://code.google.com/p/flickrj-android/ and there is an example how do I get photos from flickr. Main problem is that I get only public photos. How can I manage getting private streams/photos? Did anyone…
Duna
  • 1,564
  • 1
  • 16
  • 36
0
votes
2 answers

java flickr and flickrj download user pictures

Hi I am new to flickrj library. Have foundational java knowledge though. The project that I am working on requires me to authenticate into flickr and then download geo-tagged images into a folder in local hard drive. The program will be Desktop…
1
2