I didn't see any answers to this question on the shindig-dev list.
Looks like they don't answer any questions that are not the actual
shindig development. I'm implementing a shindig container, and I'm
trying to debug a wierd problem in my example gadget:
My request includes:
req.add(req.newFetchPersonRequest('OWNER'), 'owner');
The response handler:
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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Implementing OpenSocial Containers" 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-container?hl=en
-~----------~----~----~----~------~----~------~--~---