aribhatt91 / flickrj-android

Automatically exported from code.google.com/p/flickrj-android
Other
0 stars 0 forks source link

The owner objekt of a Photo (Photo.getOwner()) doesn't contain a name #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If I try to get some meta data about the owner of a photo ( photo.getOwner()) 
contains no real meta data. There is only an ID but no real- or username or 
other meta data. Why? How do I get the name of a photo owner? 

Original issue reported on code.google.com by flymaste...@gmail.com on 26 Feb 2012 at 11:14

GoogleCodeExporter commented 8 years ago
Hi flymaster.TB:
  Sorry for not respond you earlier. 

  Whether the owner information of a photo could be returned depends on which API you are using. I just tried this one http://www.flickr.com/services/api/flickr.photos.getInfo.html, and it works for me using authentication.

  I can think of two reasons why this not work for you:
  1) you are not signed in. Please make sure you use the authentication API
  2) the API you are using do not return the owner info

Original comment by yuyang...@gmail.com on 21 Apr 2012 at 6:43

GoogleCodeExporter commented 8 years ago

Original comment by yuyang...@gmail.com on 21 Apr 2012 at 6:43