[orkut-developer] Re: "Don't be evil" error

2008-02-24 Thread Arne Roomann-Kurrik
Hi Pradeep, _IG_FetchXmlContent is a wrapper function intended to create compatibility with the older google gadgets specification. You should not use this function, but rather use gadgets.io.makeRequest() instead. Here's a link to a page that shows some examples of using this function: http:

[orkut-developer] Re: "Don't be evil" error

2008-02-24 Thread pradeep
This the response tet that comes as reply: throw 1; < don't be evil' >{"http://some-thing.googlecode.com/svn/ trunk/pr-gadget/images/paths.xml":{"body" :"\r\n\r \nhttp://www.esnips.com/doc /3e42efc3-3691-46aa-9011-f762db26b437/image3<\/image>\r\nhttp:// www.esnips.com/doc/cd8f334d-2cc7-4381-9a

[orkut-developer] Re: "Don't be evil" error

2008-02-24 Thread pradeep
I am trying to load an XML file by using URL. In the callback function, i am not able to access it as an xmlResponse object. It is null. I am using _IG_FetchXmlContent to fetch the XML content. Example: _IG_FetchXmlContent(url,method); method(xml){ if(xml==null) alert('Evil'); } This code

[orkut-developer] Re: "Don't Be Evil" error message

2008-02-22 Thread Jason
Hi Alex. If you expect to fetch a large number of opensocial.Person objects using opensocial.DataRequest.newFetchPeopleRequest(), you should specify a couple of additional parameters before you send your request. These can be used to limit the number of objects returned among other things. Check o

[orkut-developer] Re: "Don't be evil" error

2008-02-17 Thread Cory R.
There's a toggle button in the firefox preferences marked "Be Evil". Uncheck that, you should be fine. I've seen this error too, but I've not found the true answer =) On Feb 16, 8:11 am, RS <[EMAIL PROTECTED]> wrote: > Hi, > > I have noticed "throw 1; < don't be evil' error in "Firebug" Consol