Closed GoogleCodeExporter closed 9 years ago
You will have to use field selectors. e.g.
Person profile =
client.getProfileForCurrentUser(EnumSet.of(ProfileField.FIRST_NAME,
ProfileField.LAST_NAME, ProfileField.PICTURE_URL));
Original comment by nabeelmukhtar
on 20 Sep 2011 at 12:02
Original issue reported on code.google.com by
cstewart...@gmail.com
on 16 Sep 2011 at 5:38