Actually the PHP version of shindig doesn't do REST yet and it looks
like either the sample container is hard wired to do rest based
communication, or you changed the container.js useRestful to true?
I expect we'll have RESTful support done in the PHP version in the
next week or 2 or 3, but for now you'll have to stick to the old json
based wire format I'm afraid.
-- Chris
On Jun 5, 2008, at 8:37 PM, xin zhang wrote:
Hi,
When I run the open social sample container hhttp://localhost/shindig/php/gadgets/files/samplecontainer/samplecontainer.html
, I got "The request to the server caused an error" caused by
POST http://localhost/shindig/php/social/rest/samplecontainer/
setstate 404
It is ok if start java shindig server with mvn -Prun.
Can anyone help me this?
Thanks