Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

oodleapi · Oodle API Developers Chat

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 385
  • Category: Webmasters
  • Founded: Jul 18, 2006
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 5 - 35 of 1352   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
5 roblawixnetcomco
roblawixnetc... Send Email
Sep 1, 2006
6:35 pm
Is it possible to provide a quick bit of example code (using PHP) for someone who wants to include real estate listings for a particular city on a site? ...
6 realtycruiser Send Email Sep 1, 2006
6:56 pm
1) I am getting Error #4 usplit failed. any idea why? 2) can you provide some example of how the query may look like Here is what I send: <?xml...
7 Aren Sandersen
a_sandersen Send Email
Sep 1, 2006
7:49 pm
- The filters parameter needs an array of 'filter&#39; structs. If you only have 1, send it in an array. - The 'dimensions&#39; parameter takes an array of...
8 realtycruiser Send Email Sep 5, 2006
2:50 pm
For your information, the results produced by your server are all defined as "string". This is ok with me but should be defined in the API docs. If we format...
9 realtycruiser Send Email Sep 5, 2006
2:53 pm
I am developing a location based application and the following feature is very important for me. Today, you can define a filter and sort as 'distance&#39; and...
10 realtycruiser Send Email Sep 5, 2006
3:01 pm
I am developping a mobile application and the following feature can be very usefull: For each ads, is this possible to parse telephone number and add that as...
11 realtycruiser Send Email Sep 5, 2006
3:51 pm
for the dimensions field in the method, what type of structure do you expect? Refinements is defined like this, and it does not work dimension => [ { name =>...
12 Aren Sandersen
a_sandersen Send Email
Sep 7, 2006
7:15 pm
This is something we probably cannot offer. It's important that our users visit the original ad to find the contact information. Among other reasons, this...
13 Aren Sandersen
a_sandersen Send Email
Sep 7, 2006
7:15 pm
Yes, this is something we can definitely offer. I will add a feature request for it. Aren ... From: oodleapi@yahoogroups.com [mailto:oodleapi@yahoogroups.com]...
14 Aren Sandersen
a_sandersen Send Email
Sep 7, 2006
7:19 pm
The dimensions field takes an array of strings. To limit to red Fords, for example, you'd send: [ 'color_red&#39;, 'make_ford&#39; ] Aren ... From:...
15 t_saether Send Email Sep 10, 2006
9:47 am
Hi! We try to implement a XML-RPS.net Client to read the Oodle XMLRPS data. However, because we are not using or know very well PHP it seems difficult to find...
16 realtycruiser Send Email Sep 10, 2006
11:25 am
I developed a module in C#/.NET 2.0. first I used the excelent http://xml-rpc.net/ library. I discovered that the Oodle XML-RPC implementation was not optimum....
17 Aren Sandersen
a_sandersen Send Email
Sep 10, 2006
9:28 pm
The Oodle XML-RPC implementation is (as far as I know) 100% XML-RPC compliant. If you've found otherwise, please let me know so that we can correct the issue....
18 t_saether Send Email Sep 11, 2006
2:39 pm
Hi! Yes, the best will be to get the response in XML format or even better for .NET users the SXML/SOAP. It seems to me that the XML-RPC is ment for PHP...
19 realtycruiser Send Email Sep 18, 2006
9:38 pm
Today, I got the following error: "distance filter needs 'zip' param" 10 days ago, the same source code was working. Any change in the distance filter...
20 palak.chokshi Send Email Sep 19, 2006
12:26 am
Philippe, I got the same error and if you haven't already fixed it here's what you can do. Change the type of value from int to string and it should all work....
21 palak.chokshi Send Email Sep 19, 2006
11:47 pm
I found that if the resultset doesn't contain a particular field and you have specified the return type struct to contain that field then XML-RPC.net will...
23 palak.chokshi Send Email Sep 20, 2006
12:29 am
if you pass in "bedrooms_3+/bathrooms_2+" in the dimensions string then oodle will return only those houses with 3+ bedrooms AND 2+ bathrooms. It is not...
24 Aren Sandersen
a_sandersen Send Email
Sep 20, 2006
12:48 am
While it is true that the non-array format currently works, I would suggest sticking to how it's documented in the API document so that your code doesn't break...
25 palak.chokshi Send Email Sep 20, 2006
7:22 pm
I have been trying to use the Oodle API to search for houses and found that if I search for zipcode 94107 and region "sf" with distance filter of 1 mile and...
26 palak.chokshi Send Email Sep 20, 2006
9:48 pm
How do I specify a distance filter with zip=94103, value=2, units=mi in the querystring of the api url to get a human readable result? I already worked out how...
27 oodleapi@yahoogroups.... Send Email Oct 3, 2006
6:02 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the oodleapi group. File :...
28 jameshees Send Email Oct 3, 2006
6:08 pm
Here's a sample java program that uses the Oodle API. This was also posted as a file in Files. import java.util.HashMap; // (optional) Get .jar from...
29 palak.chokshi Send Email Oct 3, 2006
10:05 pm
I get a getFastFilter called on malformed navigator url() error message when I use search(MyID, MyKey, "", "sf", "housing/sale", new string[] { "" }, fs, sort,...
30 palak.chokshi Send Email Oct 3, 2006
10:08 pm
I tried navigating to http://www.oodle.com/api/?function=search and I get a Error: Error or invalid request message. WHAT has changed? Where is the...
31 Aren Sandersen
a_sandersen Send Email
Oct 3, 2006
10:12 pm
We did a release last Saturday. Changes to the API were not part of the release, so we didn't announce the release here. Unfortunately, it looks like a few...
32 Aren Sandersen
a_sandersen Send Email
Oct 3, 2006
10:12 pm
The short answer to your question is nothing has changed. The longer answer is that with our increasing traffic levels doing searches with no additional...
33 Aren Sandersen
a_sandersen Send Email
Oct 16, 2006
2:56 pm
We rolled a new release to production yesterday. No API changes were made that were not 100% backwards compatible. If you find any bugs that make this not...
34 Aren Sandersen
a_sandersen Send Email
Oct 21, 2006
4:38 pm
A patch release went out this morning. None of the changes were API-related. Aren...
35 Aren Sandersen
a_sandersen Send Email
Oct 27, 2006
6:47 pm
Another release is scheduled for tomorrow morning. No API-impacting changes are planned, but if you notice otherwise please let us know at api@... Aren...
Messages 5 - 35 of 1352   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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