Aren, I have changed my code to use top_categories() to get a list of all top-level categories. It worked for several days but, starting from March 30th, the...
Oodle's production site was updated this morning. If you are noticing any API issues, please let me know. To reiterate, the biggest change is that queries...
Well had one person form this forum that was trying to help out, but have not heard from them in quite some time... Anyone else willing to help integrate the...
Got a few people asking me for my help... haha, well I'M the one who needed help, thought I was pretty clear on that - I Need a programmer to help integrate...
I can help, but I can not work for free. Philippe Furlan SearchQuest, Inc. (209) 631-7856 ... From: oodleapi@yahoogroups.com [mailto:oodleapi@yahoogroups.com]...
Hi, currently we are intigrating oodle API with our search site, but we are not able to parse the result which is comming from oodle, is there any javascript...
You can use javascript library sarissa (sarissa.sourceforge.net) to parse xml string. - R ... From: Jack Smith <smith@...> To: oodleapi@yahoogroups.com ...
Hi Rajan, actually the problem is that , the result which is comming from oodle, is not in the XML form, its just a simple text format ... From: Ranjan K....
Jack, I hope you are getting in JSON format which is nothing but Text format. Then you dont need to worry about XML parsing rather there are lots of library...
The 'filters' parameter requires an array of filter structs. The error message you are seeing is usually the result of sending in only a single filter struct...
The Oodle API results are returned in XML. More specifically, they are in the XMLRPC format. There is a JavaScript XMLRPC parser but I don't think this is...
Hi Aren, right now we are passing an array as follow params.addElement("['price', 'reverse', 'true' ]"); but still we are getting an error that Unknown sort...
Hi Jack -- What language are you using? It will be easiest to explain if I give you an example in that language. Aren ... From: oodleapi@yahoogroups.com...
Hi Aren , we are using JAVA for development, and follwoing is the code snippet ... Vector dim = new Vector(); Vector filter = new Vector(); dim.add(dimName); ...
I would love if someone could post a network capture or example of what the post request looks like on the wire. From all of my research it appears that...
Hi, from last day I am not able to get results from oodle API, is there any changes wiht oodle API, if there is then please let us know Thanks Jack Smith...
Likewise, At about ~1:30pm CST, my get call that had been running just fine for the past couple of days started returning this XML: <?xml version="1.0"...
Sorry for the API problems earlier today. Some servers were prematurely (and incompletely) rolled to the new API code. Here are features which will be...
Ah, well that makes sense then. Thanks. On May 31, 2007, at 17:17 17, Aren Sandersen wrote: Sorry for the API problems earlier today. Some servers were...