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
Things to check:
1) Is your twitter application set up correctly at dev.twitter.com, and are your API keys set correctly?
2) Check your arg_separator.output setting, it should be set to '&', not '&'.
3) Examine the output of each step of the OAuth signing process, and see if it matches the process outlined in the Twitter OAuth documentation. Look for character encoding differences, especially.
4) Contact Twitter and see if your IP was blacklisted.
Some actual code would be nice and would actually help!