See demos for use.
init_oauth1.0(
endpoint,
app,
permission = NULL,
is_interactive = interactive(),
private_key = NULL
)
An OAuth endpoint, created by oauth_endpoint()
An OAuth consumer application, created by
oauth_app()
optional, a string of permissions to ask for.
DEPRECATED
Optional, a key provided by openssl::read_key()
.
Used for signed OAuth 1.0.