Search the web
Sign In
New User? Sign Up
oodleapi · Oodle API Developers Chat
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 123 - 152 of 541   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
123
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...
Jack Smith
jack_smith4you
Offline Send Email
May 13, 2007
11:11 am
124
You can use javascript library sarissa (sarissa.sourceforge.net) to parse xml string. - R ... From: Jack Smith <smith@...> To: oodleapi@yahoogroups.com ...
Ranjan K. Baisak
ranjanbaisak
Offline Send Email
May 13, 2007
2:56 pm
125
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 Smith
jack_smith4you
Offline Send Email
May 13, 2007
8:21 pm
126
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...
Ranjan K. Baisak
ranjanbaisak
Offline Send Email
May 14, 2007
1:40 am
127
... wrote: Hi, even I m getting the same error , have u get the solution for the same, please guide about that Thanks Jack Smith...
jack_smith4you
Offline Send Email
May 15, 2007
1:50 pm
128
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...
Aren Sandersen
a_sandersen
Offline Send Email
May 15, 2007
8:12 pm
129
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...
Aren Sandersen
a_sandersen
Offline Send Email
May 15, 2007
8:46 pm
130
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...
Jack Smith
jack_smith4you
Offline Send Email
May 16, 2007
7:23 pm
131
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...
Aren Sandersen
a_sandersen
Offline Send Email
May 19, 2007
2:47 am
132
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); ...
Jack Smith
jack_smith4you
Offline Send Email
May 21, 2007
5:36 pm
133
Hi, is there any filter criteria, by which I can filter the result on "Age", if there is any then please let me know Thanks Jack Smith...
jack_smith4you
Offline Send Email
May 21, 2007
10:36 pm
134
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...
shankslouis
Offline Send Email
May 29, 2007
3:32 am
135
anyone have an idea what is missing on this very simple query? Here is what my post looks like.. =================================== URL |...
shankslouis
Offline Send Email
May 29, 2007
4:30 am
136
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...
jack_smith4you
Offline Send Email
May 31, 2007
8:52 pm
137
Same here. Everything was OK this morning....
ed_agabs
Offline Send Email
May 31, 2007
9:04 pm
138
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"...
Andrew Otto
acottova
Offline Send Email
May 31, 2007
10:02 pm
139
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...
Aren Sandersen
a_sandersen
Offline Send Email
May 31, 2007
10:17 pm
140
And now...it's back? I didn't change anything, and now my get query is working again. System Administrator Fave Media, Inc. 773 598 4563...
Andrew Otto
acottova
Offline Send Email
May 31, 2007
10:18 pm
141
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...
Andrew Otto
acottova
Offline Send Email
May 31, 2007
10:24 pm
142
Aren, Is it possible to get a mass email from you on any new changes like this so we can be ready for it. Thanks, Edward...
ed_agabs
Offline Send Email
May 31, 2007
10:35 pm
143
Have there been more API changes? The XML response I'm getting now has a content type of "application/xml; charset=utf-8", which is causing the ruby XMLRPC...
Andrew Otto
acottova
Offline Send Email
Jun 1, 2007
8:46 pm
144
Sorry, the I believe content type is in the the http response, not in the XML itself. Either way..."application/xml" is causing ruby to throw a "Wrong...
Andrew Otto
acottova
Offline Send Email
Jun 1, 2007
8:58 pm
145
Per the email I sent yesterday, our underlying XMLRPC framework was scheduled to be upgraded. I will see if I can get the content-type back to text/xml in the...
Aren Sandersen
a_sandersen
Offline Send Email
Jun 1, 2007
9:11 pm
146
The content-type is now back to "text/xml". Please email me if you notice any other major discrepancies. Aren _____ From: oodleapi@yahoogroups.com...
Aren Sandersen
a_sandersen
Offline Send Email
Jun 1, 2007
9:54 pm
147
Posted before, but didnt get any response... Anyone able enough to help? Would like to see someone start to help me out asap.. Please contact me, thanks...
hbsteve88
Offline Send Email
Jun 24, 2007
4:50 pm
148
I am pulling records for the housing/sale category, and in certain locations (allentown as an example), the api return says the total record count should be...
ramsayr
Offline Send Email
Jun 25, 2007
8:48 pm
149
Unfortunately there is such a limit. Only the first ~4000 results from each query can be retrieved. You might want to consider pulling from each sub-category...
Aren Sandersen
a_sandersen
Offline Send Email
Jun 26, 2007
5:13 pm
150
i integrated oodle api using php4.It was running fine and fetching data from oodle but its not working now with same old code.Is there any thing wrong from my...
muzzamalhussain
Offline Send Email
Jul 3, 2007
8:06 am
151
For at least a month now, the Oodle API has either completely failed to load or has taken at least 4 or 5 seconds. When the index was split and we lost the...
Aubrey TF
littlecowdog
Offline Send Email
Jul 3, 2007
1:44 pm
152
I would love to, but I am several thousand miles from home and my main "coding" computer is dead :-) If you have a way to run PHP scripts, you should be able...
Aubrey TF
littlecowdog
Offline Send Email
Jul 3, 2007
1:50 pm
Messages 123 - 152 of 541   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help