hanklords/flickraw

Object doesn't have username

Closed this issue · 1 comments

Object returns owner id, but what is the best way to get the username?

Use the extras parameter @photos = flickr.photos.search(text: "", ..., extras: "owner_name")

#After doing @photos.each do |photo|
Call it using photo.ownername