[orkut-developer] Re: Fetch Persistence Data

2008-07-22 Thread sharath
Hi Jason, Can you let me know the function to retrieve the app data stored using above function. Thanks Sharath On Jul 21, 6:51 am, sharath <[EMAIL PROTECTED]> wrote: > This is giving few errors, after storing the app data , i am passing > in to function init1, can you let me know what is the

[orkut-developer] Re: Fetch Persistence Data

2008-07-22 Thread Aakash Bapna
7;data1']; }) Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Tue, 22 Jul 2008 08:52:43 -0700> Subject: [orkut-developer] Re: Fetch > Persistence Data> From: [EMAIL PROTECTED]> To: > opensocial-orkut@googlegroups.com> > > Hi,> > Tha

[orkut-developer] Re: Fetch Persistence Data

2008-07-22 Thread sharath
Hi, Thats throwing errors. Thanks Sharath On Jul 22, 7:13 pm, "Guilherme Frisoni" <[EMAIL PROTECTED]> wrote: > Sharath, > > Your question has already been answered by Aakash. > > *Hi Sharath, > > you can retrieve it like this- > > var req = opensocial.newDataRequest(); > req.add(req.* *newFetch

[orkut-developer] Re: Fetch Persistence Data

2008-07-22 Thread Guilherme Frisoni
Sharath, Your question has already been answered by Aakash. *Hi Sharath, you can retrieve it like this- var req = opensocial.newDataRequest(); req.add(req.* *newFetchPersonAppDataRequest('**VIEWER', 'data1'), 'inst'); req.send(function(resp){ var data= dataResponse.get('inst').**getData(); var

[orkut-developer] Re: Fetch Persistence Data

2008-07-21 Thread sharath
This is giving few errors, after storing the app data , i am passing in to function init1, can you let me know what is the function init1 to retrieve the data stored with above function.? Thanks Sharath On Jul 21, 3:12 am, Aakash Bapna <[EMAIL PROTECTED]> wrote: > Hi Sharath, > > you can retriev

[orkut-developer] Re: Fetch Persistence Data

2008-07-20 Thread Aakash Bapna
Hi Sharath, you can retrieve it like this- var req = opensocial.newDataRequest();req.add(req.newFetchPersonAppDataRequest('VIEWER', 'data1'), 'inst');req.send(function(resp){ var data= dataResponse.get('inst').getData();var myVar =data[viewer.getId()]['data1'];}) Thanks ~@@[EMAIL PROTECTED] ht