guys, I tried adding Web reference etc. in my application. but i'm not clear how i can pass the Auth cookie with the function call? i didnt find this...
Nish, have you looked at the C# code sample on YDN? http://developer.yahoo.com/mail/code/ You'll need to set up the CookieContainer property of the ymws object...
Hi, Actually, i got stuck before I need to make the call. I used to code you referred to, and thats giving problem. auth.UpdateCredentials(); This line gives...
There is a limit, however the way we go about calculating the limit makes it somewhat unpredictable. It's based, somewhat, upon the reputation of the person...
i currently have the Yahoo Classic...I use to have an updated Yahoo mail account. How do I go about and getting it? The Yahoo Classic version is not working...
Thanks Ryan! ________________________________ From: Ryan Kennedy <rckenned@...> To: ydn-mail@yahoogroups.com Sent: Thursday, August 6, 2009 12:56:18...
Hi, I've gone through the authentication steps, constructed the SOAP client, and now I'm trying to access the list of messages using the ListFolders function...
A few questions: 1) Can you reply with the code you're using to set up the $client object? It may be that you're missing some information that needs to be...
Thanks for the reply. I'll reply to you with an email, since there's a lot of code to past here, but for the most part, most all of the code that I used was...
Ryan, Do you know how I can automatically get new messages in my Inbox without having to refresh? Travis ________________________________ From: Ryan Kennedy...
Hi, I am getting error to what you have got earlier i.e. ... stack trace : org.apache.axis2.AxisFault: Character Set Encoding from transport information...
Hi I'm having problems with authentication. I'm using PHP. I registered my app and generated YahooAPIid and YahooSecret keys, but when I'm using the...
Check the clock on your server. Assuming you're running the same code and the same configuration on your server and your local machine, the clock is...
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...