Code
rtweet_app("abc")
Output
<Twitter bearer token>
Code
find_auth(1:10)
Condition
Error in `find_auth()`:
! Unrecognised input to `auth`
Code
find_auth("not-present")
Condition
Error in `load_token()`:
! Can't find saved auth with name 'not-present'
Code
default_cached_auth()
Condition
Error:
! No default authentication found. Please call `auth_setup_default()`
Code
default_cached_auth()
Condition
Error:
! No default authentication found. Pick existing auth with:
* auth_as('test1')
* auth_as('test2')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.