You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by Nicola Ghirardi <gh...@gmail.com> on 2010/03/02 23:23:24 UTC

Secure token error testing shindig samplecontainer with socialsite

I tried to adapt samplecontainer example that come with Shindig in
order to test SocialSite
You can find the code at
http://code.google.com/p/socialsite-mavenized/source/browse/#svn/examples/SampleSocialsiteContainer
I have this error now:
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>Error 401 No suitable security token found in request</title>
</head>
<body><h2>HTTP ERROR 401</h2>
<p>Problem accessing /socialsite/social/rest/samplecontainer/setstate. Reason:
<pre>    No suitable security token found in request</pre></p><hr /><i>
<small>Powered by Jetty://</small></i><br/>

Is it because of some special configuration in Shindig we don't have
in SocialSite?