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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 505 - 534 of 651   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
505
Hi, I tried the bbauth_quickstart/MAIL/SOAP_EXT_PHP5/test.php from bbauth_quickstart.zip Yahoo forwards the user to the BBAuth success URL after login and sees...
harsha_pr
Offline Send Email
Aug 14, 2008
5:25 pm
506
Hi, I am testing out test.php from bbauth_quickstart/MAIL/SOAP_EXT_PHP5/test.php (bbauth_quickstart.zip). After successful login, Yahoo forwards to the BBAuth...
harsha_pr
Offline Send Email
Aug 14, 2008
5:25 pm
507
I'm new to the Yahoo Mail API, so forgive my stupidity. I'd like to create an app that automatically pulls all of a user's messages into a database. Can the...
jackgretz
Offline Send Email
Aug 14, 2008
5:25 pm
508
Hi, all. I am going through the bbauth flow, obtaining a WSSID and Y cookie. I hit: ...
amber_haq
Offline Send Email
Aug 14, 2008
9:57 pm
509
I go the php example to work to login to yahoo , and got a user hash, now it seems i must send another query to yahoo building a url with another sig, to get...
themtmind
Offline Send Email
Aug 31, 2008
9:01 pm
510
Yahoo developed its mail service by adding rocketmail and ymail domains. However, it is not very convenient to write all email address (such as" ...
Ergun Meric
mericerg
Offline Send Email
Aug 31, 2008
9:01 pm
511
Hi, I am using JAX-WS for consuming yahoo mail api. I am getting list of all folders. The next thing I want to see working is to get list of all messages of a...
harsha_pr
Offline Send Email
Sep 3, 2008
3:45 am
512
Hi, i'm trying to get all contacts from a yahoo account i'm able to perform the requests for bbauth and retreive the token and wssid, when i try to request the...
Paulo Sergio
pauloslferna...
Online Now Send Email
Sep 4, 2008
4:51 pm
513
... I'm guessing it's because you didn't pass along any search criteria in your request. Have a look at this link for some of the parameters that you can pass...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Sep 4, 2008
5:04 pm
514
Hi Ryan, if so can you tell me how to get all contacts? thanks, paulo f...
Paulo Sergio
pauloslferna...
Online Now Send Email
Sep 4, 2008
5:13 pm
515
Paulo, Try http://address.yahooapis.com/v1/searchContacts ?format=json &fields=all Plus your signing info, more details are here: ...
Charles Wu
wccwcc
Offline Send Email
Sep 4, 2008
5:31 pm
516
hi, tried with this link : ...
Paulo Sergio
pauloslferna...
Online Now Send Email
Sep 4, 2008
5:31 pm
517
hi Charles, i've just tried this: ...
Paulo Sergio
pauloslferna...
Online Now Send Email
Sep 4, 2008
5:55 pm
518
... Paulo, two questions: 1) What HTTP response code are you getting back? 2) Are you sending the "Y" cookie in your request? -- Ryan Kennedy Technical Yahoo! ...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Sep 4, 2008
6:20 pm
519
It works :) Thanks a lot the help, let me explain what was the issue: i was not seeing the cookie because i was not getting it from where should ... anyway i...
Paulo Sergio
pauloslferna...
Online Now Send Email
Sep 4, 2008
6:53 pm
520
Hi, I'm working through some of Browser Based Authentication Using C#, and for the step of receiving permission from the user, I'm curious to see some examples...
robsartgallery
Offline Send Email
Sep 8, 2008
8:12 pm
521
There is PHP code available here: http://developer.yahoo.com/auth/ And the auth in c# is available in some of the How To's here ...
Charles Wu
wccwcc
Offline Send Email
Sep 8, 2008
8:33 pm
522
... You can have a look at the sample Mail code: http://developer.yahoo.com/mail/code/ Download the C# code and pop it open. Look for "Yahoo.Authentication" ...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Sep 8, 2008
8:39 pm
523
Several days ago, the web interface changed for my sbcglobal.net mail (which uses Yahoo). E.g., when I compose messages, the BCC line no longer appears by...
Fred Goodwin
fred_ut1977
Offline Send Email
Sep 9, 2008
8:41 pm
524
... in order to call the web services in your app you need to be online anyway, during development too. there is nothing preventing you from getting an app id...
Tsahi Asher
tsahi_75
Online Now Send Email
Oct 13, 2008
7:56 am
525
yeah, i'd like to know that too....
Tsahi Asher
tsahi_75
Online Now Send Email
Oct 14, 2008
12:30 pm
526
hi, i'm trying to access the ListMessages web service with SOAP and C#, with the code visual studio generates from the WSDL file. i'm following the C# example,...
Tsahi Asher
tsahi_75
Online Now Send Email
Oct 14, 2008
1:17 pm
527
This is probably a basic question, but in the documentation where is says: "make a request to the URL https://api.login.yahoo.com/WSLogin/V1/wspwtoken_login...
robsartgallery
Offline Send Email
Oct 14, 2008
4:52 pm
528
... You have to set the "fid" parameter, using the folder ID you get back in ListFolders. In addition, you'll also need to set startMid/ startInfo and...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Oct 14, 2008
5:54 pm
529
Hi,   Is there any way to read message from Yahoo! mail. Any API. Plz reply. Thanks & regards Amitava Hi, Is there any way to read message from Yahoo! mail....
Amitava
raychaudhuri...
Online Now Send Email
Oct 14, 2008
5:56 pm
530
... Specify startInfo and numInfo instead of startMid and numMid. By specifying num/startMid you're asking the web service to just return you a sequence of...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Oct 14, 2008
5:56 pm
531
... You can send them as URL query parameters, i.e.: https://api.login.yahoo.com/WSLogin/V1/wspwtoken_login?appid=foo&ts=1224010680&token=bar&sig=baz -- Ryan...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Oct 14, 2008
6:00 pm
532
... Yes, you can use the Yahoo! Mail Web Service: http://developer.yahoo.com/mail/ Specifically you'll want to look at the GetMessage method: ...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Oct 14, 2008
6:01 pm
533
... I'm sorry, but I don't get any MessageInfo's or Mid's (in the mid return parameter) either way. The following code also returns null at messageInfo: ...
Tsahi Asher
tsahi_75
Online Now Send Email
Oct 14, 2008
10:33 pm
534
... BTW, the documentation for ListMessages is wrong. the fid parameter is string and not Fid (at least, that's the code VS generated from the WSDL). this may...
Tsahi Asher
tsahi_75
Online Now Send Email
Oct 14, 2008
10:41 pm
Messages 505 - 534 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