Reputation: 269
Greetings,
It appears that the default Twitter List API categorizes tweets within each user. Example: http://api.twitter.com/1/lists/members.json?slug=cnnnews&owner_screen_name=cnn
I was wondering if there's an API to get the timeline for a twitter list, or if implementing this requires a series of workarounds??
Upvotes: 0
Views: 1132
Reputation: 1625
There is a REST API for getting a twitter list timeline. You can find documentation for it here: Twitter REST API Method: GET list statuses. I hope this is what you are looking for. Good luck!
Upvotes: 1