Search the web
Sign In
New User? Sign Up
ydn-auth · Yahoo! Authenticated Web Services
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 700 - 729 of 729   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
700
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...
clinicahealth
Offline Send Email
Mar 20, 2009
8:21 pm
701
I used the Yahoo! Browser-Based Authentication in my site.. How to get the email id and name of the user in my web site? Sajeev...
sajeevml
Offline Send Email
Mar 23, 2009
6:03 pm
702
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...
zeeshan_ncba
Offline Send Email
Apr 7, 2009
6:08 pm
703
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...
knightrookbishop11
knightrookbi...
Offline Send Email
Apr 21, 2009
5:44 am
704
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...
archanasingh_14
Offline Send Email
Apr 29, 2009
5:27 pm
705
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...
Raul Macias
raulhmacias
Offline Send Email
May 11, 2009
6:34 pm
706
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...
Raul Macias
raulhmacias
Offline Send Email
May 11, 2009
6:34 pm
707
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...
Raul Macias
raulhmacias
Offline Send Email
May 19, 2009
6:16 pm
708
You could try setting up a mock service and point your app to that one while testing....
Tibor
jbtibor
Offline Send Email
May 19, 2009
8:51 pm
709
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...
clinicahealth
Offline Send Email
May 29, 2009
5:00 pm
710
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...
jbtibor@...
jbtibor
Offline Send Email
May 29, 2009
5:39 pm
711
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...
Rubayeet Islam
rubayat2003
Offline Send Email
May 31, 2009
5:17 pm
712
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...
Raul Macias
raulhmacias
Offline Send Email
May 31, 2009
9:17 pm
713
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...
Ricardo Scattini
rscattini
Offline Send Email
Jun 2, 2009
5:55 pm
714
... 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 ...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Jun 2, 2009
5:58 pm
715
before make the curl call i'm doing this [...] $url = urlencode($this->generateAuthURL()); curl_setopt( $ch, CURLOPT_URL, $url); [...] ...and I have the same...
Ricardo Scattini
rscattini
Offline Send Email
Jun 4, 2009
10:23 pm
716
I am building a web app with "single sign on" and was wondering if displaying the "appid" is a security issue for example: ...
Diego Montalvo
earthoid
Offline Send Email
Jun 10, 2009
6:14 pm
717
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...
Hira Sirojudin
hira.sirojud...
Offline Send Email
Jun 15, 2009
9:05 pm
718
If I have an application and it is displaying the BBAuth appid in the query string is it a security problem? example:...
Diego
earthoid
Offline Send Email
Jun 15, 2009
9:06 pm
719
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: ...
hira sirojudin
setpersibnuaing
Offline Send Email
Jun 15, 2009
9:06 pm
720
Is it bad or a security issue to display the BBAuth "appid" in the query string for others to see? for example:...
Diego
earthoid
Offline Send Email
Jun 15, 2009
9:06 pm
721
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...
hazarsemih
Offline Send Email
Jun 24, 2009
3:20 pm
722
... 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...
Brian Cantoni
brian.cantoni
Offline Send Email
Jul 23, 2009
11:05 pm
723
... 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...
Brian Cantoni
brian.cantoni
Offline Send Email
Jul 23, 2009
11:06 pm
724
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...
jabuchoto
Offline Send Email
Jul 29, 2009
7:37 pm
725
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...
ravi_mohandas
Offline Send Email
Aug 4, 2009
1:24 am
726
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...
demongamers
Offline Send Email
Aug 28, 2009
8:22 pm
727
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...
reslight
Offline Send Email
Sep 8, 2009
5:40 pm
728
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...
digipetest
Offline Send Email
Sep 11, 2009
3:47 pm
729
Hi, i wrote the following class in java for getting contacts. I am using BBauth. public class GetAllContactsTest extends AbstractTestCase{ final Logger LOGGER...
DiGI
digipetest
Offline Send Email
Oct 6, 2009
5:15 pm
Messages 700 - 729 of 729   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help