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

Allow users to see links from their Twitter lists #77

Open
davidbauer opened this issue Jan 30, 2013 · 0 comments
Open

Allow users to see links from their Twitter lists #77

davidbauer opened this issue Jan 30, 2013 · 0 comments

Comments

@davidbauer
Copy link
Owner

Get lists of autheticating user: https://dev.twitter.com/docs/api/1.1/get/lists/list
Get tweets from a list: https://dev.twitter.com/docs/api/1.1/get/lists/statuses

Implementation: After user has connected his Twitter account, let user change default (tweets from timeline) to tweets from one of his lists.

davidbauer pushed a commit that referenced this issue Feb 1, 2013
if I understand this correctly, the server script needs to return the
slug property of all the lists the authenticating user has. we can then
proceed to call the list/statuses-API to fetch all tweets from the
list. from there, we run our existing script.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant