[opensocial] Discussion on opensocial-issues-list

2007-11-06 Thread Mokele
I wrote a topic on this, but I guess it should live here also: "OWNER and VIEWER are always returned as undefined unless I use firefox. Anyone have any clues as to why or is this purely an Orkut problem? " --~--~-~--~~~---~--~~ You received this message because

[opensocial] Retrieving OWNER and VIEWER in browsers other than Firefox on Orkut

2007-11-06 Thread Mokele
OWNER and VIEWER are always returned as undefined unless I use firefox. Anyone have any clues as to why or is this purely an Orkut problem? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "OpenSocial Developers" gr

[opensocial] Re: Orkut: newUpdatePersonAppDataRequest persistent store not working

2007-11-05 Thread Mokele
developer, I find this issue quite frustrating as it is difficult > > > to debug code when one's not even sure the interpreter is stable. Does > > > the Google team has any good news for us on this? Thanks, > > > > On Nov 3, 5:14 pm, Mokele <[EMAIL PROTECTED]

[opensocial] Re: Orkut: newUpdatePersonAppDataRequest persistent store not working

2007-11-04 Thread Mokele
Has noone else had this problem? Has anyone else had any problem with orkut and the code example here? > > var req = opensocial.newDataRequest(); > req.add(req.newUpdatePersonAppDataRequest("OWNER", "mykey", myvalue)); > req.send(mycallback); > > I can see in the test applications that the persis

[opensocial] Orkut: newUpdatePersonAppDataRequest persistent store not working

2007-11-03 Thread Mokele
Is this a known issue? var req = opensocial.newDataRequest(); req.add(req.newUpdatePersonAppDataRequest("OWNER", "mykey", myvalue)); req.send(mycallback); I can see in the test applications that the persistent data store should be working, but using an equivalent of the example above I'm not get