Hiya, Wrong place indeed to post this; you need to make your own thread rather than posting in mine... But I can help you with these issues all teh same to...
HI, I am able to auhtenticate the user with BBAUTH and I am getting users contact list too. How I can fetch user's Yahoo! account information in a third party...
... ps. I'm aware I could probably hack together the login page form details for OAuth or BBAuth (if the key creation facility was working) and spoof an...
Hi, i wrote the following class in java for getting contacts. I am using BBauth. public class GetAllContactsTest extends AbstractTestCase{ final Logger LOGGER...
Hi, When i tried to register for my application, i get a list of all the scopes. I found that the scope for Address Book is read only. Can i modify or delete...
I am not sure if this is where I should be asking this, but I am almost totally lost as to what I am supposed to be doing, and the instructions seem to be...
Hi, I wish to have my website simply login to the yahoo mail account for the my organisation so as to retrieve our address book and keep the details of the...
Hi: I have registered a strawman application, "Email Teller" that can potentially access the yahoo mail services for a given user. Unexpected output in the...
Hello! I am building an application using yahoo's bbauth. I have managed to authenticate the user correctly. The thing is that I do not know which user is the...
... I don't believe the AppID by itself would pose a problem, just make sure to not include the AppID *with* the secret, otherwise someone could start...
... Semih, this is working "as designed", meaning that it always defaults back to the YDN homepage when permission is denied or canceled. (Actually, it now...
Hi All, I've implemented Yahoo's BBAuth and it's working alright, but when the user chooses not to give permission and clicks "I Do Not Agree" button in the...
Hi guys, I'm trying rerun kennedy app sample. as long as i've not token yet, i add function login in after create BBAuthentication instance. look like this: ...
Hi All, I'm facing below error during getUserData via axis transport ws. HTTP Transport error : '411' - 'Length Required'; nested exception is: this is little...
before make the curl call i'm doing this [...] $url = urlencode($this->generateAuthURL()); curl_setopt( $ch, CURLOPT_URL, $url); [...] ...and I have the same...
... 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 ...
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...
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 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...
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...
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...
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...
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 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...
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...