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/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 :
Need help to resolve this issue.
Thanks in advance :)