Currently the sandbox supports both templates and non-templates.
But in a couple of weeks we'll be enabling only profile views that use
templates and the whitelisted apps on production.
So, you need to convert your profile view to use something like:
<script type="text/os-data" xmlns:os="http://ns.opensocial.org/2008/
markup">
<os:ViewerRequest key="viewer"/>
</script>
<script type="text/os-template" require="viewer ">
<b>Welcome ${viewer.name.givenName} </b><br/>
</script>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Orkut Developer Forum" 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-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---