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.…
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…
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…