> Hey,
>
> Are there any plans on extending Phirehouse to work with userstreams
> and oauth (currently in production on twitter) and sitestreams (which
> will use oauth as well; currently in beta)?
>
> --
> Kaspars
> http://laacz.lv/
>
Kaspar, I am currently using a modified and extended version of Phirehose for consuming a user stream. It required a small modification to the base Phirehose script (v0.2.4) to fix a bug reading the user stream. The attached UserstreamPhirehose.php script should do the trick for you.
Fenn, would you mind adding the Phirehose.diff changes to the next version? Also, perhaps you would consider including UserstreamPhirehose.php in your base package.
Thanks!
Jonathon Hill
http://rainmakerapp.com
Jonathon
On Wed, 20 Oct 2010 19:44:29 -0400, Fenn Bailey <fenn....@gmail.com> wrote:
> Hey Jonathon - Nicely done with the UserStreams extension!
>
> Though you've made me realise how hard I've made it to extend the class in
> ways other than what I'd intended :)
>
> I'm starting to wish I'd hosted the project on GitHub so people could
> fork/modify it more easily.
>
> Based on inspiration from your implementation, I may end up either unifying
> it into a single class or potentially a base class with subclasses for the
> different types of stream if they differ enough.
>
> I'll put your extension on the Google Code page for others to use.
>
> Cheers (and thanks for your work!),
>
> Fenn.
>
> On Thu, Oct 21, 2010 at 1:05 AM, Jonathon Hill <jona...@compwright.com>wrote:
>
>> On Wed, 20 Oct 2010 06:05:33 -0400, Kaspars Foigts <la...@laacz.lv> wrote:
>>
>> Hey,
<snip>
No one as of yet has made a Phirehose extension for the Site Streams API afaik.
Jonathon Hill
They are similar, but they are not the same. It probably not take very much effort to support site streams.
Jonathon Hill