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...
Show off your group to the world. Share a photo of your group with us.

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 522 - 552 of 729   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
522
Hi, We have released a component for doing authentication with Yahoo!'s BBAuth. You can find it at http://code.google.com/p/oka/ ...
irina2000d
Online Now Send Email
Aug 1, 2008
3:22 pm
523
nice, thanks Irina. BTW, is there a reason you need access to the user's address book?...
isao
i5ao
Online Now Send Email
Aug 1, 2008
4:06 pm
524
The code in ybrowserauth.class.php5 (and .php4) contains the following code in YBBauthREST::createAuthWSurl: if (stristr($url,'?') == false) $url .= '?'; ...
Jim Bumgardner
jbum
Offline Send Email
Aug 1, 2008
11:35 pm
525
Hi isao, In our app we want to have the id of the user because we offer a Yahoo! Messenger bot that you can use to quickly add things to our site: you write a...
irina2000d
Online Now Send Email
Aug 3, 2008
5:42 am
526
Yes, i have tried... but failure.....
Kannan Nadarajan
dhivyan_2005
Offline Send Email
Aug 3, 2008
6:45 pm
527
can you provide more details of your openid implementation?the v2 spec should be pretty solid. (no v1 though)....
Isao Yagi
i5ao
Online Now Send Email
Aug 4, 2008
4:06 am
528
you're right, thanks. agreed. I personally also prefer to see curly braces for the if/thens as a style issue.....
Isao Yagi
i5ao
Online Now Send Email
Aug 4, 2008
4:08 am
529
I am the beginner in this yahoo mail api concept. I am working in ASP.NET 2.0 I have faced the following error in Browser Based Authentiaction. "Sorry! This...
hhumbhi
Offline Send Email
Aug 4, 2008
6:14 am
530
I'm not a C# expert, but I'd recommend checking a couple of things. 1. is your server's time accurate? is it unix timestamp (integer seconds since 1970..)? 2....
isao
i5ao
Online Now Send Email
Aug 4, 2008
7:31 pm
531
Hi Vaibhav, what did you base your code on, and what were the errors?...
isao
i5ao
Online Now Send Email
Aug 4, 2008
8:42 pm
532
Hi Tsahi The error msg says bad appid, so check that the value of appid you're using is valid for the service you want to use. You can get new appid's from...
isao
i5ao
Online Now Send Email
Aug 4, 2008
8:46 pm
534
If it helps to the list. In case you are using a VMware virtual machine for developemnt especially with guest being kernel 2.6, you may have problems with time...
Anshul Agrawal
anshulkumara...
Offline Send Email
Aug 4, 2008
9:40 pm
535
hi, thanks for the reply. when i registered, i only registered for read/write access to yahoo mail and address book, but my appid did work for a few days for...
Tsahi Asher
tsahi_75
Online Now Send Email
Aug 6, 2008
10:00 pm
536
you should download the compiled dll from http://developer.yahoo.com/dotnet/#download. it has a method that will generate the login url for you, so you don't...
Tsahi Asher
tsahi_75
Online Now Send Email
Aug 6, 2008
10:00 pm
537
today the getTime call succeeded, with no change in my code, with these numbers: Yahoo! time: 1218206774 localhost time: 1218206791 but i still can't get a...
Tsahi Asher
tsahi_75
Online Now Send Email
Aug 8, 2008
2:52 pm
538
Hi, I am new to Yahoo developer API. I would like to use the AdressBook api for my web application. Now my web application supports different languages. So I...
pjathi5
Offline Send Email
Aug 8, 2008
7:43 pm
539
Hello Pradeep, I don't know if BBAuth can present locale-specific login pages. I'd expect that it should, and I can try and find out. sending data to/from...
isao
i5ao
Online Now Send Email
Aug 8, 2008
7:51 pm
540
I am only concerned about the locale-specific login pages. If you could find out that would be great. And also is there a way to change the registered endpoint...
pjathi5
Offline Send Email
Aug 8, 2008
10:52 pm
541
BBAuth over HTTPS is not available yet, but will be in the near future. Also, you need to create a new appId for every new endpoint right now. Again, there are...
isao
i5ao
Online Now Send Email
Aug 8, 2008
10:55 pm
542
Hi, Is the following scenario currently supported? (or are there plans to support it?) I want to be able to redirect the user to a different parts of the app ...
Arun Prakash
arunprakashb
Offline Send Email
Aug 11, 2008
3:36 am
543
no, it's not supported-- you would want to decide where to direct/redirect your user in your own application, i'd think....
isao
i5ao
Online Now Send Email
Aug 11, 2008
3:38 am
544
... You can have a static URL that Yahoo! sends your users to after logging in and use the "appdata" parameter to redirect the user into another part of your...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Aug 11, 2008
4:05 am
545
What you can do is set appdata to XYZ (or some hashed form thereof) in your request. This comes back with the callback url and you can use this info to...
Vidya Rangasayee
vrangasayee
Offline Send Email
Aug 11, 2008
2:53 pm
546
thanks for the follow ups Vidya, Ryan; My response was too brief. Anyway, the description of the appdata parameter from ...
isao
i5ao
Online Now Send Email
Aug 12, 2008
12:05 am
547
Hi, Thanks for all the replies. So now I want to register a new account with a new endpoint url. I have a question about that. My application url is...
pjathi5
Offline Send Email
Aug 12, 2008
2:16 am
548
you'll need to get an appid for each endpoint right now, afaik... in the future, some of this will be a bit more streamlined, for example you shouldn't have to...
isao
i5ao
Online Now Send Email
Aug 12, 2008
2:20 am
549
So does that mean that to create a new endpoint url, I can use the same account details and I dont have to go through the domain verification process? or it is...
pjathi5
Offline Send Email
Aug 12, 2008
5:12 pm
550
yes, you need to get a new appid for each web app url and endpoint url combination. if you change the url of one of the boxes in the diagram on this page...
isao
i5ao
Online Now Send Email
Aug 12, 2008
5:39 pm
551
I'm trying to get the URL of the log on page the user should get, and I think I'm following the example closely enough, but it still doesn't work. it's an...
Tsahi Asher
tsahi_75
Online Now Send Email
Aug 12, 2008
8:09 pm
552
could you please paste the code of the url generator (minus the appid if you wish). thanks Vidya ... From: Tsahi Asher <tsahi_75@...> To:...
Vidya Rangasayee
vrangasayee
Offline Send Email
Aug 13, 2008
2:40 pm
Messages 522 - 552 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