jakearchibald/tweetdeck-prototype

Fetch & stream tweets

Closed this issue · 4 comments

Populate the columns with REAL LIVE EXCITING DATA. And continue to do so through the life of the page.

I believe @PhUU has better ideas than what Tweetdeck-stable is doing now.

Will pick this up. We'll be making OAuth requests using TweetDack's oauth proxy.

Got actual real tweets working now. Unfortunately the returned feed is different for particular feeds, so will need to rearchitect around that.

At the moment, a Column gets data from the feeds, combines them & builds Tweet objects.

Instead, the Column should get ColumnItems from the feeds & combine them. Tweet would be a subclass of ColumnItem, we'd need separate subclasses for DMs & actions.

This is working.