createTwitterWebToken {VOSONDash} | R Documentation |
Create a auth token with twitter app consumer keys
Description
This function creates a vosonSML::Authenticate
credential object with twitter app consumer keys
and interactive web authorization. rtweet::create_token
is used to create the access token and the properties
type
and created
are added to the credential object to assist with VOSONDash token management.
Usage
createTwitterWebToken(app_name, keys)
Arguments
app_name |
Character string. Twitter app name. |
keys |
List. Named list of twitter app API keys. |
Value
A vosonSML twitter credential object.
[Package VOSONDash version 0.5.7 Index]