Hi, I am using Oodle listings for my real estate project. We are developing a site like "info.com" which is also using oodle listings. We are able select a...
I have a similar question -- how do I retrieve a single real estate listing? More specifically, it seems that the address field is used as a link on the HTML...
Hi! Congratulations on using Oodle. I had the same problem you're having now, but what finally worked for me was NOT to use listing_id_* as a DIMENSION, but...
i am working on a oodle integration , i have been comming some problem during work. i do work offline and check it, give the currect result,but if we upload...
i am working on a oodle integration , i have been comming some problem during work. i do work offline and check it, give the currect result,but if we upload...
Can someone please help me trouble shoot this error? I have already installed PEAR and the php extensions like, XML_RPC, XML_Util, etc. but still can not move...
Here's an example from the PEAR docs: $params = array(new XML_RPC_Value($input, 'int')); $msg = new XML_RPC_Message('function_times2', $params); $cli = new...
Hi, I was just wondering how long is an expected response time from api@...? I've sent an email in regards to my partner_id that is not being recognized...
Most of the documentation is very helpful, but I think it would even be MORE helpful if instead of a '*' there was a list of possible values that you can pass...
... Hey James, Great question. And even better timing. There is *absolutely* work underway right now to dump all the possible dimension values (not just the...
Oodle API Developers, This is Steve Baker from the Oodle Engineering team. One of the biggest requests that we regularly receive from you is to post more...
I was thinking that same thing, but my problem wasn't so much what parameters to pass [b]into[/b] my query, but what sort of stuff would be returned. As you...
... Correct. As you can see on the "API Introduction" documentation page, we only send 4000 results at a time: http://developer.oodle.com/api-introduction If...
My apologies -- in the previous response, I misspoke. The Oodle API returns up to 4000 results at a time, but if you want more, you're not going to be able to...
Has anyone seen sample code for VB.net to retrieve and display ads from their API. I serached the forum but didn't see any, I am new to web services. Staff,...
Hey, Just got this error eventhough I used a valid key Oodle staff give me. Can anyone here or Oodle tech can help? I also tried with the 'TEST' key but still...
... Trung, The error above is complaining that "H" is not a valid API key. Clearly, that is true. Double check that you are creating your parameters data...
I used the phpxmlrpc to make the request. (phpxmlrpc.sourceforge.net). I tested with their sample code, it's work ok. However, when I tried make a request to...
Hi, I have a question about the best way to get what I am looking for in regards to Foreclosures. I want to look for Residential (home & condo) Foreclosures in...
I tried using the sample code from the website (I have PHP 5), but for some reason I only get 10 listings when I run a search. Does anyone know why? Is this a...
... I believe that you actually have to specify the "get" parameters, 'from' and 'to'. See here for the exact documentation: http://developer.oodle.com/get But...