ueberauth_flickr v0.2.0 Ueberauth.Strategy.Flickr.OAuth
OAuth1 for Flickr.
Add consumer_key
and consumer_secret
to your configuration:
config :ueberauth, Ueberauth.Strategy.Flickr.OAuth, consumer_key: System.get_env(“FLICKR_CONSUMER_KEY”), consumer_secret: System.get_env(“FLICKR_CONSUMER_SECRET”), redirect_uri: System.get_env(“FLICKR_REDIRECT_URI”)