Hi, I started with creating app ID . and registered my server to gtet app id . after that i followed steps to create signature and i submit the url. i got the...
I've just found out that Yahoo! is testing Simple Registration, what means that with OpenID will be quite easy to get user information (including email)....
The last FAQ entry on the link in the email you've replied on gives you the answer, please read it (reading includes following the links too). Time to verify...
Hi, Is it possible to authenticate a user from a mobile phone using oAuth, While oAuth claims to support mobile devices, I did not find any documentation in...
Hi, Is there any way to restrict which Yahoo users are allowed to use an application that's using BBAuth ? Or in other words does it have to be ANYONE with a...
Similar questions, e.g. http://tech.groups.yahoo.com/group/ydn-auth/message/465 http://tech.groups.yahoo.com/group/ydn-auth/message/640 I'd recommend using...
Hi, I'm a newbie so please pardon my question that most likely has been asked before but I am not able to find any answers via search. I am using the sample...
since you don't have the Yahoo ID of the users who log on, just the token representing them, you can't tell who is logging to your application. you could, if...
On openid.net (the website of OpenID Foundation) you will find the OpenID specifications and links to libraries for various programming languages. ... From:...
Hello all, I am trying to use a sample, with OAuth. When trying to authenticate, i've got this message : OAuth Error Custom port is not allowed or the host is...
I'm getting the infamous "Invalid (missing) src or appid" error. I'm running this from a dev machine, and have tweaked my /etc/hosts file so my browser thinks...
Hi, I made two pages in asp.net, one to call the login page and the second to get response from login aftre bbAuth. My problem is, my page calls the yahoo...
Hello Everyone, I am trying to connect to Yahoo's OAuth server using App Engine and i keep getting an error msg: (I got this by redirecting the request to my...
Hi, i want to know how to use yahoo api for authentication of email id. Where can i find the skelton code of the yahoo api function which enable email...
I want to know what is the best way to test BBAuthentication locally (in a dev machine that is not exposed to the internet). I know for example that this can...
In the first page, where you send the user to the login screen, you need to store the Yahoo.Authentication object in session state first like so: // Create an...
I have exactly the same question: what is the best way to test Yahoo Browser Based Authentication locally? there should be a way for us developers to test this...
Tibor -- Have you succeeded with "pointing your app to [a test site]"? When we try this, we get errors, per previous emails in this thread. In order to set up...
Hi Pete, a mock service is something you create, it behaves like you program it, so it depends only on you if it requires a new app id or it accepts your live...
Hi, I am trying to build an invitation tool for my web app just like Twitter's (http://twitter.com/invitations). I've been reading about the BBAuth mechanism...
Probably they are not using BBAuth Maybe all they are doing is a manual HTTP request to the Yahoo AddressBook site to export the user's contact list as a CSV...
Hi: I'm developing an app in PHP to import contacts from Yahoo API throughout BBAuth. I followed carefully all the steps to generate/make the Signature. The...
... You're not calling urlencode() on any of the URL query parameters. It's entirely possible that would cause a signature verification error. -- Ryan Kennedy ...