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...
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...
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...
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...
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...
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...
... 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...
... 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! ...
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...
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...
... 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" ...
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...
... 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...
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,...
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...
... 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...
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....
... 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...
... 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...
... 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: ...
... 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...