Last active
February 24, 2020 22:25
-
-
Save MarkEdmondson1234/f058242a465a0004a17e to your computer and use it in GitHub Desktop.
Authenticate a Twitter app in R
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Refer to https://rtweet.info/ |
have u got any solutions to ur above problem
After executing the last statement TwitterOAuth(), it is still giving similar error -
Error in function (type, msg, asError = TRUE) :
Unknown SSL protocol error in connection to api.twitter.com:443
I searched many forums and tried all those solutions but still it is not working.
I tried the following solutions to eliminate this issue :
- Checked the firewall status and have allowed R Studio and R session to access the network.
- Used library(installr), library(ROAuth), library(stringr).
- Reinstalled packages - twitteR, streamR
Need help to resolve this issue.
Thanks in advance :)
This code is 6 years old, it does not work anymore. Use https://rtweet.info/
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I executed the R script, the R console directed me to the twitter page to authorize my app, but instead of getting a PIN I got automatically redirected by Twitter to the web page I provided in the Twitter app. I tried it several times, I get no errors but also no PIN for R Studio.