Hi Santhy, Good news -- it's actually very easy to get this information. :-) You simply set an extra parameter on your API request: return_nav = TRUE...
230
digitalfiz
Dec 3, 2007 5:41 pm
I finally figured out how to do the filters for source and I'm having a bit of trouble filtering certain sources. I'm trying to create an application where...
231
digitalfiz
Dec 3, 2007 6:16 pm
... Here are a few others I cant figure out what the filter string is: Autoguide Pittsburgh Post-Gazette Palm Beach Post anything on dealstorm I've tried...
232
Steve B
pack_78
Dec 4, 2007 5:54 pm
Hey Digitalfiz, Steve Baker here from Oodle Engineering. Great question. You're exactly correct that the "exclude" parameter removes sources from the result...
233
Marc Seiler
digitalfiz
Dec 4, 2007 6:13 pm
Thank you very much steve. Your response was very helpful. Is a better documentation in the works? The docs you have now I've notice are slowly changing but...
234
Sascha
austinitecowboy
Dec 4, 2007 10:32 pm
Hello, I am coding a Joomla 1.5 (a php based cms/framework) component to retrieve Oodle listings. I seem to miss one thing though: How do you actually retrieve...
235
Shubhkaran
sk_maloo
Dec 7, 2007 7:54 pm
Hi, There is a PHP example of using oodle API but not for any other platform. I am a ASP/ASP.NET developer. Can some one provide the ASP/ASP.NET implementation...
236
Brian Kitt
briankitt
Dec 7, 2007 8:08 pm
I also am a .NET developer, I have partially gotten it to work, but not very well. I would really be interested in seeing a good working .NET example. ...
238
Marc Seiler
digitalfiz
Dec 10, 2007 11:33 pm
I am using the api and filtering all sources out but say eBay and when I search for say Audi i get mixed results mostly Audi but some Mercedes and Nissan...
239
mberd
Dec 12, 2007 3:39 am
What would be the best way to log visitors clicking on returned results ? Would it be ok with Terms of Use if i modify source link directing it first to my...
240
Shubhkaran
sk_maloo
Dec 13, 2007 7:03 pm
If I give 'abilene39; region in search, API returns the data for 'abilene39; location as well as 'tuscola39;. So I tried to filter those data using dimensions. I...
243
Shubhkaran
sk_maloo
Dec 14, 2007 2:49 pm
Hi Steve, I am using ASP.NET to call the oodle API. And also I am using XML- RPC library as you have advised here. I could filter the data by 'price39; but not...
244
Shubhkaran
sk_maloo
Dec 17, 2007 1:46 pm
Any oodle expert, Please help... ... team ... hand? ... will ... XML-...
245
Shubhkaran
sk_maloo
Dec 17, 2007 2:09 pm
What should be the filter criteria to search for zipcode=79601?...
246
CrashDaddy
kennethscoggins
Dec 22, 2007 6:07 pm
Hi all! I was developing an interest in putting personal ads on my website. I was going to build some bots to go out to all sorts of web pages and crawl for...
247
CrashDaddy
kennethscoggins
Dec 22, 2007 6:12 pm
Here's the php code that I use to get records relative to a certain zip code: $filters['filters39;][] = ...
248
CrashDaddy
kennethscoggins
Dec 26, 2007 1:00 am
Well, I upgraded to php5 so I could parse them XML easier (for other reasons), but then I started losing Aubrey's code for php4. That's okay, though...it...
249
dev_vsk2004
Dec 31, 2007 5:56 am
my vsk is working on oodle API i have occur some problem during work. oodle intergration is working right on localhost but if we upload file on line on server ...
250
vidya sagar
dev_vsk2004
Dec 31, 2007 6:15 am
myself vsk is working on oodle API i have occur some problem during work. oodle intergration is working right on localhost but if we upload file on line on...
251
santhyanoop
Jan 4, 2008 10:27 am
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...
252
Eric Promislow
ericpromislow
Jan 7, 2008 8:23 am
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...
253
CrashDaddy
kennethscoggins
Jan 8, 2008 7:53 am
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...
255
vidya sagar
dev_vsk2004
Jan 9, 2008 11:42 am
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...
256
vidya sagar
dev_vsk2004
Jan 10, 2008 11:39 am
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...
257
awkproperties
Jan 14, 2008 4:36 pm
I see this message while trying to connect to http://developer.oodle.com Unable to connect to database server. Anybody else seeing this? Alex...
258
mc0upe
Jan 21, 2008 1:07 am
is there a parameter i can send to get distance to come back w/ the items?...
259
CrashDaddy
kennethscoggins
Jan 21, 2008 2:06 am
... items? ... You can calculate the distance with the latitude and longitude. Here's how: http://jan.ucc.nau.edu/~cvm/latlongdist.html...
260
Tommy Nguyen
tommy_v_n
Jan 24, 2008 2:09 am
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...
261
CrashDaddy
kennethscoggins
Jan 24, 2008 4:17 am
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...
262
CrashDaddy
kennethscoggins
Jan 24, 2008 4:20 am
Oops, sorry! line 44 $response = $client->send($request); assuming the new XML_RPC_Client you've created is called $client. ... etc. but...