Ueberauth Goodreads Strategy v0.1.0 Ueberauth.Strategy.Goodreads.OAuth

OAuth1 for Goodreads. Add consumer_key and consumer_secret to your configuration: config :ueberauth, Ueberauth.Strategy.Goodreads.OAuth, consumer_key: System.get_env(“GOODREADS_CONSUMER_KEY”), consumer_secret: System.get_env(“GOODREADS_CONSUMER_SECRET”), redirect_uri: System.get_env(“GOODREADS_REDIRECT_URI”)

Summary

Functions

access_token(arg, verifier, opts \\ [])
access_token!(access_token, verifier, opts \\ [])
authorize_url!(arg, opts \\ [])
client(opts \\ [])
get(url, access_token)
get(url, params, arg)
request_token(params \\ [], opts \\ [])
request_token!(params \\ [], opts \\ [])