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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 651 - 680 of 729   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
651
Hi Elvis, By client, do you mean something besides a web browser? If so, you're correct, BBAuth (which stands for Browser-Based Auth) works in the context of a...
Isao Yagi
i5ao
Offline Send Email
Nov 7, 2008
2:49 am
652
Hi, I am trying to use BBauth for my wordpress powered website www.myloverswish.com I am using bbauth Authentication plugin in wordpress, which uses BBauth...
myloverswish18
Offline Send Email
Nov 7, 2008
2:46 pm
653
Hi, I am using .NET to integrate with Yahoo addr book API. I am able to retrive the WSSID and Cookie values. However, when trying for searchContacts, am...
Dare India
dare_india
Offline Send Email
Nov 9, 2008
8:19 pm
654
... Dear Mr. Kennedy, Is it possible to use bbauthoring using flash and javascript from a geocities page? I use REST api's but i need to use the yahoo mail...
monsignorklaatu
Offline Send Email
Nov 13, 2008
7:13 pm
655
... You cannot use Geocities since you don't control the top level directory in the domain. When you sign up for BBAuth, you will be required to add a file...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Nov 17, 2008
6:55 pm
656
Instead of being forwarded to Yahoo! login page to ask the user for the permission to access her Address Book, the page with the "Sorry! This service is...
Vitali
vkadenski
Offline Send Email
Nov 25, 2008
12:50 am
657
fyi, cross-posted message; see http://tech.groups.yahoo.com/group/ydn-addressbook/message/144...
isao
i5ao
Offline Send Email
Nov 25, 2008
1:35 am
658
The server came back to me too. Without any change to code or new appid/secret. It's next to mystical to me. I hope this will not happen very often....
Vitali
vkadenski
Offline Send Email
Nov 25, 2008
3:22 pm
659
Servers and services may go down sometimes. There is no such thing like 100% uptime. ... From: Vitali <vkadenski@...> Subject: [ydn-auth] Re: Sorry! This...
jbtibor@...
jbtibor
Offline Send Email
Nov 25, 2008
7:41 pm
660
Hi, Anyone know how I can change the BBauth URL that yahoo redirects to? I have been looking for it but I couldn't find it anywhere. Thanks, Justin Halsall...
mindjustin
Offline Send Email
Nov 25, 2008
7:44 pm
661
Justin, You will need to delete your application and create a new one with the re-direct you want. Apparently, there's no way of just updating it. Vitali....
Vitali
vkadenski
Offline Send Email
Nov 25, 2008
9:23 pm
662
The thing is it was working for others while not working for me. Isao Yagi, a member, verified that yesterday. It worked for him and no outage, to the best of...
Vitali
vkadenski
Offline Send Email
Nov 25, 2008
10:11 pm
663
I'm not sure what bbauth's actual uptime numbers are, but I think they're generally quite good. looks like they could do better though. I appreciate the info...
isao
i5ao
Offline Send Email
Nov 26, 2008
1:21 am
664
err.... don't do that.... it will change the user hashes and you won't be able to identify old users of your site. Just add one more redirect from the BBAuth...
Anshul Agrawal
anshulkumara...
Offline Send Email
Nov 26, 2008
5:18 am
665
Hi All can any1 know that how can i resolve this error: Authentication Failed Possible error msg is in $sig_validation_error: Invalid url may have been passed...
Saleha Latif
salehalatif
Offline Send Email
Nov 29, 2008
4:27 pm
666
How do i get user's credentials through token, using Browser-Based Authentication?  How do i get user's credentials through token, using Browser-Based...
Saleha Latif
salehalatif
Offline Send Email
Dec 1, 2008
6:11 pm
667
You have to ask for the second level ('Mail' access) of authorization - otherwise you cand get just a hash of the user id. If you happen to use PHP there is a...
Irina Dumitrascu
irina2000d
Offline Send Email
Dec 2, 2008
4:49 pm
668
That's correct, thanks Irina. Of course this sometimes frightens users, since allowing that level of access is pretty intimate. Good news, Yahoo! is testing an...
isao
i5ao
Offline Send Email
Dec 2, 2008
6:56 pm
669
make sure that when you applied for the application and you got the app id and secret code you mentioned the exact app url (page included, as in...
ser_zone
Online Now Send Email
Dec 3, 2008
12:12 am
670
oh thankyou ser_zone.now its working but know i want to get user's credentials & save that data into my database. How can i do that through "token". can you...
Saleha Latif
salehalatif
Offline Send Email
Dec 3, 2008
4:57 am
671
Through Browser-Based Authentication i have made two files, test.php & /ybrowserauth.class.php5 from local server its generate token,after user login but from...
Saleha Latif
salehalatif
Offline Send Email
Dec 4, 2008
3:44 pm
672
from this part of the message: "Usually, this occurs if your session is inactive for too long or if the request is invalid." did you check your code, or wait a...
isao
i5ao
Offline Send Email
Dec 4, 2008
3:51 pm
673
I seem to be having a problem getting oauth to work. I have generated all of my keys etc. I redirect my users to the yahoo login page but when they are there...
servinity
Offline Send Email
Dec 4, 2008
5:19 pm
674
while execute script from server its not goes to yahoo login page,directly show this error. And when i execute test.php file from local host & redirect it to...
Saleha Latif
salehalatif
Offline Send Email
Dec 5, 2008
4:12 am
675
Hi, As you all know, while registering for OAuth/BBAuth, we have to put a file at the root level of the domain. This is done to prove that the developer has...
Dipen Rughwani
dipen_dsr
Online Now Send Email
Dec 8, 2008
5:39 pm
676
Hi all i get yahoo user profile through auth . code: // Load the profile for the current user. $profile = $user->loadProfile(); foreach($profile as $key...
Saleha Latif
salehalatif
Offline Send Email
Jan 1, 2009
12:15 am
677
Hello! I tried my level best to write kelkoo query at this page http://developer.yahoo.com/kelkoo/request.html and i have both ID and Key for kelkoo. I have...
town9@...
town9@ymail.com
Offline Send Email
Jan 1, 2009
12:15 am
678
hi i'm currently developing a Contacts API(read access) of Yahoo. the method i've choose is oauth, but my question is, why is my site "ISN'T REVIEWED by...
Sin
sinliew
Offline Send Email
Jan 13, 2009
11:43 pm
679
Sin, I'm not sure, but I can point you to the OAuth forum (http://developer.yahoo.net/forum/index.php?showforum=42). The engineers there should be able to...
Robyn Tippins
duzins
Offline Send Email
Jan 22, 2009
1:09 am
680
The answer is already in OpenID FAQ: http://developer.yahoo.com/openid/faq.html ... From: Robyn Tippins <rtippins@...> Subject: [ydn-auth] Re:...
jbtibor@...
jbtibor
Offline Send Email
Jan 22, 2009
5:54 pm
Messages 651 - 680 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