Opensocial`s os:Get is not working for me and not getting what actually going wrong!
<script type="text/os-data" xmlns:os="http://ns.opensocial.org/2008/markup">
<os:OwnerRequest key="owner" fields="currentLocation" />
</script>
<script type="text/os-template" xmlns:os="http://ns.opensocial.org/2008/markup">
<os:Get href="http://www.MyApp.in/HomeV.jsf"/>
</script>
Is what I m doing is right?