views:

8

answers:

0

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"&gt;
    <os:OwnerRequest key="owner" fields="currentLocation" />
  </script>          
  <script type="text/os-template" xmlns:os="http://ns.opensocial.org/2008/markup"&gt;               
    <os:Get href="http://www.MyApp.in/HomeV.jsf"/&gt;
  </script>

Is what I m doing is right?