[orkut-developer] Re: how to get the cities of my friends

2008-06-10 Thread beginner
Thanks a lot Rohit. I think it is solved now. Is there anything google doing for more detailed documentation of the API with examples for starter developers like me. Thanx a lot. Regards, Aurobindo On Jun 10, 2:35 am, "Rohit Ghatol" <[EMAIL PROTECTED]> wrote: > Hi, > You need to pass param to th

[orkut-developer] Re: how to get the cities of my friends

2008-06-10 Thread Rohit Ghatol
Hi, You need to pass param to the newFetchPeopleRequest stating you need detailed profile. var params = {}; params[opensocial.DataRequest.PeopleRequestFields.PROFILE_DETAILS] = [ opensocial.Person.Field.ADDRESSES ]; req.add(req.newFetchPeopleRequest(opensocial.DataRequest.Group.VIEWER_FRI