Thought i would share something with ya'll. Great fun and it does actually work. Met my girl on here, http://www.lookuplovehere.info/phue and so far it's been...
ziggy-millam240@...
Jan 9, 2006 4:02 pm
42
Hi all, I am a developer and I am try to port my Google API code so that it will also work with Overture. When I do stuff in Google I use an ID this ID is...
Hi Simon, I think the confusion comes from a misunderstanding about how the Yahoo! system fundamentally differs from Google. Categories are only containers in...
Thought i would share something with ya'll. Great fun and it does actually work. Met my girl on here, http://www.followmeherenow.info/usvk and so far it's been...
ziggy-millam240@...
Jan 18, 2006 2:02 pm
45
What does this mean? @Rate Limit Exceeded: Total Cap@...
Hi, That means you exceeded your daily "total cap" limit on usage for that command. The total cap is the maximum number of times you can submit that command...
... The CreateAccount command might not be enabled for the program you signed onto. In order to check permissions for your license key, please email our...
Hi Mani, We can't really help you with programming language specific issues around making HTTP posts. For such issues, I'd suggest a good book or web...
Hello, I need to write a script that has the ability to update the destination URL for every single listing that an account contains. Basically I want to tag...
Hi again. There certainly is an update call. For this case, you want to use the SetListingTDU call. TDU means "title, description, url". You don't have to...
I am trying to make POSTs using C#/.net and its not working for me as well. I supplied all the neccessary Header info but the call to getresponse times out....
Finally I figured out a way to post through .NET and it is very very simple. requestURL ="https://x-secure.overture.com/index.jhtml? _DARGS=/index.jhtml&xml=";...
Yeah that way worked for me too. The reason it works is because for some reason the Yahoo API doesn't like .net adding the POST header explicitly. I tried it...
The other option would be to use webclient and pass the name value pair (ie., xml & the other "&_D:/go2/xml/XMLRequestHandler.submit). It works but this is...
That sounds like a client-side cert issue. Make sure the SSL libraries you are using were installed properly (I'm not sure how PHP libs do this). Good luck. ...
When I submit a query to the server, I get an Internet Error. Any idea why this query would work with some listings and not with others? <?xml version="1.0"...
Do you always get an error for the same listingId, or will it *eventually* go through? Basically, if you can find a pattern, it's easier to help you out....
I don't always get that error. Sometimes if I try again later it WILL go through (which has made it a nightmare to debug). I am sending requests to the system...
Gotcha. You should route this issue to the support email address you have in your license info. Those folks can escalate any issues you are seeing, since it...
Ok, I talked with the XML API tech support team. The problem is on their end, and they said in no uncertain terms that I am simply going to have to refactor my...