[OpenSocial] Re: Null fields

2008-06-19 Thread Zach
of ideas. On Jun 19, 10:45 am, Aakash Bapna [EMAIL PROTECTED] wrote: Hi Zach, first of all you forgot to add the params variable to your request. req.add(req.newFetchPersonRequest(opensocial.DataRequest.PersonId.OWNER,params),'owner'); you can get the ID of the person just by owner.getId()To know

[OpenSocial] Re: Global vs. Instance vs. Person App Data

2007-11-13 Thread Zach
if you try to access thatdatafor the same person from a differentapp, it won't exist. An example use would be 'High Scores for Jill' (or jane), or allowing users to save their game. On Nov 10, 6:12 pm, Zach [EMAIL PROTECTED] wrote: I'm sure I'm just not looking in the right place, but I can't

[opensocial] Global vs. Instance vs. Person App Data

2007-11-10 Thread Zach
I'm sure I'm just not looking in the right place, but I can't seem to find any description of what the differences between the Global, Instance, and Person versions of Persistent data are. Can anyone explain what each one is? --~--~-~--~~~---~--~~ You received