[orkut-developer] opensocial JS API: getting gender and websites of friends

2009-07-14 Thread madthanu
I am writing an app, and am trying to get the website and gender of all friends of the viewer. Following is the code snippet I used: params[opensocial.DataRequest.PeopleRequestFields.PROFILE_DETAILS]= [opensocial.Person.Field.GENDER, opensocial.Person.Field.URLS]; req.add(req.newFetchPeopleRequ

[orkut-developer] opensocial JS API: getting gender and websites of friends

2009-07-08 Thread thanumalayan mad
Hi I am writing an app, and am trying to get the website and gender of all friends of the viewer. Following is the code snippet I used: params[opensocial.DataRequest.PeopleRequestFields.PROFILE_DETAILS] = [opensocial.Person.Field.GENDER, opensocial.Person.Field.URLS]; req.add(req.newFetchPeo