I made a simple method to load (and cache) tweets from all users of a particular Twitter list. Lists can be defined in any user’s account, and other Twitter users can then be added to them. Lists are public and are a good way to segment users by topic. Other users can then view to the list to see tweets from only users on the list. Only owners of the list can add or delete users, but anyone can see who is on a list (or what lists they are listed on).
To parse this information server-side in PHP, you can use the following method:
Read more »
