rtweet_client {rtweet} | R Documentation |
Client
Description
Set up your client mechanism for the Twitter API.
Usage
rtweet_client(client_id, client_secret, app, scopes = NULL)
Arguments
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 |
See Also
scopes
Examples
if (interactive()) {
rtweet_client()
}
[Package rtweet version 2.0.0 Index]