Hi vlad.
The Orkut sandbox was recently updated to use version 0.7 of the
OpenSocial specification, pieces of which are not backwards compatible
with previous versions. So if your previously-built applications
require versions 0.5 or 0.6 of the specification, 404 errors may be
returned instead of your gadget.
This simple application should load as expected in Orkut's container.
Paste this snippet into a new file, host it using Gmodules or your own
server, and add it to your Orkut profile.
<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs title="Test_v7">
<Require feature="opensocial-0.7" />
</ModulePrefs>
<Content type="html">
<![CDATA[
<h1>Hello World</h1>
]]>
</Content>
</Module>
If you overwrote an older gadget spec with the code above, you
probably need to set the bpc URL parameter to '1' in order to bypass
the cache completely and load the updated code. Please let me know if
you continue to see 404s after this.
- Jason
On Feb 5, 2:03 pm, "Vlad Katz" <[EMAIL PROTECTED]> wrote:
> hi, i built a orkut gadget a couple months back. i jusat came back to
> try and update it for the latest version of opensocial, but all of a
> sudden i get 404 errors when i try to load *any* gadget in
> sanbox.orkut.com. i've even tried using the example code from the
> docs. doe4s anyone know why this could be?
>
> vlad
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"OpenSocial API Definition" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/opensocial-api?hl=en
-~----------~----~----~----~------~----~------~--~---