Examples for 'httr::oauth_endpoints'


Popular oauth endpoints.

Aliases: oauth_endpoints

Keywords:

### ** Examples

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

[Package httr version 1.4.7 Index]