lib/flickr/photos.rb in tomk32-flickr_fu-0.3.1 vs lib/flickr/photos.rb in tomk32-flickr_fu-0.3.2

- old
+ new

@@ -14,10 +14,11 @@ :machine_tags => :machine_tags, :geo => :geo, :tags => :tags, :o_dims => :o_dims, :views => :views, - :media => :media + :media => :media, + :url_o => :original_url } end # Return a list of photos matching some criteria. Only photos visible to the calling user will be returned. To return private or semi-private photos, # the caller must be authenticated with 'read' permissions (by passing :auth_token), and have permission to view the photos. Unauthenticated calls will only return public photos.