tree: 61bf373f7ed3e92807d3f3e4fcff3ef484ebf2b2 [path history] [tgz]
  1. TweetStream/
  2. TweetStream.xcodeproj/
  3. .gitignore
  4. Readme.md
third_party/objc/json-framework/Examples/TweetStream/Readme.md

Tweet Stream

This is an example of how to use json-framework to interact with Twitter's streaming API. It uses the streaming capabilities of the parser to display an “endless” stream of tweets, despite performing only a single HTTP request.

Additionally, this shows how you can use external linking to link to a checkout of json-framework in the same workspace, rather than copying the sources into your project.