yt.oauth: Authentication to YouTube

Description Usage Arguments

Description

The function looks for .httr-oauth in the working directory. If it doesn't find it, it expects an application ID and a secret.

Usage

1
2
yt.oauth(app_id = NULL, app_secret = NULL, scope = "ssl",
  token = ".httr-oauth", ...)

Arguments

app_id

client ID. Required.

app_secret

client secret. Required.

scope

Character. Default = "ssl". Do not change.

token

Path to file containing token.

...

Additional arguments


Vintonm49/ytcol documentation built on May 27, 2019, 7:42 a.m.