I've been trying to fetch the statuses from a list (public list), but I could not find any specific method in the twitter api documentation from this. The way to fetch tweets from a list, is described as going through the user (the creator of the list) and fetching the statuses then, something like http://api.twitter.com/version/:user/lists/:id/statuses.format
Is there no direct way to get the statuses from a public list...something like maybe http://api.twitter.com/version/:list_id/statuses.format or http://api.twitter.com/version/lists/:id/statuses.format
This might be a trivial question, but would certainly help eliminating the user dependency