Provides some common OAuth endpoints.
oauth_endpoints(name)
| name | One of the following endpoints: linkedin, twitter, vimeo, google, facebook, github, azure. |
|---|
oauth_endpoints("twitter")#> <oauth_endpoint> #> request: https://api.twitter.com/oauth/request_token #> authorize: https://api.twitter.com/oauth/authenticate #> access: https://api.twitter.com/oauth/access_token