My guess is that there are two problems: 1) You're not sending all of the necessary authentication components in the request. Hence the "Missing Credentials"...
The issue is that your request is failing and our error handling code is setting the character encoding in the Content-Type header to ISO-8859-1. I've opened a...
The issue is that your request is failing and our error handling code is setting the character encoding in the Content-Type header to ISO-8859-1. I've opened a...
We filled out the registration form to get an App ID, placed the requested file on our domain, but the domain confirmation is failing. One oddity is that the...
Of course the code is exactly the same. Time seems to be the same also: # date Mon Aug 10 20:02:34 CEST 2009 and indeed it is 20:02 UK time. Am I missing...
... Have you checked the error logs on your server to see if PHP is emitting any errors? It's possible you may be running different versions of PHP on your...
No errors from PHP. on server PHP 5.2.9 locally PHP 5.2.8 with definitely different modules installed but since there is nothing in the error_log I guess we're...
See the ".errorcode=2004" bit of the URL? Error code 2004 is a timestamp issue. There's a table of error codes about 2/3's of the way down this page: ...
Was anyone with Y!Mail able to take a peek at this, to figure out why my php is bombing? Again, what would really help is to see a comprehensive php example...
Have you looked at the PHP code samples provided on developer.yahoo.com? http://developer.yahoo.com/mail/code/ They're slightly verbose, but they do call...
Hi Ryan, My code is actually a subset of the actual Axis2 example available at http://developer.yahoo.com/mail/code/mail_java.zip This does include code to add...
Thanks Ryan that indeed seems to be a problem. Unfortunatelly its not that easy to fix. I don't know if this makes any difference but our server is located in...
Have you looked at the PHP timezone functions? http://us2.php.net/manual/en/function.date-default-timezone-get.php I believe those functions control how PHP...
The PHP code samples give some help, but they don't really get into the nitty-gritty of making ListMessage calls. I think having a few plain english examples...
I kinda solved the problem temporarily by changing two lines of code in yahoo library. Method YBrowserAuth::createAuthURL() had $ts = time(); which I changed...
Did you ever manage to get an application ID? Let me know if you weren't able to get one and we'll see what's going on. -- Ryan Kennedy Technical Yahoo! ...
What "nitty-gritty" are you looking for? Give some examples of some calls you want to make and I can tell you how to craft the request. As for setting trace on...
We have been using the Yahoo Mail API using Java for the past year, and things have been working fine. We generated JAX-WS java classes (like in the Code...
Hi, I'm using SendMessage to send an email. It works. I'm trying to set an email header, i.e.: X-MyCompanyHeader: Value Is there a way to do this? I tried...
I logging into my Yahoo account yesterday and said my password was case sensitive. I don't want a hacker or anybody get to private emails quicker. Any thoughts...
Hi Ryan: I tried your suggestion and added that trace code, but I think Yahoo! hates me now or something, because I just hit a "error-999" trying to run the...
Hello there, I have an application that receives feedback from the users. We want that the feedback received are purely genuine, at least by having a valid...
I use the following code(C++) to GetUserData: CoInitialize(NULL); HRESULT hResult; ISOAPClientPtr pClient; ISoapConnectorPtr pConnector; ISoapSerializerPtr...