Hi All, we are playing with Roassal for the visualization of Twitter data. So far we used Zn-SSO to connect to twitter and call REST API to get some tweets for playing.
Now, we would like to use the streaming API. I could not figure out how to do this with Zn-*. According to Twitter Streaming API docs: Some HTTP client libraries only return the response body after the connection has been closed by the server. These clients will not work for accessing the Streaming API. You must use an HTTP client that will return response data incrementally I would like to know if Zn allows to get data incrementally. Furthermore it would be great to know if there is some example where I can start from. Once we have our toy working we plan to release it to the community. thanks. art