Part of my request
req.add(req.newFetchPersonRequest('OWNER'), 'owner');
var ownerId = owner.getField(opensocial.Person.Field.ID);
var ownerId2 = owner.getId();
When I evaluate these expressions, ownerId has the correct values, while
ownerId2 has "undefined". Is this because I don't have a "REAL"
container, just the test container, or did I do something incorrectly
when implementing the fetch person request?
Thanks for any help.
Jeff

