Hi, I noticed "lists/statuses" API end point does not work with count option but work with per_page option.
The API document( http://dev.twitter.com/doc/get/lists/statuses ) mentions on count option to specifies the number of tweet to get. But http://api.twitter.com/1/lists/statuses.xml?list_id=7286322&count=1 alway retrun 20 tweets. And with old style option http://api.twitter.com/1/lists/statuses.xml?list_id=7286322&per_page=1 return just one tweet. Thank you. -- noki(Norio Suzuki) Thank you. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group: http://groups.google.com/group/twitter-development-talk
