For advanced use only. Occassionally needed for sites that use some components of the OAuth spec, but not all of them (e.g. 2-legged oauth)
oauth_signature(
url,
method = "GET",
app,
token = NULL,
token_secret = NULL,
private_key = NULL,
other_params = NULL
)oauth_header(info)
A list of oauth parameters.
Url and http method of request.
oauth_app()
object representing application.
OAuth token and secret.
Named argument providing additional parameters
(e.g. oauth_callback
or oauth_body_hash
).