Hi Omar,
Do you by any chance have an option for client-side pooling, or maybe websockets?
I am currently using JSONP to talk to RTM from the client-side, and my app therefore does not require a backend. I would like to be able to update UI whenever tasks in RTM get updated.
With HTTP POST for notifications, I would have to move all the RTM communication code to the server.
I can see the RTM itself app uses long polling. Is there an option for thirdparties to use the same mechanism?
Thanks,
Sergey