Search the web
Sign In
New User? Sign Up
oodleapi · Oodle API Developers Chat
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 364 - 393 of 540   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
364
I am having an issue with trying to sort listings by desc create_time , which i think is #1 important. I can seem to insert it into my structure and make it...
mdim20042003
Offline Send Email
Aug 14, 2008
7:27 am
365
What I initially thought was errors in my configuration of the CakePHP has been troubleshot to the point where I've determined the Oodle API to be at fault......
renesistemic
Offline Send Email
Aug 15, 2008
6:15 pm
366
We are experiencing very high load, in our vehicles category particularly. We are working to add capacity as soon as possible, the first of which should come...
Aren Sandersen
a_sandersen
Offline Send Email
Aug 15, 2008
6:25 pm
367
Can anyone tell me how to determine when a classified was listed and when it will expire? Is there a "default" listing duration with Oodle? I can't seem to...
cvilnonis
Offline Send Email
Aug 28, 2008
5:18 pm
368
I've been using the following perl code (see below) to connect to the server to get matches. It worked fine for about a couple of months, and about 2 weeks...
cgi911
Offline Send Email
Aug 28, 2008
5:18 pm
369
It seems odd to me that when I search Oodle.com via the web site for Chevy Bel Air or Chevrolet Bel Air I get over 1000 results. But when I search via the...
cvilnonis
Offline Send Email
Aug 28, 2008
8:05 pm
370
... OK, strike the first part. Learned about Unix Epoch time yesterday and figured it out. But for the second part, can anyone tell me how long a classified is...
cvilnonis
Offline Send Email
Aug 29, 2008
8:53 pm
371
i need some help with the most basic of oodle enquiries, but this most basic information is not found anywhere within the oodle developer area or on this...
Simon
kiddings
Offline Send Email
Sep 5, 2008
5:24 pm
372
I'm kind of glad you brought this up, because in dusting off my example--which you probably already found on this message board already--I noticed that it...
CrashDaddy
kennethscoggins
Offline Send Email
Sep 6, 2008
9:19 am
373
kenneth, thanks the help, but i am really struggling with this. i have been playing around with your code, and made a few changes, but i am failing to obtain...
Simon
kiddings
Offline Send Email
Sep 10, 2008
6:34 pm
374
I guess an important question I've been forgetting to ask is if you're using V1 or V2 of the API? I've been using V1 since summer '07, and I see where they're...
CrashDaddy
kennethscoggins
Offline Send Email
Sep 11, 2008
11:21 am
375
I am trying to query the API with a zip code dimension. I have other dimensions working, but not zip codes. For Example: String[] dimensions = { "make_honda"...
pixelsnip
Offline Send Email
Sep 14, 2008
7:07 pm
376
Searching by state can be accomplished such as: XmlRpcStruct locationparams= new XmlRpcStruct(); locationparams.Add("id", "usa_tx"); ...
pixelsnip
Offline Send Email
Sep 14, 2008
7:07 pm
377
i have no idea what api i am using or even what an api is. will it make a difference to a line of php code which says: please just give me these results as a...
Simon
kiddings
Offline Send Email
Sep 15, 2008
4:24 pm
378
Hi, I run a car classifieds site, and i've spent the last day or so integrating Oodle's API. I have it working as I hoped using my sites search to narrow down...
vehicletraderuk
Offline Send Email
Sep 16, 2008
9:13 pm
379
Hi there, You got the API working well done I have a birds classifieds and I can not get the API to work can you please help? Regards Max From:...
Bird bay
was7310
Offline Send Email
Sep 18, 2008
11:45 pm
380
If I use this: http://api.oodle.com/api/v2/listings? key=TEST&region=tampa&category=vehicle/car VS using the api: $method = 'get'; $params = array( ...
lsintampa
Offline Send Email
Oct 22, 2008
8:35 pm
381
Hey all, Steve Baker here, lead engineer on the API here at Oodle. It's been a while since I stepped into the "Oodle API Developers" Yahoo! group here to...
Steve B
pack_78
Offline Send Email
Oct 22, 2008
9:46 pm
382
Hey thanks... I'm new to the group, just started playing with the code a bit. Noticed that if I use the URL method, I get different results (not in terms of...
Leonard Sixt
lsintampa
Offline Send Email
Oct 23, 2008
1:12 am
383
... Right. As I mentioned in my previous post, the information is similar between the two APIs, but grouped differently. This includes using slightly...
Steve B
pack_78
Offline Send Email
Oct 23, 2008
1:34 am
384
Hey Steve, I'd have to agree... having multiple 'elements' makes it a lot harder to search for and build arrays using XPath tools. Also, is there any reason to...
cvilnonis
Offline Send Email
Oct 23, 2008
11:41 pm
385
... Can you describe what you'd like to see? What additional attributes would you want on those nodes to make life easier? I tried things out, and hmmm, I'm...
Steve B
pack_78
Offline Send Email
Oct 24, 2008
12:01 am
386
Steve, there is a Xpath function called local-name(). It allows you to build an array be doing a regex type of search for a single node. When you have two...
cvilnonis
Offline Send Email
Oct 24, 2008
4:53 pm
387
... Well, as I mentioned in my previous message, what attributes should we put on the element node to make life easier? Just tell me and we'll make it happen....
Steve B
pack_78
Offline Send Email
Oct 24, 2008
5:04 pm
388
Howdy Oodle API developers, I wanted to drop in again today and talk about a hot topic - one that we see regularly in our API support queue: Running scripts...
Steve B
pack_78
Offline Send Email
Oct 24, 2008
6:31 pm
389
Since I brought this up to begin with, my suggestion would be to re-name the second <element> node to <image>, since it is a single image within the <images>...
Leonard Sixt
lsintampa
Offline Send Email
Oct 24, 2008
6:56 pm
390
... Actually, in the new API, it's entirely possible for listings to have more than one image. (In the old API, there's only one image per listing. Another...
Steve B
pack_78
Offline Send Email
Oct 24, 2008
7:11 pm
391
... Got it. In what cases would you use local-name() though? To pull out a particular listing from the <listings> block? Let's break this down a little bit. ...
Steve B
pack_78
Offline Send Email
Oct 25, 2008
1:15 am
392
... Whoops, small correction to my previous message above. I had a typo. The XPath pattern is this: //listings/element[3] Not this: //listing/element[3] Small...
Steve B
pack_78
Offline Send Email
Oct 25, 2008
7:13 am
393
Steve, Just following up on the status of the new API release. Will it be released soon? Also, I'd like to know if I'll be able to run the entire script in...
numediaconcepts
Online Now Send Email
Oct 26, 2008
11:16 pm
Messages 364 - 393 of 540   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help