Open NHQ opened 13 years ago
Hi. I submitted the patch for connecting over https and it is working for me. The only difference is that I am using the default host and port.
The patch indeed fixed the issue but the npm package isn't patched yet, as of October 9th.
Still not updated :(
Hi, i have the same problem.
You need to clone the repo instead of using npm. The npm package does not contain the https fix.
Thanks @dustin10
FYI
If you need to use npm to deploy via package.json you can get the source from the last commit using something like this:
{ "name": "Your-app" , "version": "0.0.1" , "dependencies": { "twitter-node": "https://github.com/technoweenie/twitter-node/tarball/ec4eb261891d78a88faabea54ea1016fd884b804" } }
Cheers..
@Tmeister Great!
Hiya,
I tried throwing this in a quick app, but am getting connection refused and I can't figure out why. I read thru the module. I guess twitter is refusing the connection?
I've tried variously tracking and following. I also tried using the NPM version and a repo-cloned version, which I noticed had some big differences, one of them being http vs https. Niether worked, both returned the same error above. I also tried running the module on its own, not wrapped in an express app, as below. The app, mostly from your example: