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.newFetchPeopleRequest('VIEWER_FRIENDS', params),
'viewerFriends');
I am able to get only the profile-url for the friends (not their
website urls) , and I get the gender as 'unavailable'. Are both these
fields classified information? I am able to get both the fields for
the current viewer. Please help.
Cheers,
Thanu
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---