Hi I am also new to this I am just starting for developement of application. But I don't have any space online I am trying to connect to yahoo thru my local...
Hi, were looking into developing a yahoo mail widget that will appear on mobile phones. The widget will use the yahoo API to query a users mail details and...
Hi Justin, In the scenario you describe the user will have to log in twice. Once to grant access to your application and a second time to log-in to yahoo. ...
I want to let users to use BBAuth to login to my webapp. But I wonder which data field (in WSDL) is suitable for user identity ? Which is unique and...
... If all you want is to log people in, don't use the Mail API. When you sign up for a BBAuth key check the option above Mail that says "Single Sign On, No...
Thank you. But I have another question: If I only check "Single Sign On, No user data can be accessed" I don't have to get Cookie and WSSID anymore , right ? I...
... Correct...no more cookie or wssid to deal with. ... http://developer.yahoo.com/auth/user.html#token "sig: An md5 hash of the relative path to your endpoint...
Hello Techis, I have just started using yahoo Bbuth, once the yahoo is redirecting to my page, then it is giving Session Value as Null Value... # // Retrieve...
When I import Yahoo contacts from LinkedIn I get a BBAuth page that says: http://www.linkedin.com is asking you and Yahoo! for the ability to automatically log...
... Try asking over on ydn-auth: http://tech.groups.yahoo.com/group/ydn-auth/ Someone there should be able to help you. -- Ryan Kennedy Technical Yahoo! ...
... You're going to run into some JavaScript security restrictions if you attempt to make calls directly to mail.yahooapis.com from the browser. You'll have to...
HI, Thanks for your reply. It would be great, if you give me suggestions for the following 1) I have created Web Application (C#.Net) and accessed the Yahoo...
... Is there a question here or are you just telling me what you're doing? ... If you want to make a call using JavaScript, you have to send the request to...
Hi there, Can anyone tell me whether it's possible to link directly to a draft message? I noticed in the developer documentation that you can link to an ...
... Rajesh, I'm not sure what you're trying to do. There is no API for signing a user out of Yahoo!. Perhaps we could help if you described in greater detail...
I have encountered this exception (I'm using Apache Axis) for a couple of Yahoo Mail accounts while trying to either 1) save a message (API call: SaveMessage)...
Hi Ryan, I have created a web application with (C#.Net). I am able to sign in through the application and I can list all my inbox messages in my client page....
... The way you log the user out is that you discard the credentials you've been given by BBAuth. There's no call to invalidate the credentials. -- Ryan...
... It depends on how you're storing the credentials. If you're storing them in a cookie, delete the cookie. If you're storing them in a database, delete the...
Hi Ryan, Just wondering if there is any news on the bug you opened? I'm not sure what your timescales are internally, so apologies if I'm being too quick of...