Ueberauth.Strategy.Twitter.OAuth (Überauth Twitter v0.4.1) View Source

OAuth1 for Twitter.

Add consumer_key and consumer_secret to your configuration:

config :ueberauth, Ueberauth.Strategy.Twitter.OAuth, consumer_key: System.get_env("TWITTER_CONSUMER_KEY"), consumer_secret: System.get_env("TWITTER_CONSUMER_SECRET"), redirect_uri: System.get_env("TWITTER_REDIRECT_URI")

Link to this section Summary

Link to this section Functions

Link to this function

access_token(arg, verifier, opts \\ [])

View Source
Link to this function

access_token!(access_token, verifier, opts \\ [])

View Source
Link to this function

authorize_url!(arg, opts \\ [])

View Source
Link to this function

request_token(params \\ [], opts \\ [])

View Source
Link to this function

request_token!(params \\ [], opts \\ [])

View Source