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...
I did build a prototype in C# .NET 2.0 ... +----------------------------------------------------------------------- ... From: oodleapi@yahoogroups.com...
I've made a C# 2.0 module using generics for retrieving housing listings. But since its built using generics you can create a class for any type of listing you...
Thanks, the main thing I need, is just the connection piece. I work on API's all the time, but this is the first time I've ever had to use a SOAP service that...
I'm still struggling to get CSharp to connect to Oodle. Can anyone please share how they connected to Oodle? I suspect that once I can connect to the SOAP...
The latest release did have one api-related change. Many of our thumbnail images are now 84x112 instead of 64x48. If you have not hard-coded the 64x48 size...
If anyone has time to help port results to a php portal, please contact me. May need other php work as well. Had one person from here offering to help but have...
I keep getting this error when I try to filter my search results. I use price as the filter type and it returns this error. If I change it to distance it...
We are rolling out a new release this weekend (right now, scheduled for Sunday morning). The API should continue to be 100% backwards compatible, but we have...
For those of you who use strongly typed languages (Java, etc): the 'total' field in the API response has changed from a 'string' to an 'int'. This was not an...
Hello Everyone! Quick introduction: I am the single developer of of Safarri.com - the coolest classified site on the net :-) I have been using Google Base on...
Okay... I finally gave in :-) I wrote all the code to parse the data as an array requested via a basic http GET request, but ran into trouble when I tried to...
I am working on implementing the Oodle API on my site, and have a couple questions / suggestions. If anyone knows the answers to any of them or could simply...
Hi, I need a little help on the Oodle API for the one of or Classifieds site. http://www.mycampusfieds.com/ I have already requested the API Key and I got...
Meraj; The documentation is hard to understand, I am still trying to figure parts of it out myself :-) Below is part of the code I wrote that runs my Oodle API...
Hi Aubrey, Thank you very much for replying back to my email. I will try your code and see if that will work on my site. What do I name the file? Thanks alot...
Hi, Can you please be more specific now how to use your code. I am sorry I am not good at php and this API is just so much confusing. So you created php page...