Hello! I just somehow could not find to contact Twitter developer support so I just write here. Starting from beginning of March our firehose streaming feed does not work any more. It worked before (i’m using some php library). Now script still works but I just do not get any messages from streams.
I’m filtering this firehose by user id-s. My account should have all the permissions. I feel that somehow internally in twitter.com something has changed but I just cannot understand what to change from my side.
Below is just a code what i’m using for tracking. This code was working before so it’s not anything to do with coding errors.
$sc = new MyUserConsumer(OAUTH_TOKEN, OAUTH_SECRET, Phirehose::METHOD_FILTER);
$sc->setFollow($followarray);
$sc->consume();
I hope some Twitter support sees the message.
Greetings
Toomas