Closed jarmo closed 10 years ago
Currently the code below will throw a FlickRaw::FlickrAppNotConfigured Exception:
FlickRaw::FlickrAppNotConfigured
require "flickraw" FlickRaw.api_key = "api_key" flickr.photos.getRecent
It should not do that because shared_secret is needed only when signing requests.
shared_secret
I just opened a PR: https://github.com/hanklords/flickraw/pull/83
Currently the code below will throw a
FlickRaw::FlickrAppNotConfigured
Exception:It should not do that because
shared_secret
is needed only when signing requests.