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 your group to be featured on the Yahoo! Groups website? 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 524 - 553 of 651   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
535
... Are you sure that the folder you're querying has messages in it? This is how I would code it: ListMessages param = new ListMessages(); param.fid = fid.fid;...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Oct 14, 2008
10:46 pm
536
... OK, that worked. It seems like the web service doesn't like getting UInt64.MaxValue as numInfo. When sending it the FolderData.total for that folder it...
Tsahi Asher
tsahi_75
Online Now Send Email
Oct 15, 2008
9:55 am
537
The MessageInfo objects returned by ListMessages returns only the name of the destination address (the To: field) of the message, and not the address. It would...
Tsahi Asher
tsahi_75
Online Now Send Email
Oct 15, 2008
5:00 pm
538
When I set the filterBy parameter of ListMessages to a Flag object, how are the flags in the object treated? Do I get messages that comply with all the flags...
Tsahi Asher
tsahi_75
Online Now Send Email
Oct 15, 2008
9:21 pm
539
... The ListMessagesResponse object has a "folder" property that should contain a FolderData object. You can use that. -- Ryan Kennedy Technical Yahoo! ...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Oct 16, 2008
5:56 am
540
The EmptyFolder method documentation says that the method receives a Fid object as a parameter. However, the WSDL suggests that it receives a string, which is...
Tsahi Asher
tsahi_75
Online Now Send Email
Oct 20, 2008
5:24 pm
541
The ListMessages method returns, among other things, a list of MessageInfo objects. each such object has a member named receivedDate, which gives the message's...
Tsahi Asher
tsahi_75
Online Now Send Email
Oct 20, 2008
5:30 pm
542
... It's unix time, i.e. the number of seconds since the epoch: http://en.wikipedia.org/wiki/Unix_time "The Unix epoch is the time 00:00:00 UTC on January 1,...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Oct 20, 2008
5:37 pm
543
... thanks. that example actually has a bug, because the new date is returned from the DateTime.AddSeconds() method, and not added to the same instance (the...
Tsahi Asher
tsahi_75
Online Now Send Email
Oct 21, 2008
7:13 am
544
Are there any plans for supporting Actionscript with the Yahoo Mail APIs? Also, is there support for oAuth with Yahoo Mail APIs versus BBAuth?...
sbommakanty
Offline Send Email
Oct 22, 2008
4:55 am
545
... BBAuth? ... Hi Look for Oauth with client application support early next year. Oauth will make authenticating Flash/Actionscript much more secure....
Jason Rupp
jason.rupp
Offline Send Email
Oct 25, 2008
3:54 am
546
Regarding http://search.cpan.org/CPAN/authors/id/J/JL/JLEV/Yahoo-BBAuth- 0.50.tar.gz my $obj = {fid => 'Inbox'}; my $json =...
opensource_development
opensource_d...
Offline Send Email
Oct 27, 2008
12:49 am
547
Hi there, I keep getting "Network Error" exceptions from Yahoo while calling auth.UpdateCredentials() This happened since 2 days ago, before that, everything...
autosdepo
Offline Send Email
Oct 28, 2008
2:40 am
548
... Yes, it's little known side effect, however changing your password will invalidate any outstanding BBAuth tokens that you may have. -- Ryan Kennedy ...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Oct 28, 2008
5:33 am
549
... Thanks for reply, Ryan Anything I can do to get it back? I had tried to restore my YahooMail password but still got the same error. I even re-get new DevID...
autosdepo
Offline Send Email
Oct 28, 2008
5:19 pm
550
Hi, Using BBAuth, is there any way for the following: 1) To login from a desktop client, which donot have any server and permanent IP address. 2) To log off...
Amitava
raychaudhuri...
Online Now Send Email
Oct 28, 2008
5:20 pm
551
... You need to get a new token. The user (yourself) will have to go back through the authorization flow where they log in and grant access to the application....
Ryan Kennedy
rckenned_at_...
Offline Send Email
Oct 28, 2008
5:25 pm
552
... You'll have to use a browser to do the authorization. The browser would have to hit your public web server to do the authorization step. Afterwards, you...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Oct 28, 2008
5:29 pm
553
Hi,   I am not sure, but isn't oAuth is already implemented? Please have a look in these links : http://developer.yahoo.com/oauth/guide/index.html ...
Amitava
raychaudhuri...
Online Now Send Email
Oct 28, 2008
7:37 pm
Messages 524 - 553 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