Search the web
Sign In
New User? Sign Up
ydn-mail · Yahoo! Mail Developer Community
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 622 - 651 of 651   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
622
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"...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Aug 10, 2009
5:07 pm
623
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...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Aug 10, 2009
5:13 pm
624
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...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Aug 10, 2009
5:13 pm
625
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...
scrapblogbuilder
scrapblogbui...
Offline Send Email
Aug 10, 2009
6:24 pm
626
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...
kosa_rhin
Offline Send Email
Aug 10, 2009
7:07 pm
627
... 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...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Aug 10, 2009
7:22 pm
628
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...
kosa_rhin
Offline Send Email
Aug 10, 2009
8:23 pm
629
Hi Ryan, ... sendto(74, "POST /ws/mail/v1.1/soap?appid=0Pa_xbrIkY7Zk78h56GgPHlgWSaSuNz_Kg--&WSSID=7ro48t1kJvP HTTP/1.1\r\nContent-Type: text/xml;...
sa_shukla
Offline Send Email
Aug 11, 2009
2:57 pm
630
Hi Ryan, One more observation that I feel worth noticing is : Java stub that I am trying to create is with URL :...
sa_shukla
Offline Send Email
Aug 11, 2009
2:57 pm
631
Looking at your request, I don't see you sending the BBAuth "Y" cookie in your request. That would certainly cause the problem you're seeing: ...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Aug 11, 2009
3:27 pm
632
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: ...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Aug 11, 2009
5:10 pm
633
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...
robsartgallery
Offline Send Email
Aug 11, 2009
8:36 pm
634
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...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Aug 11, 2009
8:52 pm
635
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...
sa_shukla
Offline Send Email
Aug 12, 2009
2:29 pm
636
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...
kosa_rhin
Offline Send Email
Aug 12, 2009
2:30 pm
637
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...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Aug 12, 2009
3:13 pm
638
Have a look at this please: http://mapvivo.com/yahoo.php the code I used in this file is: <?php echo 'Current time: '.date("r"); echo '<br/>'; echo...
kosa_rhin
Offline Send Email
Aug 12, 2009
6:10 pm
639
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...
robsartgallery
Offline Send Email
Aug 12, 2009
7:04 pm
640
I kinda solved the problem temporarily by changing two lines of code in yahoo library. Method YBrowserAuth::createAuthURL() had $ts = time(); which I changed...
kosa_rhin
Offline Send Email
Aug 21, 2009
3:31 pm
641
I see you already worked around this issue, however I did end up finding the Yahoo! web service to return our local time: ...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Aug 21, 2009
8:12 pm
642
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! ...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Aug 21, 2009
8:13 pm
643
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...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Aug 21, 2009
8:52 pm
644
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...
romsrini
Offline Send Email
Sep 3, 2009
7:02 pm
645
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...
David
edavidlu
Online Now Send Email
Sep 24, 2009
3:25 am
646
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...
robert jakes
robertnoche
Offline Send Email
Sep 25, 2009
12:39 am
647
There was a time when you could type http://compose.mail.yahoo.com/?To=justin@...&Subj=test&Body=Here\ %20is%20a%20link:%20http://example.com (it...
justinatw3rk
Offline Send Email
Sep 25, 2009
2:46 am
648
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...
Rob
robsartgallery
Offline Send Email
Sep 28, 2009
8:32 pm
649
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...
tokapi
azos_masa
Offline Send Email
Oct 3, 2009
7:28 am
650
I use the following code(C++) to GetUserData: CoInitialize(NULL); HRESULT hResult; ISOAPClientPtr pClient; ISoapConnectorPtr pConnector; ISoapSerializerPtr...
howardwang111
Offline Send Email
Oct 19, 2009
8:24 pm
651
Erm, "bump"?...
Rob
robsartgallery
Offline Send Email
Nov 4, 2009
4:56 am
Messages 622 - 651 of 651   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