most feeds and rest APIs have items named "media:content"

opensocial template simply ignores those.

<os:Repeat expression="${youtube.content.value.items}" if="$
{Context.Index lt 12}">
title: ${Cur.title} <!-- will show up okay-->
img: ${Cur.media:content} <!-- will be blatantly ignored -->
</os:Repeat>


sample feed: http://gdata.youtube.com/feeds/api/videos?v=2&q=opensocial+hell

--

You received this message because you are subscribed to the Google Groups 
"OpenSocial Application Development" group.
To post to this group, send email to opensocial-...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en.


Reply via email to