Skip to contents

Web crawler does not require authentication in this version of vosonSML.

Usage

# S3 method for class 'web'
Authenticate(socialmedia, ..., verbose = TRUE)

Arguments

socialmedia

Character string. Identifier for social media API to authenticate, set to "web".

...

Additional parameters passed to function. Not used in this method.

verbose

Logical. Output additional information. Default is TRUE.

Value

A credential object containing a $auth = NULL value and social media type descriptor $socialmedia set to "web". Object has the class names "credential" and "web".

Note

Even though the web crawler does not require authentication in this version of vosonSML the Authenticate function must still be called to set the socialmedia identifier. This is used to route to the appropriate social media Collect function.

Examples

if (FALSE) { # \dontrun{
# web authentication
webAuth <- Authenticate("web")
} # }