This a simple question, but I wasn't able to find an answer thus far.
I use the Phirehose library (lib/UserstreamPhirehose.php) to capture the user stream in real time (class MyUserConsumer extends UserstreamPhirehose and I process the enqueueStatus() function).
It all works very well, however by default the stream does not return all replies (as per Twitter documentation: By default @replies are only sent from mutual followings. All @replies by followings can be enabled with the replies=all parameter.)
How do I enable the "replies=all" parameter in the Phirehose library?
Thanks a lot,
Filip