hanklords / flickraw

Ruby library to access flickr api.
http://hanklords.github.com/flickraw/
MIT License
507 stars 98 forks source link

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

Closed jarmo closed 10 years ago

jarmo commented 10 years ago

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.

chrblabla commented 10 years ago

I just opened a PR: https://github.com/hanklords/flickraw/pull/83