HI
I have collection of items.For each collection of items I have associated a threadid [socia feed]. once the data is rendered on client side then using this thread id I need to get likes and reply count on that item.Since it is collection of item I have to run it in loop.Each time I have to write clientcontext.executequery.
Foreach threadid a request is sent, so I wanted that in the request xml all the thread id go together so that we get the result in one time only.I tested with fiddler, when I modified its request xml to have multiple thread id then it worked.
I was interested to know is there any way I can create query for social feed manager so that It sends a single request with all thread Id appended
Thanks