get_bearer | R Documentation |
This function is a helper function that can be used to generate the bearer key using API key and API secret.
get_bearer()
The key and secret are required to use the functions in twitterapiR package and query information from Twitter.
A list contains following items:
token_type |
bearer type of key |
access_token |
bearer key |
...
Ling Xiang, Zou
https://developer.twitter.com/en/docs/twitter-api/getting-started/getting-access-to-the-twitter-api
#get_bearer()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.