I’m building an application for a stream that will follow 5000 - 10000 Twitter accounts.
The problem I am having is compiling the CSDL as it is too big for the compiler.
I am using the DataSift C# client. The error is: “The server committed a protocol violation. Section=ResponseStatusLine”
I have tried using http://api.datasift.com/compile : The response is “414 Request-URI Too Large”.
If I reduce the size of the CSDL by removing some of the accounts, both methods work.
How do I compile large amounts of CSDL?
Many thanks.