Open OKNoah opened 7 years ago
Stackoverflow question also getting no replies: https://stackoverflow.com/questions/47384200/how-to-stream-tweets-of-one-user-using-follow
I am also having this issue except I am getting a 401 error. Seems to be a common issue. Any update?
If you are having a 401 error, you might me using "application only authentication". https://developer.twitter.com/en/docs/basics/authentication/overview/application-only.html
"And it will not be able to:
Post Tweets or other resources; Connect to Streaming endpoints; Search for users; Use any geo endpoint; Access Direct Messages or account credentials;"
I'm using the code below.
When I attempt to tweet from account
1234
, theconsole.log('tweet', tweet)
does not fire. I've tried tweeting, replying, etc, and waiting some time.Am I misunderstanding how this works or is something wrong?