Tried a sample here, working ok. Just one difference:

I didnt use require="owner" . If you wanna check my example, just open:

http://www.opensocial-br.org/exemplo/opensocialbr.xml

Let me know how it goes.

Regards

Robson Dantas

2010/6/13 Mayank M <mayank1...@gmail.com>

> Here is the code:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <Module>
>
> <ModulePrefs title="test">
> <Require feature="views" />
> <Require feature="opensocial-0.8"/>
> <Require feature="dynamic-height"/>
> <Require feature="opensocial-data" />
> <Require feature="opensocial-templates">
> <Param name="process-on-server">true</Param>
> </Require>
>
> <Optional feature="content-rewrite">
>    <Param name="include-url"></Param>
>    <Param name="exclude-urls">.*</Param>
>    <Param name="include-tags"></Param>
> </Optional>
> </ModulePrefs>
>
> <Content type="html">
> <![CDATA[
> <script xmlns:os="http://ns.opensocial.org/2008/markup";
> xmlns:osx="http://ns.opensocial.org/2009/extensions"; type="text/os-
> data">
>        <os:OwnerRequest key="owner" fields="name,id,profileUrl"/></script>
>
> <script xmlns:os="http://ns.opensocial.org/2008/markup";
> xmlns:osx="http://ns.opensocial.org/2009/extensions"; type="text/os-
> template" require="owner">
>
> Your name is: ${owner.name.givenName} ${owner.name.familyName}
>
> </script>
> ]]>
> </Content>
> </Module>
>
>
>
>
> On Jun 12, 3:42 pm, Robson Dantas <biu.dan...@gmail.com> wrote:
> > Which environment are you testing ?
> >
> > 2010/6/12 Mayank M <mayank1...@gmail.com>
> >
> > > ${owner.name.givenName}  and ${owner.name.familyName}  are returning
> > > null on profiles in old orkut version suddenly.
> >
> > > Please advise. Thanks in advance.
> >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "orkut Developer Forum" group.
> > > To post to this group, send email to opensocial-orkut@googlegroups.com
> .
> > > To unsubscribe from this group, send email to
> > > opensocial-orkut+unsubscr...@googlegroups.com<opensocial-orkut%2bunsubscr...@googlegroups.com>
> <opensocial-orkut%2bunsubscr...@googlegroups.com<opensocial-orkut%252bunsubscr...@googlegroups.com>
> >
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/opensocial-orkut?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "orkut Developer Forum" group.
> To post to this group, send email to opensocial-or...@googlegroups.com.
> To unsubscribe from this group, send email to
> opensocial-orkut+unsubscr...@googlegroups.com<opensocial-orkut%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/opensocial-orkut?hl=en.
>
>

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

Reply via email to