I'm developing a Twitter app with Objective C. I'm detecting Twitter Over Capacity by looking at two XML element names:
<id> - checking for nil <title> - contains the string "capacity" This seem rather clunky. Is there a better way? -- 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
