Hi,
I wanted to know which platform of SDK should i use if i want to run a search query, get the results, process it with some logic and then again call search query on that processed result to get the final results.
I ll prefer C# SDK, but if this thing is not possible with C# which SDK should i use? I checked your Twitter example which is in python SDK as far as i have understood your python example it is doing something of similar type which i am trying to achieve. Can you please send me a link or so for same example of twitter in C# which gets data from twitter and updates a Custom Dashboard?
I even tried debugging your twitter example which is in python but it gives 401 Error, which i not able to find out why? So if you do not have example in C#, can u help me with this error in python?