Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

init_oauth1.0

Retrieve OAuth 1.0 access token.


Description

See demos for use.

Usage

init_oauth1.0(
  endpoint,
  app,
  permission = NULL,
  is_interactive = interactive(),
  private_key = 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.

is_interactive

DEPRECATED

private_key

Optional, a key provided by openssl::read_key(). Used for signed OAuth 1.0.


httr

Tools for Working with URLs and HTTP

v1.4.2
MIT + file LICENSE
Authors
Hadley Wickham [aut, cre], RStudio [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.