I am trying to use the https://stream.twitter.com/1/statuses/filter.json but I got error message unauthorized , how to get firehose access to pass the username/password window
I am trying to use the https://stream.twitter.com/1/statuses/filter.json but I got error message unauthorized , how to get firehose access to pass the username/password window
Replies
Firehose access is not generally available.
Hi I am working in a data mining project where i have to collect all the public tweets. I tried so many ways but no use. is that possible with firehose then how?
It's not possible to collect all the public tweets from the APIs we provide publicly. The ~1% sample offered by the Streaming API's statuses/sample method is still very "thick" with public real time Tweets.
I am accesing the api
https://stream.twitter.com/1.1/statuses/filter.json
in browser but it saya
the server stream.twitter.com:443 require username and password.The server says Firehouse.
I am experiencing same problem. How can I access the public tweets? I have generated the OAuth signature. When I access this link https://stream.twitter.com/1.1/statuses/filter.json it asks for username and password. I tried to login using my twitter account credentials but nothing is working. What should I do?
The Streaming API isn't meant to be used from a browser. Make sure you're using a server-side programming environment to consume. Take a look at Twitter Libraries for libraries in your prefered programming language.
Is there a way, maybe paying, to get more than 1% of public tweets?