Authenticate | R Documentation |
Authenticate
creates a credential
object that enables R to make authenticated calls to
social media APIs. A credential
object is a S3 object containing authentication related information such as
an access token or key, and a class name identifying the social media that grants authentication.
Authenticate
is the first step of the Authenticate
, Collect
and Create
workflow.
Refer to Authenticate.twitter
, Authenticate.youtube
and
Authenticate.reddit
, Authenticate.web
for parameters and usage.
Authenticate(socialmedia, ...)
socialmedia |
Character string. Identifier for social media API to authenticate with. Supported social media are
|
... |
Optional parameters to pass to functions providied by supporting R packages that are used for social media API access. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.