Hi, I wonder is there a way of using yahoo web service api, such as address book api without using the BBA? My application isn't browser based and I donot want...
... Currently, accessing the Address Book API requires Browser-based Auth (bbAuth). As part of bbAuth, you must have a public web address / domain that can be...
Another possibility is to * create in your local web server a host with the same name as your public domain * add the relation (localhost = public domain name)...
Hi Brian, Thanks for the reply! I wonder do we have a timeline when other authentication schemes will be provided in the future? Jeff ... as ... the ... and ...
I've been seeing the following message since yesterday, when trying to do web-based authorization: Sorry! This service is currently unavailable. Invalid...
Hi, I've got the same problem here, but I just tried to use it since yesterday.. Did it already work for you ? Do you think it's a problem from yahoo ? I'm...
I downloaded the php code sample (bbauth_quickstart) to try the MAIL example, It fails in getAccessCredentials() function in ybrowserauth.class.php4 (Im using...
I have got a fresh token today I have generated WSSID and auth Cookie My application has access to Scope: Yahoo! Mail with Read/Write access Scope: Yahoo!...
Hi, I am posting my Java code here. I am manually getting the auth Cookie and WSSID (after programitically generating the URL to get them) required to make the...
Hi, I am trying to get hold of an API ( Browser Based Authentication ). Even though the domain is verified, upon clicking "Continue", it goes back to the same...
Hi , I am trying to construct to login URL(http://developer.yahoo.com/auth/user.html#constructing) to the Yahoo Address Book. First of all , when I register my...
... We actually provide pre-built code on developer.yahoo.com for dealing with BBAuth in .NET: http://developer.yahoo.com/dotnet/ Give that a try instead of...
... Part of the authentication calls use the current time of the machine the code is running on. Is it possible that the time on your server is out of sync?...
Ok - I think I may have figured out why some of us have been seeing this problem. On the registration page where it asks you to enter the "Description of...
Hello, I saw couple postings on 403 error but haven't seen any posting about the solution. I am hoping somebody out there can point me to the right direction. ...
Hi, I cross posted this in the Mail API Group but I realized this is probably more appropriate for this list, so I apologize in advance. Anyways, here are my...
Hi, Why we need shared secret in BBAuth? I read doc from Google Data API and MSN live API, neither requires it. From the client->server side, without the...
i'm trying to get a token for a simple ASP.NET app. i have this C# code in my Page_Load event handler. Authentication auth = new Yahoo.Authentication(appid,...
Hi all, http://kazowie-stage.tomcoh.com/test/consumer/index.php By the by, i am new to yahoo openid. i have already worked with myopenid and aol openid. my...
Hi Tim, Not sure about MS Live, but you're right it-- looks like Google's unsecured AuthSub doesn't require a shared secret, or even advanced registraion of...
Hi, 1) sounds reasonable, I know folks are doing something similar for yahoo mail google widgets. http://www.google.com/ig/directory?q=yahoo+mail Don't use 'em...
Hi Kannan, Looks like the OpenId pages are light on examples. But you can now use "Directed Identity" feature of the OpenId 2 spec with Yahoo; for example,...
Hi, Thanks for your reply. I tried the url http://yahoo.com as openid URL, but this (http://kazowie-stage.tomcoh.com/test/consumer/index.php) page returns the...