Raman,

Thanks! Very good!

Regards
Estevão Lucas

On 30 set, 03:36, Raman <[EMAIL PROTECTED]> wrote:
> By default, Orkut returns some basic info only - such as Opensocial ID,
> name, pic.. You will have to get more info manually.. For example, for
> PROFILE_URL
>
> var params = {};
> params[opensocial.DataRequest.PeopleRequestFields.PROFILE_DETAILS] =
> [opensocial.Person.Field.PROFILE_URL];
> var req = opensocial.newDataRequest();
> req.add (req.newFetchPersonRequest (opensocial.DataRequest.PersonId.VIEWER,
> params), "viewer");
> req.send(callback);
>
> Now, orkut will return PROFILE_URL too.
>
> Raman
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to