Today, I have found out that my application was not working correctly. I have not done any changes on the applications for over a month, and it was working...
Hey everyone, this is Steve Baker from the engineering team at Oodle. We recently received a report that the a certain part of the API response was no longer...
... What software platform are you using. Is it open source? Or did you design the template and directory yourself. I am looking to accomplish the same results...
I developed my solution in Visual Studio, SQL 2005 and image design in Fireworks. I am a .Net guy and have zero knowledge on wordpress. I didnt use a template,...
Brice, I decided against trying to pull the api into wordpress and I am instead going to use another platform called Dolphin. My main concern is how to get the...
I have used dolphin in the past, paid all the money to get the script an modules, but the problem with dolphin is that hackers love it and they will have a ...
... Is there any way you could add some basic templates to the developer pages for the API. Or more step by step instructions for less experienced developers....
Hopefully, if its here somewhere and I've missed it, somebody can point me in the right direction. I'm current using the xml Listings feed. Is there a key >...
Oodle API developers, Two small fixes to the Oodle API just went out. Details are below. The two changes have to do with how the values for "bedrooms" and...
Hello, We're working on searching vehicles using oodle and noticed that although there is some location information, the driving distance doesn't appear to be...
We are working on new project that will be using some specific oodle harvested data. While you guys strongly recommend aginst downloading data locally our...
Hello, I want to get listings for a location (that much is simple I think) but I want to return only ads in english . Anyone know how I can do that. Thanks ...
ere is a link to a som php codes tryin to make mine work now http://wordpressintocms.com/display-the-oodle-api-with-wordpress-using-custom-fields/#high_3...
... I identified the problem. And you're right, it wasn't working in all cases. Fortunately, it was a one line fix. We'll get it tested and put the fix on...
I am a Newbie and I'm stuck in a bad place to be stuck, I'm stuck in the Very Beginning, Will someone please point me in the direction to get started using...
this code should filter listings within a specific zipcode $filters['filters'][] = array('type'=>'distance','params'=>array('value' => '50′, 'units' =>...
... Wow thanks a lot for the prompt reply, I am very interested in this function as my website currently returns results for Carolina(the state) instead of...
As you already study oodle REST API it will return an XML you should have to use CURL to get this XML after this you have to parse this XML into an array and...