hi, Will it be possible for me to know the process of bbauth. For an instance if i am a normal user of the 3rd party app and when i request to login it...
... There are details and sample code for dealing with BBAuth on the developer network site: http://developer.yahoo.com/auth/ ... The token will be in the URL...
I'm trying to use the BBAuth service and I can't get the Yahoo login page to paint. Instead it says: "Sorry! This service is currently unavailable. We...
Hi, Does the token has expiry date or we can use it as many times as we want.If it expires that is there any way through which the user doesnt has to again and...
... The token expires after 14 days. Until those 14 days are up, you can use the token as many times as you want. When the token expires, you need to send the...
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 =...