# File flickr.rb, line 210
    def tag(tag)
      @client.photos('user_id'=>@id, 'tags'=>tag)
    end