Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion twitter_authentication.r
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ library(devtools)
install_github("twitteR", username="geoffjentry")
library(twitteR)


# find your data
require(twitteR)


Expand All @@ -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)
Expand Down