Skip to content
New issue

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

Neither authentication method work. #113

Open
olavfosse opened this issue Mar 2, 2020 · 1 comment
Open

Neither authentication method work. #113

olavfosse opened this issue Mar 2, 2020 · 1 comment

Comments

@olavfosse
Copy link

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
@cyclotron3k
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants