I am doing the exact same thing with md5 etc and I get the following error "Service is currently unavailable - Signature error". Where am I going wrong? Thanks...
Hi, I am writing to ask some details about your authentication API. We are currently using BBAuth to authenticate users for our site using their existing...
hello.. Is there a way to get the username and mail id from the token retrived from the yahoo sigin page, ie from the authentication api call ???? if so how???...
... Vidya: you're sending the binary md5 for the signature. Make sure you send the hex representation. Use md5_hex() in Perl, not md5(). -- Ryan Kennedy ...
... When you register your application: http://developer.yahoo.com/wsregapp/index.php check the box that says "Single Sign On, No user data can be accessed"....
Hi Ryan, Thanks for the replay. We are aware of the 'Single Sign On, No user data can be accessed' option, unfortunately this is not what we need. Knowing that...
Hi, I've seen several posts on this, but not much in replies. Anyway, here goes... I think I'm doing the MD5 hash and hex encoding correctly, but am ending up...
Hi there, I have been wrestling with an error in the documentation for the last half hour. On this page: http://developer.yahoo.com/auth/authcalls.html the...
Hi, I was able to generate a login URL for users of my application and successfully obtain the token. I have set up Axis2 v 1.1 with JDK 1.6.0_06-b02. I have...
For the Single Sign On what is the problem with the Yahoo ID of the user being shared with the application developer? Open ID standard shares the Open ID url...
... Look at the "send_userhash" option: http://developer.yahoo.com/auth/user.html "If this optional parameter equals '1', the Yahoo! login server includes an...
... Hi Ryan, thanks for the answer. The userhash is ok for the authentication part - now we only need a way to get the user ID from the service :) (i see that...
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 Rakesh, I am one of those who has been trying to get this problem resolved. I reported it about 7-8 months ago. I suspect access from some countries might...
Hi, i'm working on a Rails application, and i've written the code to use bbauth and to retrieve all contacts for a Yahoo account. The BBAuth part seems to work...
Elise, You need to include you appid in the call string, (you might have just scrubbed it out for privacy) http://address.yahooapis.com/v1/searchContacts? ...
... Also, make sure you send the "Y" cookie in the request. That isn't indicated in the Address Book documentation, but you do need to send it. There are more...
I get the same problem, and I am from Israel. Tsahi ... I reported it about 7-8 months ago. ... since this obviously has worked for most others.Iam in...
I have known all process flow. That 's great. But i need do the user auth, though i have my user's email and password. Do you have a method to input user'...
1. get own appid and secred 2. web check domain 3. auth 4. BBauth authentication Successful 5. run JaxWsSample with appid,secred,token static String appid =...
Hello, Why is it forbidden to use HTTPS in BBAuth Success URLs ? (I have the following error: "Please input a valid bbauth success url") I know that is someone...
Thanks for the tips. I do add the cookies, but not the appid, so i'll give it a go (and go complain on the right forum if that doesn't work ... Best Regards, ...
I've everything that I need for the bbauth process, but I'm currently developing my application in my local environment, so, is there any sandbox or something...
... Martin, you could test the rest of your code flow locally, but for the bbAuth part you can only redirect to a publicly-available URL. It needs to be public...
... Romain, I'm looking into the background for why HTTPS is not currently supported and will determine if that's something we can add. Brian Cantoni YDN...
... For privacy reasons the user's Yahoo! ID and email address are not revealed to the 3rd-party application when using bbAuth. This is something that might...