Hi, Im having the same problem. I traced the problem to curl_exec() in getAccessCredentials() curl is installed and seems to be working(I tried twitter api to...
... Click on "Options" in the top right corner and select "Mail Options" in the dropdown. On the options page, near the top right corner, you should see "The...
... Oops, sorry, I forgot to send the update to the group. It sounds like the crossdomain.xml for mail.yahooapis.com will be pushed out on July 14th, so sit...
Boxbe is getting an error for new users who try to enable "Boxbe for Yahoo" via the Yahoo Mail Webservices API. It seems that we have had a problem with a...
To use the Yahoo! Mail API functionality, is there anyway to access and use it without requiring a specific url for bbauth? Is there a way to use this in a...
Hi I am using Axis2 v1.4 with the Yahoo mail api. I am cutting thru maze of errors and I am stuck at the following exception: org.apache.axis2.AxisFault:...
... No, you need to provide a concrete URL during the signup process. That being said, there's nothing preventing that URL from being a redirect. You could use...
Hi, In using the Yahoo! Mail API I used the php quickstart files as a springboard. I have mostly made my app and it works well. However sometimes in refreshing...
Hi, I have been using the Yahoo! Mail API to customize styling of how my inbox can be shown on a page. However I want to embed this page on another website...
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" ...