From 9edba84112e9c26eb843fe7cdde786ad18a578db Mon Sep 17 00:00:00 2001 From: rtremeaud Date: Sat, 20 Oct 2018 14:20:21 +0200 Subject: [PATCH] more information about twitter dev --- twitter_authentication.r | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/twitter_authentication.r b/twitter_authentication.r index 189fcfd..198dd66 100644 --- a/twitter_authentication.r +++ b/twitter_authentication.r @@ -9,7 +9,7 @@ library(devtools) install_github("twitteR", username="geoffjentry") library(twitteR) - +# find your data require(twitteR) @@ -24,6 +24,7 @@ authURL <- "https://api.twitter.com/oauth/authorize" apiKey <- "yourAPIkey" apiSecret <- "yourAPIsecret" +# more about https://developer.twitter.com/en.html setup_twitter_oauth(apiKey, apiSecret)