Now I have a public list that includes private accounts. I'm retrieving the result by calling statuses.json. The list is followed by a few people. I have a gadget on my site which retrieves the latest statuses. The private tweets are left out, which is fine by me, but they're taking the place of the public tweets. Which means if for example the 20 latest tweets on the first page of the results contain 19 private tweets you get only one tweet back. I do not want to remove the private accounts from the list because the people following the list can see this private tweets on twitter.com. How can I exclude the private tweets from the query so that my results of the latest 20 tweets contain 20 public statuses?
-- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list Change your membership to this group: https://groups.google.com/forum/#!forum/twitter-development-talk
