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
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
Sep 1, 2006 7:49 pm
- The filters parameter needs an array of 'filter39; structs. If you only have 1, send it in an array. - The 'dimensions39; parameter takes an array of...
8
realtycruiser
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
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 'distance39; and...
10
realtycruiser
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
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
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
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
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_red39;, 'make_ford39; ] Aren ... From:...
15
t_saether
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
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
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
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
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
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
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
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
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
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
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....
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
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
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
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
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
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
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
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
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...