httr (version 0.1.1)

oauth2.0_token: Retrieve OAuth 2.0 access token.

Description

See demos for use.

Usage

oauth2.0_token(endpoint, app, scope = NULL)

Arguments

scope
a character string of scopes to apply for.
endpoint
An OAuth endpoint, created by oauth_endpoint
app
An OAuth consumer application, created by oauth_app

See Also

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