desmondmorris / node-twitter

Client library for the Twitter REST and Streaming API's.
https://www.npmjs.com/package/twitter
MIT License
1.27k stars 238 forks source link

Question: TLS 1.2 support #325

Open devillecodes opened 5 years ago

devillecodes commented 5 years ago

With Twitter removing support for TLS versions prior to 1.2, I wanted to confirm that no changes would be required to node-twitter.

Here's a link to the announcement post from the developer forum: Removing support for legacy TLS versions (1.0/1.1) on Twitter

waleedshkt commented 4 years ago
`These dependencies were not found:
⠀
* fs in ./node_modules/request/lib/har.js
* net in ./node_modules/forever-agent/index.js, ./node_modules/tough-cookie/lib/cookie.js and 1 other
* tls in ./node_modules/forever-agent/index.js, ./node_modules/tunnel-agent/index.js`

Getting this dependencies error when running the app! 🙄