Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetch & stream tweets #7

Closed
jakearchibald opened this issue Jul 24, 2014 · 4 comments
Closed

Fetch & stream tweets #7

jakearchibald opened this issue Jul 24, 2014 · 4 comments
Assignees

Comments

@jakearchibald
Copy link
Owner

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.

@tgvashworth
Copy link
Collaborator

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

@tgvashworth tgvashworth self-assigned this Jul 24, 2014
@jakearchibald
Copy link
Owner Author

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.

@jakearchibald
Copy link
Owner Author

@tgvashworth
Copy link
Collaborator

This is working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants