AvianFlu / ntwitter

Asynchronous Twitter REST/stream/search client API for node.js
https://github.com/AvianFlu/ntwitter
Other
785 stars 163 forks source link

Does streaming work with 1.1 API? #119

Open dk8996 opened 11 years ago

dk8996 commented 11 years ago

I been trying to get the streaming to work using ntwitter but it doesn't seem to be working. I get 401 error but .verifyCredentials seems to work.

dk8996 commented 11 years ago

So I found the problem. The time on my server was off by more than 5 min. This command fixed it: sudo ntpdate pool.ntp.org

newshorts commented 10 years ago

Thanks so much, I had the same issue and it took me about 8 hours to finally find your answer!!!