The code in ybrowserauth.class.php5 (and .php4) contains the following code in YBBauthREST::createAuthWSurl: if (stristr($url,'?') == false) $url .= '?'; ...
Hi isao, In our app we want to have the id of the user because we offer a Yahoo! Messenger bot that you can use to quickly add things to our site: you write a...
I am the beginner in this yahoo mail api concept. I am working in ASP.NET 2.0 I have faced the following error in Browser Based Authentiaction. "Sorry! This...
I'm not a C# expert, but I'd recommend checking a couple of things. 1. is your server's time accurate? is it unix timestamp (integer seconds since 1970..)? 2....
Hi Tsahi The error msg says bad appid, so check that the value of appid you're using is valid for the service you want to use. You can get new appid's from...
If it helps to the list. In case you are using a VMware virtual machine for developemnt especially with guest being kernel 2.6, you may have problems with time...
hi, thanks for the reply. when i registered, i only registered for read/write access to yahoo mail and address book, but my appid did work for a few days for...
you should download the compiled dll from http://developer.yahoo.com/dotnet/#download. it has a method that will generate the login url for you, so you don't...
today the getTime call succeeded, with no change in my code, with these numbers: Yahoo! time: 1218206774 localhost time: 1218206791 but i still can't get a...
Hi, I am new to Yahoo developer API. I would like to use the AdressBook api for my web application. Now my web application supports different languages. So I...
Hello Pradeep, I don't know if BBAuth can present locale-specific login pages. I'd expect that it should, and I can try and find out. sending data to/from...
I am only concerned about the locale-specific login pages. If you could find out that would be great. And also is there a way to change the registered endpoint...
BBAuth over HTTPS is not available yet, but will be in the near future. Also, you need to create a new appId for every new endpoint right now. Again, there are...
Hi, Is the following scenario currently supported? (or are there plans to support it?) I want to be able to redirect the user to a different parts of the app ...
... You can have a static URL that Yahoo! sends your users to after logging in and use the "appdata" parameter to redirect the user into another part of your...
What you can do is set appdata to XYZ (or some hashed form thereof) in your request. This comes back with the callback url and you can use this info to...
Hi, Thanks for all the replies. So now I want to register a new account with a new endpoint url. I have a question about that. My application url is...
you'll need to get an appid for each endpoint right now, afaik... in the future, some of this will be a bit more streamlined, for example you shouldn't have to...
So does that mean that to create a new endpoint url, I can use the same account details and I dont have to go through the domain verification process? or it is...
yes, you need to get a new appid for each web app url and endpoint url combination. if you change the url of one of the boxes in the diagram on this page...
I'm trying to get the URL of the log on page the user should get, and I think I'm following the example closely enough, but it still doesn't work. it's an...