httr (version 0.1.1)

sign_ouath1.0: Sign an OAuth 1.0 request

Description

Sign an OAuth 1.0 request

Usage

sign_ouath1.0(app, token = NULL, token_secret = NULL,
    ...)

Arguments

app
OAuth application details, as created by oauth_app
token,token_secret
access token and corresponding secret, as retrieved by oauth1.0_token
...
other named argument to be included in the OAuth authorisation header. extra = 1 will sent as OAUTH_EXTRA = 1 and included in signature generation.

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_ouath2.0