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? ...
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...
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' and...
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...
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 =>...
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...
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]...
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...
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....
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....
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...
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...
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....
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...
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...
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...
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...
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...
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 :...
oodleapi@yahoogroups....
Oct 3, 2006 6:02 pm
28
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...
I get a getFastFilter called on malformed navigator url() error message when I use search(MyID, MyKey, "", "sf", "housing/sale", new string[] { "" }, fs, sort,...
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...
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...
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...
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...