Hi Kiran. There´s a field in the PROFILE_DETAILS that corrensponds to the user GENDER.
I don´t know hot to filter it while querying , but if it´s not possible, you can do it in the callback function, while iterating the people array... Just add the folloging parameter (opensocial.Person.Field.GENDER) like this : > params[opensocial.DataRequest.PeopleRequestFields.PROFILE_DETAILS] = > > [opensocial.Person.Field.PROFILE_URL, > > opensocial.Person.Field.GENDER > > ]; If anybody know how to filter it while querying , I´ll be happy to know. Best regards, Fábio -- 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.

