[Google Wave APIs] Re: State change

2009-12-09 Thread Dan
Understood. Thanks! -- You received this message because you are subscribed to the Google Groups Google Wave API group. To post to this group, send email to google-wave-...@googlegroups.com. To unsubscribe from this group, send email to google-wave-api+unsubscr...@googlegroups.com. For more

Re: [Google Wave APIs] Re: State change

2009-12-08 Thread Avital Oliver
You're right - you can't do any regular AJAX calls. All AJAX calls must respect the same-domain restriction. Instead, use a JSONP-like mechanism (a hack involving embedding a script tag by the DOM to load a server-side generated script with the information needed) -- http://wave.theWE.net

Re: [Google Wave APIs] Re: State change

2009-12-06 Thread Avital Oliver
Gadgets are executed in iframes with variable domains (something like *-opensocial.google.com where * can be any number). Cookies are stored on a per-domain basis, so you may or may not be able to read the cookie you stored once you open the wave containing the gadget a second time. --

Re: [Google Wave APIs] Re: State change

2009-12-06 Thread David Nesting
On Sun, Dec 6, 2009 at 12:23 AM, Avital Oliver avi...@thewe.net wrote: Gadgets are executed in iframes with variable domains (something like *-opensocial.google.com where * can be any number). Cookies are stored on a per-domain basis, so you may or may not be able to read the cookie you