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 to share photos of your group with the world? 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 5 - 35 of 541   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5
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? ...
roblawixnetcomco
roblawixnetc...
Offline Send Email
Sep 1, 2006
6:35 pm
6
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...
realtycruiser
Offline Send Email
Sep 1, 2006
6:56 pm
7
- The filters parameter needs an array of 'filter' structs. If you only have 1, send it in an array. - The 'dimensions' parameter takes an array of...
Aren Sandersen
a_sandersen
Offline Send Email
Sep 1, 2006
7:49 pm
8
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...
realtycruiser
Offline Send Email
Sep 5, 2006
2:50 pm
9
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...
realtycruiser
Offline Send Email
Sep 5, 2006
2:53 pm
10
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...
realtycruiser
Offline Send Email
Sep 5, 2006
3:01 pm
11
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 =>...
realtycruiser
Offline Send Email
Sep 5, 2006
3:51 pm
12
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...
Aren Sandersen
a_sandersen
Offline Send Email
Sep 7, 2006
7:15 pm
13
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]...
Aren Sandersen
a_sandersen
Offline Send Email
Sep 7, 2006
7:15 pm
14
The dimensions field takes an array of strings. To limit to red Fords, for example, you'd send: [ 'color_red', 'make_ford' ] Aren ... From:...
Aren Sandersen
a_sandersen
Offline Send Email
Sep 7, 2006
7:19 pm
15
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...
t_saether
Offline Send Email
Sep 10, 2006
9:47 am
16
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....
realtycruiser
Offline Send Email
Sep 10, 2006
11:25 am
17
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....
Aren Sandersen
a_sandersen
Offline Send Email
Sep 10, 2006
9:28 pm
18
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...
t_saether
Offline Send Email
Sep 11, 2006
2:39 pm
19
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...
realtycruiser
Offline Send Email
Sep 18, 2006
9:38 pm
20
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....
palak.chokshi
Offline Send Email
Sep 19, 2006
12:26 am
21
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...
palak.chokshi
Offline Send Email
Sep 19, 2006
11:47 pm
23
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...
palak.chokshi
Offline Send Email
Sep 20, 2006
12:29 am
24
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...
Aren Sandersen
a_sandersen
Offline Send Email
Sep 20, 2006
12:48 am
25
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...
palak.chokshi
Offline Send Email
Sep 20, 2006
7:22 pm
26
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...
palak.chokshi
Offline Send Email
Sep 20, 2006
9:48 pm
27
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....
Send Email
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...
jameshees
Offline Send Email
Oct 3, 2006
6:08 pm
29
I get a getFastFilter called on malformed navigator url() error message when I use search(MyID, MyKey, "", "sf", "housing/sale", new string[] { "" }, fs, sort,...
palak.chokshi
Offline Send Email
Oct 3, 2006
10:05 pm
30
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...
palak.chokshi
Offline Send Email
Oct 3, 2006
10:08 pm
31
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...
Aren Sandersen
a_sandersen
Offline Send Email
Oct 3, 2006
10:12 pm
32
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...
Aren Sandersen
a_sandersen
Offline Send Email
Oct 3, 2006
10:12 pm
33
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...
Aren Sandersen
a_sandersen
Offline Send Email
Oct 16, 2006
2:56 pm
34
A patch release went out this morning. None of the changes were API-related. Aren...
Aren Sandersen
a_sandersen
Offline Send Email
Oct 21, 2006
4:38 pm
35
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...
Aren Sandersen
a_sandersen
Offline Send Email
Oct 27, 2006
6:47 pm
Messages 5 - 35 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