Overview Our Streaming API allows access to a constant stream of activities or comments, with the ability to filter the output through Query String parameters. Connecting To use the Streaming API you must form an HTTP request, with basic auth credentials, to port 80 of stream-api.cliqset.com. The connection will remain open indefinitely, barring error. The response is delivered in "Transfer-Encoding: chunked" and as such, in order to consume the streaming API you must use an HTTP client library that will incrementally return response data. Clients that only return the HTTP response after the connection has been closed by the server will not return any data from the stream because the connection does not close. One suitable client for consuming the Streaming API is the Apache HttpClient. Activity Resources (Requires Authentication)Activity (https://stream-api.cliqset.com/200909/activity)ToFrom /{userIdentifier}/tofrom To /{userIdentifier}/to From /{userIdentifier}/from Comment Resources (Requires Authentication)Comment (https://stream-api.cliqset.com/200909/comment/{activityIdentifier})Sub-Resources Activity Comment |