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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 487 - 517 of 729   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
487
Hi, I wonder is there a way of using yahoo web service api, such as address book api without using the BBA? My application isn't browser based and I donot want...
jeff16.ye
Offline Send Email
Jul 1, 2008
10:40 pm
488
... Currently, accessing the Address Book API requires Browser-based Auth (bbAuth). As part of bbAuth, you must have a public web address / domain that can be...
Brian Cantoni
brian.cantoni
Offline Send Email
Jul 1, 2008
11:12 pm
489
Another possibility is to * create in your local web server a host with the same name as your public domain * add the relation (localhost = public domain name)...
Irina Dumitrascu
irina2000d
Offline Send Email
Jul 2, 2008
12:33 am
490
woah.! thx Irina, I will try it out tonight at home. As far as I think... this should work. thanks again. Martin. ... From: Irina Dumitrascu...
Martin Iglesias
martin.igle
Offline Send Email
Jul 2, 2008
4:48 pm
491
Hi Brian, Thanks for the reply! I wonder do we have a timeline when other authentication schemes will be provided in the future? Jeff ... as ... the ... and ...
jeff16.ye
Offline Send Email
Jul 2, 2008
4:49 pm
492
... No, nothing specific. I was just speaking in general terms, but the short answer is that bbAuth is the solution for now. thanks, Brian...
Brian Cantoni
brian.cantoni
Offline Send Email
Jul 2, 2008
9:25 pm
493
I've been seeing the following message since yesterday, when trying to do web-based authorization: Sorry! This service is currently unavailable. Invalid...
Jim Bumgardner
jbum
Offline Send Email
Jul 2, 2008
10:00 pm
494
Hi, I've got the same problem here, but I just tried to use it since yesterday.. Did it already work for you ? Do you think it's a problem from yahoo ? I'm...
julien.burnet
Offline Send Email
Jul 7, 2008
11:07 pm
495
I downloaded the php code sample (bbauth_quickstart) to try the MAIL example, It fails in getAccessCredentials() function in ybrowserauth.class.php4 (Im using...
ggarunkumar
Offline Send Email
Jul 7, 2008
11:07 pm
496
I have got a fresh token today I have generated WSSID and auth Cookie My application has access to Scope: Yahoo! Mail with Read/Write access Scope: Yahoo!...
harsha_pr
Offline Send Email
Jul 14, 2008
4:19 am
497
Hi, I am posting my Java code here. I am manually getting the auth Cookie and WSSID (after programitically generating the URL to get them) required to make the...
harsha_pr
Offline Send Email
Jul 14, 2008
6:36 pm
498
Hi, I am trying to get hold of an API ( Browser Based Authentication ). Even though the domain is verified, upon clicking "Continue", it goes back to the same...
alex
alexchen0704
Offline Send Email
Jul 15, 2008
2:52 pm
499
Hi , I am trying to construct to login URL(http://developer.yahoo.com/auth/user.html#constructing) to the Yahoo Address Book. First of all , when I register my...
maya.tatum
Offline Send Email
Jul 16, 2008
8:01 pm
500
it worked now. maybe the bot doesn't work on weekends ;) Tsahi...
Tsahi Asher
tsahi_75
Online Now Send Email
Jul 17, 2008
4:52 pm
501
... We actually provide pre-built code on developer.yahoo.com for dealing with BBAuth in .NET: http://developer.yahoo.com/dotnet/ Give that a try instead of...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Jul 17, 2008
6:26 pm
503
... Thanks Ryan, I downloaded the source code and using the Yahoo.Authentication class but I am getting the page can't be displayed message on ...
maya.tatum
Offline Send Email
Jul 17, 2008
10:27 pm
504
... Part of the authentication calls use the current time of the machine the code is running on. Is it possible that the time on your server is out of sync?...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Jul 17, 2008
10:45 pm
505
Ok - I think I may have figured out why some of us have been seeing this problem. On the registration page where it asks you to enter the "Description of...
Unmesh Mayekar
unmeshm
Offline Send Email
Jul 18, 2008
10:32 am
506
... Ryan, No luck, seems like server and the development machine time zone are in sync. Any other suggestions ? Thanks Maya...
maya.tatum
Offline Send Email
Jul 18, 2008
5:23 pm
507
Hello, I saw couple postings on 403 error but haven't seen any posting about the solution. I am hoping somebody out there can point me to the right direction. ...
maya.tatum
Offline Send Email
Jul 22, 2008
3:51 pm
508
... Where do you add the cookies in the request ? Is there any parameter such as cookies in the request ? Such as ...
maya.tatum
Offline Send Email
Jul 23, 2008
1:56 am
509
... Use the "Cookie" HTTP header. Cookie: Y=... -- Ryan Kennedy Technical Yahoo! rckenned@......
Ryan Kennedy
rckenned_at_...
Offline Send Email
Jul 23, 2008
2:20 am
510
Hi, I cross posted this in the Mail API Group but I realized this is probably more appropriate for this list, so I apologize in advance. Anyways, here are my...
mail_deposit
Offline Send Email
Jul 25, 2008
2:37 am
511
Hi, Why we need shared secret in BBAuth? I read doc from Google Data API and MSN live API, neither requires it. From the client->server side, without the...
zhongtie
Offline Send Email
Jul 27, 2008
6:48 pm
512
i'm trying to get a token for a simple ASP.NET app. i have this C# code in my Page_Load event handler. Authentication auth = new Yahoo.Authentication(appid,...
Tsahi Asher
tsahi_75
Online Now Send Email
Jul 28, 2008
9:57 pm
513
Hi all, http://kazowie-stage.tomcoh.com/test/consumer/index.php By the by, i am new to yahoo openid. i have already worked with myopenid and aol openid. my...
Kannan Nadarajan
dhivyan_2005
Offline Send Email
Jul 30, 2008
9:13 pm
514
Hi Tim, Not sure about MS Live, but you're right it-- looks like Google's unsecured AuthSub doesn't require a shared secret, or even advanced registraion of...
isao
i5ao
Offline Send Email
Jul 30, 2008
9:13 pm
515
Hi, 1) sounds reasonable, I know folks are doing something similar for yahoo mail google widgets. http://www.google.com/ig/directory?q=yahoo+mail Don't use 'em...
isao
i5ao
Offline Send Email
Jul 30, 2008
9:31 pm
516
Hi Kannan, Looks like the OpenId pages are light on examples. But you can now use "Directed Identity" feature of the OpenId 2 spec with Yahoo; for example,...
Isao Yagi
i5ao
Offline Send Email
Jul 30, 2008
9:55 pm
517
Hi, Thanks for your reply. I tried the url http://yahoo.com as openid URL, but this (http://kazowie-stage.tomcoh.com/test/consumer/index.php) page returns the...
Kannan Nadarajan
dhivyan_2005
Offline Send Email
Jul 31, 2008
6:18 am
Messages 487 - 517 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