[OpenSocial] Re: Passing arrays in req.newUpdatePersonAppDataRequest

2008-07-03 Thread Arne Roomann-Kurrik (Google)
Nitin, Everything you currently store in AppData needs to be in a string. However, you can convert an array to a string by calling gadgets.json.stringify(passArray); When you retrieve data stored like this, convert it back to an array by calling: gadgets.json.parse(gadgets.util.unescapeStr

[OpenSocial] Re: Flash Content

2008-07-03 Thread justin kruger
you can use all flash if you want, but you will have to use external interface to bridge between the JS libraries and the flash environment. On Thu, Jul 3, 2008 at 10:21 AM, sundeep machado <[EMAIL PROTECTED]> wrote: > How much flash content could I used in my applications? > > > > > -- -- J

[OpenSocial] Friend Connect Access

2008-07-03 Thread mpatten
Not sure if this is the right place to post, but was wondering when access to Friend Connect will be opened up. We applied a couple weeks ago and have not heard back yet. I saw the orkut announcement of opening up apps, but wasn't sure if Friend Connect applied to that. Anyone know when we might

[OpenSocial] Flash Content

2008-07-03 Thread sundeep machado
How much flash content could I used in my applications? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "OpenSocial Application Development" group. To post to this group, send email to opensocial-api@googlegroups.com

[OpenSocial] Where to Start?

2008-07-03 Thread reddavis
Hey I'm having a couple of problems getting my head around Open Social. Here is what I want to do... At the moment I'm just playing around with OS as we may use it in a future app, so I decided to create a Twitter type app but with just one word (a nano blog if you will). It has Posts (activity

[OpenSocial] Re: Google Gadget Editor and Libraries

2008-07-03 Thread manofspirit
Thanks Bro :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "OpenSocial Application Development" group. To post to this group, send email to opensocial-api@googlegroups.com To unsubscribe from this group, send email

[OpenSocial] Re: Google Gadget Editor and Libraries

2008-07-03 Thread Rohit Ghatol (Google)
Hi, No, there is no official downloadable editor. However, to test the gadget on Sandbox you would want your gadget xml file hosted, gadget editor is a good way of doing that. Also, any text editor can double as your offline gadget editor. Please make a note, the older gadget editor (for older ga

[OpenSocial] Re: Difference between _IG_FetchContent and gadgets.io.makeRequest

2008-07-03 Thread Chris Chabot
The Open Social API was based on the iGoogle gadget specification, hence that it also had its _IG_.. (_I Google_) API in the opensocial 0.5 days. That it still works is purely for compatibility reasons (internally _IG_FetchContent is just a wrapper function for makeRequest), and you won't

[OpenSocial] Google Gadget Editor and Libraries

2008-07-03 Thread manofspirit
Okey Guys, In here with my 2nd Post I just went through the Getting Started Guide and Got some Questions. Q:1 I saw there web based "Google Gadget Editor" Is there any downloadable Editor? as i dont use net frequently. Q:2 In code, the author import libraries like "gadgets.util.etc" Where can i