[orkut-developer] Re: Updating live apps

2008-05-22 Thread API Rohit Ghatol
Hi Rajiv, Yes, all you need to do is update the app xml which you are hosting. Orkut would pick it up and you should be able to see you updates. However, It would take a while (may be an hour to couple of hours) for your updates to appear in production, since the cache needs to be updated. On the

[orkut-developer] Re: XMLHttpRequest in orkut gadget

2008-05-22 Thread API Rohit Ghatol
Hi, Yes, it is not possible to use XMLHttpRequest in the Gadget, and not because it is a Gadget issue but because of the Single Origin restriction that a browser puts in. In short, a Single Origin restriction means that a page from domain Y can not access contains from domain X. In your case the ga