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.
Is the current environment interactive?
Optional, a key provided by read_key
.
Used for signed OAuth 1.0.