httr (version 0.1.1)

oauth1.0_token: Retrieve OAuth 1.0 acces token.

Description

See demos for use.

Usage

oauth1.0_token(endpoint, app, permission = NULL)

Arguments

endpoint
An OAuth endpoint, created by oauth_endpoint
app
An OAuth consumer application, created by oauth_app
permission
optional, a string of permissions to ask for.

See Also

Other OAuth: oauth2.0_token, oauth_app, oauth_endpoint, sign_ouath1.0, sign_ouath2.0