Trying to merge several streams into one. But I’m getting an empty JSON.
I’m reading http://dev.datasift.com/docs/advanced/stream and I’ve literally copied the code in example #2 (below) and just changed it into the hashes of my streams. But when the subscription hits my server it contains an empty JSON, instead of the tweets it should contain.
When I subscribe to any of the streams that the main stream is aggregating from though, then I get a correct JSON.
Please help me out here. Very important to us that we get this done asap.
tag “red” {stream “f0596f03644177b8bf5b59708a08bfe8”}
tag “white” {stream “6740288c3c3d02984d1dc624d77e198f”}
tag “blue” {stream “922aad7bec1836c83ede051b153d3d09”}
return {
stream “f0596f03644177b8bf5b59708a08bfe8” or
stream “6740288c3c3d02984d1dc624d77e198f” or
stream “922aad7bec1836c83ede051b153d3d09”
}