// and stall warnings are on.
List<Long> followings = new ArrayList<Long>();
followings.add(111111111L);
followings.add(222222222L);
SitestreamEndpoint endpoint = new SitestreamEndpoint(followings);
Authentication auth = new OAuth1(consumerKey, consumerSecret, token, tokenSecret);
// Create a new BasicClient. By default gzip is enabled.
BasicClient client = new ClientBuilder()
.hosts(Constants.SITESTREAM_HOST)