TwitteR setup_twitter_oauth() failing

前端 未结 11 544
忘掉有多难
忘掉有多难 2020-12-20 11:45

I was following the vignette for the package, updated and loaded all necessary packages, seemed like it would be a pretty straight-forward process to authenticate. Instead,

11条回答
  •  借酒劲吻你
    2020-12-20 12:25

    The problem for me was that my curl was out-of-date, so it wasn't able to verify the SSL certificate it was receiving. All I had to do is update curl (simply conda update curl if you're using anaconda) and oauth worked perfectly after that.

提交回复
热议问题