Well it either needs some oauth authentication (which we don't have the code for yet) or a security token, else things like @viewer, @self, @app etc are kind of hard to resolve, since that info comes from the security token :)

try:
http://<shindig>/gadgets/ifr?url=http://opensocial-resources.googlecode.com/svn/tests/trunk/compliancetests.xml&st=john.doe:john.doe:appid:cont:url:0

Make sure debug & allow_plain_text_token are both set to true for this to work, else it'll demand a real & encrypted token :)

Oh and keep in mind the samplecontainer isn't fully supported yet, it requires some samplecontainer specific hacks (like that set state) that the php version doesn't have (patches are welcome though)

        -- Chris

On Jun 16, 2008, at 9:24 AM, Ram Sharma wrote:

Hey Chris,

After talking the latest code samplecontainer... it is giving

*500 Internal Server Error - Missing security token

*can you please help me to resolve this issue. As I can see there is
no security token associated in the request but it works fine with
Java Version.
It is comig when the setstate request is made. In previous versions it
was giving response {false, Bad request}.


-- Ram

Reply via email to