Hello all,
I have been trying to get one gadget within one running version of Shindig to pass data through the OpenSocial REST calls into a database within another running copy of Shindig. The problem I am having is that when I try to use a gadgets.io.RequestParameters.METHOD of gadgets.io.MethodType.POST or gadgets.io.MethodType.PUT it seems like a GET is executed instead. I have read online (at http://sites.google.com/site/opensocialarticles/Home/shindig-rest-java) that as of August 2008 only GET had been implemented in the OpenSocial REST implementation while POST, PUT, and DELETE had not. Which of the REST calls are currently supported in the Java version of Shindig? Thank you, Gary F Stevens

