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 ...
before make the curl call i'm doing this [...] $url = urlencode($this->generateAuthURL()); curl_setopt( $ch, CURLOPT_URL, $url); [...] ...and I have the same...
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...
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'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...
... 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...
... 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...
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...
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...
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...
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, 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...
Hi, i wrote the following class in java for getting contacts. I am using BBauth. public class GetAllContactsTest extends AbstractTestCase{ final Logger LOGGER...