Considering this code:
<os:PersonAppDataRequest key="owner_data" method="appdata.get"
userId="@owner" appId="@app" fields="user_data,videos" />

that returns this JSON:
{"02102045899348631537":{"videos":"[{\"id\":\"--gFgYElfTg\",\"thumb\":\"
http://img.youtube.com/vi/--gFgYElfTg/2.jpg\",\"link\":\";
http://www.youtube.com/watch?v=--gFgYElfTg\",\"title\":\"1º Gol de Ronaldo
Fenômeno no Timão - Corinthians vs Palmeiras
08/03/2009\",\"duration\":\"150\",\"author\":\"MathiasCasavant\",\"views\":\"\",\"comments\":\"0\",\"date_added\":1236801167561,\"user_description\":\"\"}]"}}

where the first parameter is the owner.id, how can I get the title
information?

I've tried several ways but always unsuccesfully:
<div repeat="${owner_data}">
    ${Cur.videos[0].title}
    ${owner_data.videos.title}
    ${Cur.title}
    ${owner_data.02102045899348631537.videos[0].title}
    ${owner_data.02102045899348631537.videos[Context.Index].title}
    ${owner_data.02102045899348631537.videos}
</div>

--~--~---------~--~----~------------~-------~--~----~
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