[twitter-dev] How to display lists from multiple users in an app

2010-11-03 Thread Adam Nason
Twitter limits each user account to 20 lists. I have three accounts with different purposes but need the 60 lists across these three accounts to be displayed on one page on my website. Each list link needs to be clickable to the status updates from that list (in that same page likely using ajax). T

Re: [twitter-dev] How to display lists from multiple users in an app

2010-11-03 Thread Edward Hotchkiss
Iterate through and scoop and paginated results of the lists on a cron job. No real time possibilities. Best, -- Edward H. Hotchkiss http://www.edwardhotchkiss.com/ http://www.twitter.com/edwardhotchkiss/ -- On Nov 3, 2010, at 1:46 PM, Adam Nason wrote: Twitter l