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 for parameters and usage.
Authenticate(socialmedia, ...)Character string. Identifier for social media API to authenticate with. Supported social media
are "twitter", "youtube" and "reddit".
Optional parameters to pass to functions providied by supporting R packages that are used for social media API access.