Just a noob question but really a blocker.
I'm trying to use Twitter's streaming API. I came across PhireHose.
I was able to setup and uploaded to a web facing webserver, however my question is where do I get this "USERNAME" and "PASSWORD" credential? I tried my Twitter credentials but it still says
Phirehose: HTTP failure x of 20 connecting to stream: HTTP ERROR 401: Unauthorized
The username and password that you are supposed to use with Phirehose are not ou account's credentials, but the tokens generated by Twitter APIs. Go to http://developer.twitter.com and generate a new app. In the tab "Keys and access tokens" you'll then be able to find the first two keys that you need to use:
They correspond to the Phirehose
You then have to have a look at the "Your access token" section, where you'll find
That are the 2 strings that you'll need to use in:
Hope this helps, S.