We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have set up the the FLICKRAW_API_KEY and FLICKRAW_SHARED_SECRET environment variable, but authentication does not work either way.
(byebug) FlickRaw::Flickr.new *** FlickRaw::FlickrAppNotConfigured Exception: No API key defined! nil (byebug) FlickRaw::Flickr.new ENV['FLICKRAW_API_KEY'], ENV['FLICKRAW_SHARED_SECRET'] *** ArgumentError Exception: wrong number of arguments (given 2, expected 0) nil
The text was updated successfully, but these errors were encountered:
Hi olav,
The documentation you see at the head of the master branch does not match the version of the gem you're using. I assume you're using 0.9.10? The documentation for that is here: https://github.com/hanklords/flickraw/tree/V0.9.10
BTW, we moved FlickRaw to the Flickr namespace a few months ago, and development continues there: https://rubygems.org/gems/flickr
Sorry, something went wrong.
No branches or pull requests
I have set up the the FLICKRAW_API_KEY and FLICKRAW_SHARED_SECRET environment variable, but authentication does not work either way.
The text was updated successfully, but these errors were encountered: