How do i get user's credentials through token, using Browser-Based Authentication? How do i get user's credentials through token, using Browser-Based...
You have to ask for the second level ('Mail' access) of authorization - otherwise you cand get just a hash of the user id. If you happen to use PHP there is a...
That's correct, thanks Irina. Of course this sometimes frightens users, since allowing that level of access is pretty intimate. Good news, Yahoo! is testing an...
oh thankyou ser_zone.now its working but know i want to get user's credentials & save that data into my database. How can i do that through "token". can you...
Through Browser-Based Authentication i have made two files, test.php & /ybrowserauth.class.php5 from local server its generate token,after user login but from...
from this part of the message: "Usually, this occurs if your session is inactive for too long or if the request is invalid." did you check your code, or wait a...
I seem to be having a problem getting oauth to work. I have generated all of my keys etc. I redirect my users to the yahoo login page but when they are there...
while execute script from server its not goes to yahoo login page,directly show this error. And when i execute test.php file from local host & redirect it to...
Hi, As you all know, while registering for OAuth/BBAuth, we have to put a file at the root level of the domain. This is done to prove that the developer has...
Hi all i get yahoo user profile through auth . code: // Load the profile for the current user. $profile = $user->loadProfile(); foreach($profile as $key...
Hello! I tried my level best to write kelkoo query at this page http://developer.yahoo.com/kelkoo/request.html and i have both ID and Key for kelkoo. I have...
hi i'm currently developing a Contacts API(read access) of Yahoo. the method i've choose is oauth, but my question is, why is my site "ISN'T REVIEWED by...
Sin, I'm not sure, but I can point you to the OAuth forum (http://developer.yahoo.net/forum/index.php?showforum=42). The engineers there should be able to...
Thanks for the replies! But, why i did not received any notify emails for the replies? Anyway.. i have register the site url step by step on Developer...
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...