rtweet_client | R Documentation |
Set up your client mechanism for the Twitter API.
rtweet_client(client_id, client_secret, app, scopes = NULL)
client_id , client_secret |
Application OAuth client ID and client Secret.
These are generally not required for |
app |
Name of the client, it helps if you make it match with the name of your app.
On the Twitter app the Callback URI must be |
scopes |
Default scopes allowed for users using this client.
Leave |
scopes
if (interactive()) {
rtweet_client()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.