use FlickRaw gem to access Flickr API
TODO
- obtain Flickr API key and secret
- place them in config/ruby-flickr-settings.yml TODO
gem install ruby-flickr
require 'ruby-flickr'
test = RubyFlickr::API.new(5) # default license
test.get_creative_common_faves
test = RubyFlickr::API.new
test.get_untagged
test = RubyFlickr::API.new
test.get_my_public_photos
Comments on the sanity of my code—either general or specific—are extremely welcomed.