sign_ouath2.0
From httr v0.1.1
by Hadley Wickham
Sign an OAuth 1.0 request
Sign an OAuth 1.0 request
Usage
sign_ouath2.0(access_token)
Arguments
- access_token
- access token as retrieved by
oauth1.0_token
Value
- a
config
object which can be used with any http request.
See Also
Other OAuth: oauth1.0_token
,
oauth2.0_token
, oauth_app
,
oauth_endpoint
, sign_ouath1.0
Community examples
Looks like there are no examples yet.