You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Wang, Jeff (CTSI)" <Je...@ucsf.edu> on 2009/09/10 04:18:44 UTC

Owner IDs

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