Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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??

share|improve this question

1 Answer

up vote 1 down vote accepted

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!

share|improve this answer
1  
Looks like that link has moved to dev.twitter.com/doc/get/lists/statuses – Dave Aaron Smith Jun 22 '11 at 15:10

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.