I am having problems passing the owner ID as a parameter to my
external server when usign httprequest. My code is as follows:

<script type="text/os-data" xmlns:os="http://ns.opensocial.org/2008/
markup" >
        <os:PeopleRequest userId="@viewer" key="vwr"/>
        <os:PeopleRequest userId="@owner" key="owr"/>
        <os:HttpRequest key="gameinfo" href="http://gamejitter.com/
orkut/json.php?ownerid=${owr.id}"/>
</script>

You can see sample JSON output by going to 
http://www.gamejitter.com/orkut/json.php

However, I need to pass the owner ID to json.php as follows: json.php?
ownerid={$owr.id}

Can any of you orkut developer experts give me a hand?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to