fabienbarbero / flickr-api

A Java / android implementation of the Flickr API
Other
4 stars 4 forks source link

How to use this library to upload picture #4

Open mittalharsh54 opened 8 years ago

mittalharsh54 commented 8 years ago

Hey are there any examples of how to use this library for logging and uploading pics to flickr?

fabienbarbero commented 8 years ago

Sorry for the late response. There are no logging in the library, but you can upload photos to Flickr. To do this you have to use the following snippet : flickr.getUploadService().uploadPhoto(File, String, String);