Ueberauth.Strategy.Flickr.OAuth (ueberauth_flickr v0.3.1) View Source
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")