hanklords/flickraw

FlickRaw::FlickrAppNotConfigured Exception is thrown when shared secret is not set

Closed this issue · 1 comments

Currently the code below will throw a FlickRaw::FlickrAppNotConfigured Exception:

require "flickraw"

FlickRaw.api_key = "api_key"
flickr.photos.getRecent

It should not do that because shared_secret is needed only when signing requests.

I just opened a PR: #83