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...
Meraj; I rewrote my example code to be much easier to understand and a fully functional page! All you should have to do is download it, rename it (to anything...
The sort parameter isn't working for me. Below is a sample of the code I am using, which as far as I can tell reflects what the docs say should make the ads...
Hi, I am trying to work with your script and I can't seem to find your API key. I want to find it so I can replace it with mine. Can you please tell me what...
In the section titled "Settings" you will find the below code. Replace MYKEY with your API key. Have fun! -Aubrey //*************** Settings - Customize them...
Take a look at the filters section on this page: http://www.oodle.com/info/api/apidoc/ <http://www.oodle.com/info/api/apidoc/> Here's the relevant section: ...
Hi, I have replaced the API key with mine but for some reason the page is now coming up. Click the link: http://www.mycampusfieds.com/Oodle_APIn.php Do I have...
Is there a way to programatically get a list of all the categories and regions through the API... For example, if I wanted to display to the end-user a list of...
Hi, I made changes to the scripts and I sent it to the web server tech to add it into the enable php webserver. He is telling me that server supports php files...
Hi, Please explain to me what you mean by "The API should continue to be 100% backwards compatible". I do not understand the process of API using it into my...
Meraj; "External" scripts would probably mean scripts which are on another server, which would be a huge security risk for them to support :-) Please follow...
"The API should continue to be 100% backwards compatible" means that when we push out a new release to our production servers, none of our API users' code...
Yes! this would be greatly helpful. We could get the categories once a day and store them locally. It would also be helpful if each city also had the state. On...
I have tested out the test.php page on the server. You can view it here http://www.mycampusfieds.com/test.php . I have replaced the test.php information with...
Hi, Do I Have to do any script programming into my site in order for Oodle API software to work? If so what kind of code I need to add into my home page? Do...
Aubrey, There used to be a size limit for GET requests that has since been removed. However, some servers might still shorten the GET text to the old standards...