Description Usage Arguments Examples
Generates a twitter token to access the API. You are assumed to have set up an app at apps.twitter.com. This function requires the httr package
1 | twitToken(consumer_key, consumer_secret, access_token, access_secret)
|
consumer_key |
Character. The consumer key for your app as a string |
consumer_secret |
Character. The consumer secret for your app as a string |
access_token |
Character. The access token for your app as a string |
access_secret |
Character. The access secret for your app as a string |
1 | twitToken(consumer_key, consumer_secret, access_token, access_secret)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.