<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
	<title>OpenID-ALL</title>
	<description>All OpenID Forums</description>
	<link>http://developer.yahoo.net/forum/index.php</link>
	<pubDate>Tue, 09 Feb 2010 20:03:28 -0800</pubDate>
	<ttl>99</ttl>
	<item>
		<title>check_authentication issue with ruby-openid</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4319</link>
		<description><![CDATA[Hey all,<br />I still get this error and which is so  random that I am unable to figure out. After successfully getting user to sign up and choose the openid identifier, upon redirection to my site, I get this error. Although I get this error most of the times, there are times it does work.<br /><br /><b>Verification failed: Server <a href="https://open.login.yahooapis.com/openid/op/auth" rel="nofollow" target="ext">https://open.login.yahooapis.com/openid/op/auth</a> responds that the 'check_authentication' call is not valid</b><br /><br />I send the discovery request to <br /><a href="http://www.yahoo.com" rel="nofollow" target="ext">http://www.yahoo.com</a> <br />I also try <a href="http://www.yahoo.com/" rel="nofollow" target="ext">http://www.yahoo.com/</a> <br /><br />It just seems to work now and then but not consistently.. What does this error mean? I am using ruby-openid with rails. I couldn't locate any such known issue?<br /><br /><br /><br />Here is the response I get which results in a failure from my openid library(ruby-openid)<br /><br />/openid/complete?did_sreg=y<br />openid_identifier=http%3A%2F%2Fwww.yahoo.com<br />openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0<br />openid.mode=id_res<br />openid.return_to=http%3A%2F%2F******%2Fopenid%2Fcomplete%3Fdid_sreg%3Dy%26openid_identifier%3Dhttp%253A%252F%252Fwww.yahoo.com<br />openid.claimed_id=https%3A%2F%2Fme.yahoo.com%2Fvivek200120%2309a1b<br />openid.identity=https%3A%2F%2Fme.yahoo.com%2Fvivek200120<br />openid.assoc_handle=ROz8w.0c2PKLaJgKo3FmFwrZGCBIfaoMuVywzTOJKceszP4EfujBk7LFSTHK<br />pZJekE6Ll9QQySwrjaXCLjsVfbZhSQ7h0hCKxNCFuFddjGxotQNY_NrGnWNYm6vnKG4Scw--<br />openid.realm=http%3A%2F%2Fcoupl.in%2Fopenid<br />openid.ns.ax=http%3A%2F%2Fopenid.net%2Fsrv%2Fax%2F1.0<br />openid.ax.mode=fetch_response<br />openid.ax.value.email=vivek200120%40yahoo.com<br />openid.response_nonce=2010-01-23T11%3A28%3A31ZHuMOdOEe9FguaEVn5f36_qd52LT0KBuaMQ--<br />openid.signed=assoc_handle%2Cclaimed_id%2Cidentity%2Cmode%2Cns%2Cop_endpoint%2Cresponse_nonce%2Creturn_to%2Csigned%2Cax.value.email%2Cax.type.email%2Cns.ax%2Cax.mode%2Cpape.auth_level.nist<br />openid.op_endpoint=https%3A%2F%2Fopen.login.yahooapis.com%2Fopenid%2Fop%2Fauth<br />openid.ax.type.email=http%3A%2F%2Faxschema.org%2Fcontact%2Femail<br />openid.pape.auth_level.nist=0<br />openid.sig=*************]]></description>
		<pubDate>Sun, 24 Jan 2010 10:06:46 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4319</guid>
	</item>
	<item>
		<title>OpenID attribute exchange</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4279</link>
		<description><![CDATA[Hi,<br /><br />I have been trying to fetch user's nickname and email with the attribute exchange extension of openid.<br /><br />The Auth_OpenID_AX_FetchResponse() class fromSuccessResponse is able to fetch the details of a gmail user, but these details are not accessed when I am trying to log in using my yahoo login credentials.<br /><br />The object for attribute exchange comes blank after successfull verification.<br /><br /><br />Please someone help me.]]></description>
		<pubDate>Thu, 21 Jan 2010 03:54:16 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4279</guid>
	</item>
	<item>
		<title>Using BBAuth, hoe to get the email address</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3983</link>
		<description><![CDATA[Hi,<br />I am facing a few problems while working with BBAuth ( <a href="http://developer.yahoo.com/auth/" rel="nofollow" target="ext">http://developer.yahoo.com/auth/</a> ).<br />First of all I want to say it is really a wonderful document. <br /><br />While returning from Yahoo login page it come to my website's endpoint link,<br />where I am getting the following output:<br /><br />Test BBauth<br />BBauth authentication Successful<br />The user hash is: ped.......oG...........YYY44- <i><b>(this id is altered by me)</b></i><br />appdata value is: some_application_data<br /><br />My requirement is that is there any way to get the user's email address at this endpoint,<br />because i need to save the email address in the database and also I need to send mail<br />to the respective yahoo mail id. <br /><br />With regards,<br />Indranil Basu.]]></description>
		<pubDate>Mon, 28 Dec 2009 03:05:11 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3983</guid>
	</item>
	<item>
		<title>yahoo openid needs user authorization every time?</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3920</link>
		<description><![CDATA[Hi,<br /><br />I have Google and Yahoo openid both working.  The difference is that Google does not prompt user for repeat authentications and redirects to return page right away; whereas Yahoo asks user to Accept every time.<br /><br />Is it a bug or a feature on Yahoo's openid implementation?<br />Thanks,]]></description>
		<pubDate>Thu, 17 Dec 2009 22:23:51 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3920</guid>
	</item>
	<item>
		<title>login in yahoo with open id help me</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3868</link>
		<description><![CDATA[i looked link below  <a href="https://login.yahoo.com/config/login?.intl=us&.src=openid&.partner=&.pd=c%3DmZmAFpe.2e7WuWzcHD2ZPYQ-%26ockey%3Dsecurity.enbac.com%26op%3D1&.done=https%3A%2F%2Fopen.login.yahoo.com%2Fopenid%2Fop%2Fstart%3Fz%3DJM4VZAfKF4tRSBqb8QjCa9bJ.usYQvCacZwY_oE08cyHlcSFLTmX2QrWDXpr4V722UgqJmU5Kf8JTuCAZI3NyKuvAVRpWcBW2zd.tSSCB0tpUA6dxyOr2RKaa8tOtFn10dez2lq49QL2d_nWuUOLA3_c_xpIVHmI6P8f9QKXX2.vFaAhoR7y2fuXpKLm7QMQbJyx8G7UuEsi8jRX9P2aRjRm4si2PdJ7vM683rwmQvEh8cCG1hclUVSbtQi1YGDTCFk3zi.F0CkHYJudFMzlUgGb8VVkGWQ4bzmzTKUVwa5HkKCuiKRIALijs_xZhcpQING0q87NfwQA0w28.NZcc_PsU2OSH0O9N7n0c12sAuquyRQ4KGllZf8Yn4BMuuETHcG6n2gs889QO.OXziMkueagCBKT..TYMbPqGw--%26.scrumb%3D0" rel="nofollow" target="ext">https://login.yahoo.com/config/login?.intl=...-%26.scrumb%3D0</a><br /> then a user login successed url will be direct to link <a href="http://security.enbac.com" rel="nofollow" target="ext">http://security.enbac.com</a> and i want do it in my website <a href="http://virutnhoc.com" rel="nofollow" target="ext">http://virutnhoc.com</a><br />how to make it<br />help me please<br />thanks !]]></description>
		<pubDate>Tue, 15 Dec 2009 02:02:55 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3868</guid>
	</item>
	<item>
		<title>login in yahoo with open id help me</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3868</link>
		<description>no body and no answer</description>
		<pubDate>Tue, 15 Dec 2009 02:02:55 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3868</guid>
	</item>
	<item>
		<title>Yahoo now supports Attribute Exchange</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3696</link>
		<description><![CDATA[Hi All,<br /><br />We're very happy to announce that we've *finally* enabled Attribute Exchange for all sites. Name, email address, profile pic, gender, timezone, and language preference are now available via Attribute Exchange.<br /><br />More details are here:<br /><a href="http://bit.ly/yopenidax" rel="nofollow" target="ext">http://bit.ly/yopenidax</a><br /><br />Cheers!<br />Allen]]></description>
		<pubDate>Fri, 04 Dec 2009 14:51:52 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3696</guid>
	</item>
	<item>
		<title>yahoo open id in rails</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3569</link>
		<description>i want to bind yahoo open id auth....in my app is tere any plugin for me.......else how do i get user email and name from yahoo after sign in ......</description>
		<pubDate>Wed, 25 Nov 2009 02:25:29 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3569</guid>
	</item>
	<item>
		<title>Yahoo! please fix your OpenID auth!</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3525</link>
		<description><![CDATA[Ok this is getting ridiculous!! Here I am trying to test out OpenID auth with Yahoo! and everytime I make a few changes in the code I get this!!!<br /><br /><!--coloro:#FF0000--><span style="color:#FF0000"><!--/coloro--><b>"This page has expired, go back to the original page and please try again"</b><!--colorc--></span><!--/colorc--><br /><br />I'm a developer and I'm trying to develop OpenID plugins for people to use so I am testing lots of sites and libraries (primarily PHP) and constantly getting this from Yahoo! is getting ...as I said ... ridiculous!<br /><br />I seems to happen when I change the realm. I am working with various subdomains on a virtual hosting platform so I usually start out with the realm defaulting to the "return_to" but then after some initial testing I change the realm to use a wildcard like "*.example.com" and as soon as I do I get the dreaded error message above. Come on now Yahoo! I don't have to deal with this crap from Google. In my opinion it's a pointless "security" (if that's what it is) mechanism.]]></description>
		<pubDate>Sun, 22 Nov 2009 06:21:16 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3525</guid>
	</item>
	<item>
		<title>Yahoo! please fix your OpenID auth!</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3525</link>
		<description><![CDATA[Something has changed. The few sites I was having trouble with now work. I'm wondering if Yahoo! imposes a limit on auth requests??? I'd hope not.]]></description>
		<pubDate>Sun, 22 Nov 2009 06:21:16 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3525</guid>
	</item>
	<item>
		<title>Yahoo! please fix your OpenID auth!</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3525</link>
		<description><![CDATA[Because YH upgrade to OpenID v2.0. You can reference this url <a href="http://blog.facilelogin.com/2008/07/let-rest-discover-your-openid-relying.html" rel="nofollow" target="ext">http://blog.facilelogin.com/2008/07/let-re...id-relying.html</a> to fix.]]></description>
		<pubDate>Sun, 22 Nov 2009 06:21:16 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3525</guid>
	</item>
	<item>
		<title>Yahoo! please fix your OpenID auth!</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3525</link>
		<description><![CDATA[The problem is not with discovery but how Yahoo! handles realms. Supposedly they support wildcard realms but when I try to use one I get that warning on their login page.<br /><br />"<!--coloro:#000080--><span style="color:#000080"><!--/coloro--><b>Warning: This website does not meet Yahoo!'s requirements for website address. Do not share any personal information with this website unless you are certain that it is legitimate.</b><!--colorc--></span><!--/colorc-->"<br /><br />Take a look at the realms section in the specs:<br /><a href="http://openid.net/specs/openid-authentication-2_0.html#realms" rel="nofollow" target="ext">http://openid.net/specs/openid-authenticat...2_0.html#realms</a><br /><br />If <i>return_to</i> is <a href="http://www.example.com/login" rel="nofollow" target="ext">http://www.example.com/login</a><br />then a <i>realm</i> of http://*.example.com is a match and should not produce an error]]></description>
		<pubDate>Sun, 22 Nov 2009 06:21:16 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3525</guid>
	</item>
	<item>
		<title>Yahoo! please fix your OpenID auth!</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3525</link>
		<description><![CDATA[Hi Chey - sounds like this may have been a caching problem - the Yahoo OpenID screens have a 10 minute timeout, based on your description, it sounds like your browser may have been reloading or replaying an expired auth url.<br /><br />In the future, please post a link to a reproducable test case, and we can try to debug the issue.<br /><br />Thanks<br />Allen<br /><br /><br /><!--quoteo(post=9761:date=Nov 22 2009, 06&#58;21 AM:name=chey.smith)--><div class='quote'><div class='quotetop'>QUOTE <cite>(chey.smith &#064; Nov 22 2009, 06&#58;21 AM) <a href="index.php?act=findpost&pid=9761"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Ok this is getting ridiculous!! Here I am trying to test out OpenID auth with Yahoo! and everytime I make a few changes in the code I get this!!!<br /><br /><!--coloro:#FF0000--><span style="color:#FF0000"><!--/coloro--><b>"This page has expired, go back to the original page and please try again"</b><!--colorc--></span><!--/colorc--><!--QuoteEnd--></blockquote></div><!--QuoteEEnd-->]]></description>
		<pubDate>Sun, 22 Nov 2009 06:21:16 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3525</guid>
	</item>
	<item>
		<title>OpenID problem (error rather than warning)</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3524</link>
		<description><![CDATA[I've set up a test website that acts as an RP:<br /><a href="https://jck.golgotha.org.uk/WebRPApplication1/" rel="nofollow" target="ext">https://jck.golgotha.org.uk/WebRPApplication1/</a><br /><br />When I tried to log in with my Yahoo! account, I got the familiar warning, so I've read through various documents. I've created an XRDS file:<br /><a href="https://jck.golgotha.org.uk/WebRPApplication1/xrds.xrd" rel="nofollow" target="ext">https://jck.golgotha.org.uk/WebRPApplication1/xrds.xrd</a><br />and I've verified that this has the right content type ("application/xrds+xml"). I'm advertising it through a custom HTTP header ("X-XRDS-Location") on Default.aspx.<br /><br />When I try to login, I get three relevant entries showing up in my firewall log (from a Yahoo! server):<br />1. Accessing the main folder.<br />2. Retrieving the xrds.xrd file.<br />3. "A connection was gracefully closed in an orderly shutdown process with a three-way FIN-initiated handshake."<br /><br />However, in my web browser I then get an error message:<br />"An error occurred and you will not be able to use your Yahoo! OpenID for this site."<br />This is worse than the old warning, because there's no way for me to continue. However, I don't know what's causing this error. Is there any way to get more detailed diagnostics?<br /><br />I've put a longer description on my blog, with screenshots:<br /><a href="http://johnckirk.livejournal.com/289938.html" rel="nofollow" target="ext">http://johnckirk.livejournal.com/289938.html</a><br /><br />Anyway, if anyone can see what I'm doing wrong, I'd be very grateful for your assistance.]]></description>
		<pubDate>Sat, 21 Nov 2009 17:56:56 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3524</guid>
	</item>
	<item>
		<title>Warning problem</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3428</link>
		<description><![CDATA[I have setup openid for my domain just now, and i think i've setup it properly according to documents, <br /><br />But still Famous Warning !!!<br /><br />I checked my header, sending a proper content type as application/xrds+xml for yadis file<br /><br />Please help as i am getting frustrated from past 2 days.....<br /><br />i've setup it at domain <a href="http://login.sachan.co.in" rel="nofollow" target="ext">http://login.sachan.co.in</a><br /><br />return_to parameter is <a href="http://login.sachan.co.in/login.php?action=verify" rel="nofollow" target="ext">http://login.sachan.co.in/login.php?action=verify</a> in XRDS Document<br /><br /><b>Please Help</b>]]></description>
		<pubDate>Sun, 15 Nov 2009 05:41:10 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3428</guid>
	</item>
	<item>
		<title>Warning problem</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3428</link>
		<description><![CDATA[<!--quoteo(post=9533:date=Nov 15 2009, 05&#58;41 AM:name=Divyesh)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Divyesh &#064; Nov 15 2009, 05&#58;41 AM) <a href="index.php?act=findpost&pid=9533"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->I have setup openid for my domain just now, and i think i've setup it properly according to documents, <br /><br />But still Famous Warning !!!<br /><br />I checked my header, sending a proper content type as application/xrds+xml for yadis file<br /><br />Please help as i am getting frustrated from past 2 days.....<br /><br />i've setup it at domain <a href="http://login.sachan.co.in" rel="nofollow" target="ext">http://login.sachan.co.in</a><br /><br />return_to parameter is <a href="http://login.sachan.co.in/login.php?action=verify" rel="nofollow" target="ext">http://login.sachan.co.in/login.php?action=verify</a> in XRDS Document<br /><br /><b>Please Help</b><!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />Divyesh,<br /><br />I get a 404 when looking for <a href="http://login.sachan.co.in/xrds.xml" rel="nofollow" target="ext">http://login.sachan.co.in/xrds.xml</a>. It should be sent with http status code 200 and content-type 'application/xrds+xml'.]]></description>
		<pubDate>Sun, 15 Nov 2009 05:41:10 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3428</guid>
	</item>
	<item>
		<title>Warning problem</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3428</link>
		<description><![CDATA[<!--quoteo(post=9597:date=Nov 16 2009, 02&#58;04 PM:name=Dustin Whittle)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Dustin Whittle &#064; Nov 16 2009, 02&#58;04 PM) <a href="index.php?act=findpost&pid=9597"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Divyesh,<br /><br />I get a 404 when looking for <a href="http://login.sachan.co.in/xrds.xml" rel="nofollow" target="ext">http://login.sachan.co.in/xrds.xml</a>. It should be sent with http status code 200 and content-type 'application/xrds+xml'.<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br /><br />My path to xrdf document is <a href="http://login.sachan.co.in/yadis.xrdf" rel="nofollow" target="ext">http://login.sachan.co.in/yadis.xrdf</a> not as above ....<br /><br />Anyway... Now my Warning is gone..... Thanks a lot for your help...]]></description>
		<pubDate>Sun, 15 Nov 2009 05:41:10 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3428</guid>
	</item>
	<item>
		<title>X-XRDS-Location on yahoo.com is gone</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3379</link>
		<description><![CDATA[&gt; HEAD yahoo.com<br />200 OK<br />Cache-Control: private<br />Connection: close<br />Date: Thu, 12 Nov 2009 08:24:56 GMT<br />Content-Type: text/html; charset=utf-8<br />Client-Date: Thu, 12 Nov 2009 08:24:56 GMT<br />Client-Peer: 203.84.202.164:80<br />Client-Response-Num: 1<br />P3P: policyref="http://info.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"<br /><br />&gt;<br /><br />It should be a X-XRDS-Location: <a href="http://open.login.yahooapis.com/openid20/www.yahoo.com/xrds" rel="nofollow" target="ext">http://open.login.yahooapis.com/openid20/www.yahoo.com/xrds</a> and it is gone.]]></description>
		<pubDate>Thu, 12 Nov 2009 00:27:04 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3379</guid>
	</item>
	<item>
		<title>X-XRDS-Location on yahoo.com is gone</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3379</link>
		<description>anyone?</description>
		<pubDate>Thu, 12 Nov 2009 00:27:04 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3379</guid>
	</item>
	<item>
		<title>X-XRDS-Location on yahoo.com is gone</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3379</link>
		<description><![CDATA[Please use <a href="https://me.yahoo.com" rel="nofollow" target="ext">https://me.yahoo.com</a> for discovery.]]></description>
		<pubDate>Thu, 12 Nov 2009 00:27:04 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3379</guid>
	</item>
	<item>
		<title>Yahoo! authentication</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3217</link>
		<description><![CDATA[Hi,<br />Is there a way where i can simply provide a username and password of Yahoo user and verify the credentials? I do not want to use BBAuth which requires application registration?  Can you forward me some sample java code for same?<br /><br />Thanks,<br />-Sachin]]></description>
		<pubDate>Tue, 03 Nov 2009 04:30:53 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3217</guid>
	</item>
	<item>
		<title>Yahoo! authentication</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3217</link>
		<description><![CDATA[<!--quoteo(post=9078:date=Nov 3 2009, 04&#58;30 AM:name=Sachin L)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Sachin L &#064; Nov 3 2009, 04&#58;30 AM) <a href="index.php?act=findpost&pid=9078"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Hi,<br />Is there a way where i can simply provide a username and password of Yahoo user and verify the credentials? I do not want to use BBAuth which requires application registration?  Can you forward me some sample java code for same?<br /><br />Thanks,<br />-Sachin<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />You can use OpenID with Attribute Exchange to verify the user's yahoo email address. Please don't ask the user for their password.<br /><br />Thanks<br />Allen]]></description>
		<pubDate>Tue, 03 Nov 2009 04:30:53 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3217</guid>
	</item>
	<item>
		<title>Desarrollar en Español</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3204</link>
		<description>Estoy muy interesado en aprender de todos los que me puedan ayudar a desarrollar mi sitio. Me considero bueno, pero el idioma es una gran dificultad.</description>
		<pubDate>Mon, 02 Nov 2009 18:10:27 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3204</guid>
	</item>
	<item>
		<title>OpenId and Oauth</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3086</link>
		<description><![CDATA[hi,<br /><br />I&#96;m try implementing Google,Yahoo OpenId and Oauth  into my site.<br />while google is working fine. yahoo show following Warning message in Agree  Page.<br /><br /><a href="https://open.login.yahoo.com/openid/op/start?z=RmOXNmCqz00U1TG9yiupRJPANC_qZRGHMYxItFSdocrgS_KpwmqeLhTgStnk3m1BReJf4eOR8KzdSVamo18cDtrh80P_9tmnzAzEu1wzWGyPv.xVhI9MPmj8FlxHSUmY5BxczGUE06fLB1khH.2y_tikPKPEawcJj7oRXoi8FOh5oe_Tyn8xCXD9WPDYc_iaK58ujBAXEH3VCuzA1vg_zUd64VhaCIFhh9IjuwID.l9a8N8QF_zpihqlu7SWoPOUfY2EXFfNSvi4ub4yAG7tCiBLI1O.XOpDw9eykhzJhCtbZZX2RNSJGd0Dj4Gh3bH07eX8UM7ZD_RGqrSZUzeCjtY.nGBCSGsxKu3NofjKqwpxOBqXT2jFRKTvFi5.w2r7" rel="nofollow" target="ext">https://open.login.yahoo.com/openid/op/star...2jFRKTvFi5.w2r7</a><br /><br />Warning: This website does not meet Yahoo!'s requirements for a website address. Do not share any personal information with this website unless you are certain that it is legitimate.<br /><br /><br />i just included XRDS<br /><br /><a href="http://mysite.com/xrds.xml" rel="nofollow" target="ext">http://mysite.com/xrds.xml</a><br /><br />&lt;?xml version="1.0" encoding="UTF-8"?&gt;<br />&lt;xrds:XRDS<br />    xmlns:xrds="xri://$xrds"<br />    xmlns:openid="http://openid.net/xmlns/1.0"<br />    xmlns="xri://$xrd*($v*2.0)"&gt;<br />    &lt;XRD&gt;<br />        &lt;Service priority="1"&gt;<br />            &lt;Type&gt;http://specs.openid.net/auth/2.0/return_to&lt;/Type&gt;<br />            &lt;URI&gt;http://mysite.com/openid/login.php&lt;/URI&gt;<br />        &lt;/Service&gt;<br />    &lt;/XRD&gt;<br />&lt;/xrds:XRDS&gt;<br /><br />i  have include meta xrds in file also<br /><a href="http://mysite.com/index.html" rel="nofollow" target="ext">http://mysite.com/index.html</a> and <a href="http://mysite.com/index.php" rel="nofollow" target="ext">http://mysite.com/index.php</a><br />&lt;meta http-equiv="X-XRDS-Location" content="http://mysite.com/xrds.xml"/&gt;<br /><br /><!--fonto:Arial Black--><span style="font-family:Arial Black"><!--/fonto--><b>Can you Please help me solve this issue.</b><!--fontc--></span><!--/fontc--><br /><br /> with regards,<br />mohan vinayagam]]></description>
		<pubDate>Fri, 23 Oct 2009 04:04:21 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3086</guid>
	</item>
	<item>
		<title><![CDATA[Another "Get rid of the Warning" problem]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3015</link>
		<description><![CDATA[I have spent the last 3-4 hours now trying to get rid of that warning that Yahoo is presenting to the user. I think i have done everything right but i still get the message. I have tried so many stuff now that i don't really know what i tried and not tried.<br /><br />I would be so greatfull if anyone want to take a look at <a href="http://alternativeto.net/login.aspx" rel="nofollow" target="ext">http://alternativeto.net/login.aspx</a> and try to login via yahoo and help me out.<br /><br />Thanks!]]></description>
		<pubDate>Fri, 16 Oct 2009 05:59:24 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3015</guid>
	</item>
	<item>
		<title><![CDATA[Another "Get rid of the Warning" problem]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3015</link>
		<description><![CDATA[<!--quoteo(post=8498:date=Oct 16 2009, 04&#58;59 AM:name=Ola)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Ola &#064; Oct 16 2009, 04&#58;59 AM) <a href="index.php?act=findpost&pid=8498"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->I have spent the last 3-4 hours now trying to get rid of that warning that Yahoo is presenting to the user. I think i have done everything right but i still get the message. I have tried so many stuff now that i don't really know what i tried and not tried.<br /><br />I would be so greatfull if anyone want to take a look at <a href="http://alternativeto.net/login.aspx" rel="nofollow" target="ext">http://alternativeto.net/login.aspx</a> and try to login via yahoo and help me out.<br /><br />Thanks!<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />Ola, <br /><br />The problem is you likely do not have a valid XRDS document advertised from your Realm URL.  Add that (properly filled out) and Yahoo will stop complaining about your site's identity.  it's all just a static XRDS doc.<br /><br />Here is a sample XRDS doc.  Just change the URI tag contents to point at the URL of your login page.<br /><br /><!--c1--><div class='code generic'><div class='codetop'>CODE</div><pre class='codemain'><code><!--ec1-->&#60;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34;?&#62;<br />&#60;xrds&#58;XRDS<br />    xmlns&#58;xrds=&#34;xri&#58;//$xrds&#34;<br />    xmlns&#58;openid=&#34;http&#58;//openid.net/xmlns/1.0&#34;<br />    xmlns=&#34;xri&#58;//$xrd*&#40;$v*2.0&#41;&#34;&#62;<br />    &#60;XRD&#62;<br />        &#60;Service priority=&#34;1&#34;&#62;<br />            &#60;Type&#62;http&#58;//specs.openid.net/auth/2.0/return_to&#60;/Type&#62;<br />            &#60;URI&#62;http&#58;//yourdomain.com/login.aspx&#60;/URI&#62;<br />        &#60;/Service&#62;<br />    &#60;/XRD&#62;<br />&#60;/xrds&#58;XRDS&#62;<!--c2--></code></pre></div><!--ec2--><br /><br />Store this XRDS doc on your site somewhere, and point to it from your realm URL (home page, probably) using a meta tag:<br /><br /><!--c1--><div class='code generic'><div class='codetop'>CODE</div><pre class='codemain'><code><!--ec1-->&#60;meta http-equiv=&#34;X-XRDS-Location&#34; content=&#34;&#60;your XRDS URL HERE&#62;&#34; /&#62;<!--c2--></code></pre></div><!--ec2-->]]></description>
		<pubDate>Fri, 16 Oct 2009 05:59:24 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3015</guid>
	</item>
	<item>
		<title><![CDATA[Another "Get rid of the Warning" problem]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3015</link>
		<description><![CDATA[I already have a xrds document located here: <a href="http://alternativeto.net/xrds.aspx" rel="nofollow" target="ext">http://alternativeto.net/xrds.aspx</a><br /><br />I think it should have the correct content-type and so on. I also have a meta tag both on the login.aspx page and the default document page (index.aspx).<br /><br />I also set a header Response.AddHeader("X-XRDS-Location", "http://alternativeto.net/xrds.aspx");<br /><br />But i still get the warning. It mest be something strange somewhere. Can i debug this in some way via firebug or something and see what Yahoo is looking for or something?]]></description>
		<pubDate>Fri, 16 Oct 2009 05:59:24 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3015</guid>
	</item>
	<item>
		<title><![CDATA[Another "Get rid of the Warning" problem]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3015</link>
		<description><![CDATA[<!--quoteo(post=8536:date=Oct 19 2009, 06&#58;06 AM:name=Ola)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Ola &#064; Oct 19 2009, 06&#58;06 AM) <a href="index.php?act=findpost&pid=8536"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->I already have a xrds document located here: <a href="http://alternativeto.net/xrds.aspx" rel="nofollow" target="ext">http://alternativeto.net/xrds.aspx</a><br /><br />I think it should have the correct content-type and so on. I also have a meta tag both on the login.aspx page and the default document page (index.aspx).<br /><br />I also set a header Response.AddHeader("X-XRDS-Location", "http://alternativeto.net/xrds.aspx");<br /><br />But i still get the warning. It mest be something strange somewhere. Can i debug this in some way via firebug or something and see what Yahoo is looking for or something?<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br /><br />Hi Ola,<br /><br />The problem is the X-XRDS-Location is set as 'http://dev.ohso.se/xrds.xml' which is inaccessible from the yahoo login servers. I checked with the following command 'curl -v <a href="http://alternativeto.net'" rel="nofollow" target="ext">http://alternativeto.net'</a>]]></description>
		<pubDate>Fri, 16 Oct 2009 05:59:24 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3015</guid>
	</item>
	<item>
		<title><![CDATA[Another "Get rid of the Warning" problem]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3015</link>
		<description><![CDATA[<!--quoteo(post=8560:date=Oct 19 2009, 07&#58;03 PM:name=Dustin Whittle)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Dustin Whittle &#064; Oct 19 2009, 07&#58;03 PM) <a href="index.php?act=findpost&pid=8560"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Hi Ola,<br /><br />The problem is the X-XRDS-Location is set as 'http://dev.ohso.se/xrds.xml' which is inaccessible from the yahoo login servers. I checked with the following command 'curl -v <a href="http://alternativeto.net'" rel="nofollow" target="ext">http://alternativeto.net'</a><!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />Gah, i uploaded some local debug code. Everything should be pointing the correct way now but it still don't work.]]></description>
		<pubDate>Fri, 16 Oct 2009 05:59:24 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3015</guid>
	</item>
	<item>
		<title><![CDATA[Another "Get rid of the Warning" problem]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3015</link>
		<description><![CDATA[<!--quoteo(post=8589:date=Oct 20 2009, 10&#58;54 AM:name=Ola)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Ola &#064; Oct 20 2009, 10&#58;54 AM) <a href="index.php?act=findpost&pid=8589"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Gah, i uploaded some local debug code. Everything should be pointing the correct way now but it still don't work.<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />The issue is the status code of the url (it must be http status code 200), currently the request is a redirect.<br /><br />curl -v <a href="http://www.alternativeto.net" rel="nofollow" target="ext">http://www.alternativeto.net</a><br />* About to connect() to www.alternativeto.net port 80 (#0)<br />*   Trying 72.32.147.162... connected<br />* Connected to www.alternativeto.net (72.32.147.162) port 80 (#0)<br />&gt; GET / HTTP/1.1<br />&gt; User-Agent: curl/7.19.6 (i386-apple-darwin10.0.0) libcurl/7.19.6 OpenSSL/0.9.8k zlib/1.2.3<br />&gt; Host: www.alternativeto.net<br />&gt; Accept: */*<br />&gt; <br />&lt; HTTP/1.1 301 Moved Permanently<br />&lt; Set-Cookie: X-Mapping-pfddgonl=A3596D31FEF096F6D024754A472DF1B8; path=/<br />&lt; Content-Length: 148<br />&lt; Date: Tue, 20 Oct 2009 22:28:58 GMT<br />&lt; Location: <a href="http://alternativeto.net/" rel="nofollow" target="ext">http://alternativeto.net/</a><br />&lt; Server: Microsoft-IIS/7.0<br />&lt; X-Powered-By: ASP.NET<br />&lt; Content-Type: text/html; charset=UTF-8<br />&lt; <br />&lt;head&gt;&lt;title&gt;Document Moved&lt;/title&gt;&lt;/head&gt;<br />* Connection #0 to host www.alternativeto.net left intact<br />* Closing connection #0<br />&lt;body&gt;&lt;h1&gt;Object Moved&lt;/h1&gt;This document may be found &lt;a HREF="http://alternativeto.net/"&gt;here&lt;/a&gt;&lt;/body&gt;<br /><br />If you want to use www.alternativeto.net instead of alternativeto.net, you should specify www.alternativeto.net in the xrds document.]]></description>
		<pubDate>Fri, 16 Oct 2009 05:59:24 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3015</guid>
	</item>
	<item>
		<title><![CDATA[Another "Get rid of the Warning" problem]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3015</link>
		<description><![CDATA[<!--quoteo(post=8595:date=Oct 20 2009, 02&#58;30 PM:name=Dustin Whittle)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Dustin Whittle &#064; Oct 20 2009, 02&#58;30 PM) <a href="index.php?act=findpost&pid=8595"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->The issue is the status code of the url (it must be http status code 200), currently the request is a redirect.<br /><br />curl -v <a href="http://www.alternativeto.net" rel="nofollow" target="ext">http://www.alternativeto.net</a><br />* About to connect() to www.alternativeto.net port 80 (#0)<br />*   Trying 72.32.147.162... connected<br />* Connected to www.alternativeto.net (72.32.147.162) port 80 (#0)<br />&gt; GET / HTTP/1.1<br />&gt; User-Agent: curl/7.19.6 (i386-apple-darwin10.0.0) libcurl/7.19.6 OpenSSL/0.9.8k zlib/1.2.3<br />&gt; Host: www.alternativeto.net<br />&gt; Accept: */*<br />&gt; <br />&lt; HTTP/1.1 301 Moved Permanently<br />&lt; Set-Cookie: X-Mapping-pfddgonl=A3596D31FEF096F6D024754A472DF1B8; path=/<br />&lt; Content-Length: 148<br />&lt; Date: Tue, 20 Oct 2009 22:28:58 GMT<br />&lt; Location: <a href="http://alternativeto.net/" rel="nofollow" target="ext">http://alternativeto.net/</a><br />&lt; Server: Microsoft-IIS/7.0<br />&lt; X-Powered-By: ASP.NET<br />&lt; Content-Type: text/html; charset=UTF-8<br />&lt; <br />&lt;head&gt;&lt;title&gt;Document Moved&lt;/title&gt;&lt;/head&gt;<br />* Connection #0 to host www.alternativeto.net left intact<br />* Closing connection #0<br />&lt;body&gt;&lt;h1&gt;Object Moved&lt;/h1&gt;This document may be found &lt;a HREF="http://alternativeto.net/"&gt;here&lt;/a&gt;&lt;/body&gt;<br /><br />If you want to use www.alternativeto.net instead of alternativeto.net, you should specify www.alternativeto.net in the xrds document.<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />But is Yahoo automatically looking at www.alternativeto.net cause i use <a href="http://alternativeto.net" rel="nofollow" target="ext">http://alternativeto.net</a> everywhere so i supposed it would be looking at <a href="http://alternativeto.net/xrds.xml" rel="nofollow" target="ext">http://alternativeto.net/xrds.xml</a>? I don't really see where the www is coming from. I i do a curl -I <a href="http://alternativeto.net" rel="nofollow" target="ext">http://alternativeto.net</a> i do not get a redirect.<br /><br />HTTP/1.1 200 OK<br />Set-Cookie: ASP.NET_SessionId=h3v5tx5541ui3nqwgyk0ur2s; path=/; HttpOnly<br />Set-Cookie: pageProfileshortname=all; path=/<br />Set-Cookie: currentCategory=desktop; path=/<br />Set-Cookie: X-Mapping-pfddgonl=29291CB50178807E04EE211C8DF8D85B; path=/<br />Cache-Control: private<br />Content-Length: 78749<br />Date: Wed, 21 Oct 2009 16:57:47 GMT<br />X-AspNet-Version: 2.0.50727<br />X-XRDS-Location: <a href="http://alternativeto.net/xrds.xml" rel="nofollow" target="ext">http://alternativeto.net/xrds.xml</a><br />Server: Microsoft-IIS/7.0<br />X-Powered-By: ASP.NET<br />Content-Type: text/html; charset=utf-8<br /><br />Thanks for all your help!]]></description>
		<pubDate>Fri, 16 Oct 2009 05:59:24 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3015</guid>
	</item>
	<item>
		<title><![CDATA[Another "Get rid of the Warning" problem]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3015</link>
		<description>Anyone? I really do not get this :/</description>
		<pubDate>Fri, 16 Oct 2009 05:59:24 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3015</guid>
	</item>
	<item>
		<title><![CDATA[Another "Get rid of the Warning" problem]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3015</link>
		<description><![CDATA[For what I can see, the problem is that you don't send the right content type along with the xrds file. It's sent as "text/xml" but should be "application/xrds+xml".<br /><br /> Make sure you add this header:<br /><br />   Content-Type: application/xrds+xml<br /><br />and all should be good.<br /><br />--<br />Visit <a href="http://www.ilikealot.com" rel="nofollow" target="ext">http://www.ilikealot.com</a> and share YOUR passion]]></description>
		<pubDate>Fri, 16 Oct 2009 05:59:24 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3015</guid>
	</item>
	<item>
		<title><![CDATA[Another "Get rid of the Warning" problem]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3015</link>
		<description><![CDATA[Hi Ola -<br /><br />I took a look at your site, and I can't figure out why you're seeing the warning, since you are correctly publishing the X-XRDS-Location HTTP header under your realm. We'll take a look at at our sever logs and try to debug the problem on our side.<br /><br />Thanks for your patience, I'll have a response for you tomorrow.<br /><br />Thanks<br />Allen]]></description>
		<pubDate>Fri, 16 Oct 2009 05:59:24 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3015</guid>
	</item>
	<item>
		<title><![CDATA[Another "Get rid of the Warning" problem]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3015</link>
		<description><![CDATA[<!--quoteo(post=8831:date=Oct 27 2009, 10&#58;57 AM:name=Wouter)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Wouter &#064; Oct 27 2009, 10&#58;57 AM) <a href="index.php?act=findpost&pid=8831"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->For what I can see, the problem is that you don't send the right content type along with the xrds file. It's sent as "text/xml" but should be "application/xrds+xml".<br /><br /> Make sure you add this header:<br /><br />   Content-Type: application/xrds+xml<br /><br />and all should be good.<br /><br />--<br />Visit <a href="http://www.ilikealot.com" rel="nofollow" target="ext">http://www.ilikealot.com</a> and share YOUR passion<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />I tried before when i had the code in a .aspx file and then i had Content-Type: application/xrds+xml .. i can switch back to that but i think i still get the warning.<br /><br /><!--quoteo(post=8846:date=Oct 27 2009, 09&#58;44 PM:name=atom)--><div class='quote'><div class='quotetop'>QUOTE <cite>(atom &#064; Oct 27 2009, 09&#58;44 PM) <a href="index.php?act=findpost&pid=8846"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Hi Ola -<br /><br />I took a look at your site, and I can't figure out why you're seeing the warning, since you are correctly publishing the X-XRDS-Location HTTP header under your realm. We'll take a look at at our sever logs and try to debug the problem on our side.<br /><br />Thanks for your patience, I'll have a response for you tomorrow.<br /><br />Thanks<br />Allen<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />Thanks! It would be great if you can have a look at it and hopefully fix a problem both for me and for you guys! I will switch back to the .aspx file with "Content-Type: application/xrds+xml" tonight!]]></description>
		<pubDate>Fri, 16 Oct 2009 05:59:24 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3015</guid>
	</item>
	<item>
		<title><![CDATA[Another "Get rid of the Warning" problem]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3015</link>
		<description><![CDATA[Hi Ola,<br /><br />We investigated further, and have found the root cause. Unfortunately, we won't be able to fix it on our side until early December.<br /><br />When the Yahoo OP verifies your return_to endpoint, we make an HTTP request to the URL of the realm in your authentication request to find the XRDS document.  In your case, we make an HTTP request to <a href="http://alternativeto.net/" rel="nofollow" target="ext">http://alternativeto.net/</a> <br /><br />In order to help protect the Yahoo OP from getting stuck when making outbound requests, we impose a size limit on the amount that we'll download before we abort the request. The sizelimit is currently 50KB, which is admittedly way too small, and we'll be bumping it up to at at at least 256KB in December.  The size for  <a href="http://alternativeto.net/" rel="nofollow" target="ext">http://alternativeto.net/</a>  is approximately 70KB, which exceeds our sizelimit. The sizelimit is only on the actual HTML that's downloaded when the Yahoo OP fetches your realm, it does not include any javascript/images/css/flash that's downloaded as separate objects. Most sites that use OpenID generally have very lightweight realms, so this is usually not a problem, although a few others have ran into this. <br /><br />I do agree that there's room for improvement on the Yahoo OP, and we'll fix this the next time the Yahoo OP has its regularly scheduled maintenance in December. <br /><br />In the meantime here's what you can do:<br /><br />1) Try to shrink htttp://alternativeto.net, by breaking out some of the JS/CSS into separate files<br />2) Change your realm to <a href="http://alternativeto.net/login.aspx" rel="nofollow" target="ext">http://alternativeto.net/login.aspx</a> and add the following to the &lt;head&gt; section of the doc - as you did on your home page:<br />   &lt;meta http-equiv="X-XRDS-Location" content="http://alternativeto.net/xrds.xml" /&gt;<br /><br />Hope that helps, thanks forusing OpenID, and thank you for your patience in debugging this. <br /><br />Allen]]></description>
		<pubDate>Fri, 16 Oct 2009 05:59:24 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3015</guid>
	</item>
	<item>
		<title><![CDATA[Another "Get rid of the Warning" problem]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3015</link>
		<description><![CDATA[<!--quoteo(post=8868:date=Oct 28 2009, 10&#58;03 AM:name=atom)--><div class='quote'><div class='quotetop'>QUOTE <cite>(atom &#064; Oct 28 2009, 10&#58;03 AM) <a href="index.php?act=findpost&pid=8868"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Hi Ola,<br /><br />We investigated further, and have found the root cause. Unfortunately, we won't be able to fix it on our side until early December.<br /><br />When the Yahoo OP verifies your return_to endpoint, we make an HTTP request to the URL of the realm in your authentication request to find the XRDS document.  In your case, we make an HTTP request to <a href="http://alternativeto.net/" rel="nofollow" target="ext">http://alternativeto.net/</a> <br /><br />In order to help protect the Yahoo OP from getting stuck when making outbound requests, we impose a size limit on the amount that we'll download before we abort the request. The sizelimit is currently 50KB, which is admittedly way too small, and we'll be bumping it up to at at at least 256KB in December.  The size for  <a href="http://alternativeto.net/" rel="nofollow" target="ext">http://alternativeto.net/</a>  is approximately 70KB, which exceeds our sizelimit. The sizelimit is only on the actual HTML that's downloaded when the Yahoo OP fetches your realm, it does not include any javascript/images/css/flash that's downloaded as separate objects. Most sites that use OpenID generally have very lightweight realms, so this is usually not a problem, although a few others have ran into this. <br /><br />I do agree that there's room for improvement on the Yahoo OP, and we'll fix this the next time the Yahoo OP has its regularly scheduled maintenance in December. <br /><br />In the meantime here's what you can do:<br /><br />1) Try to shrink htttp://alternativeto.net, by breaking out some of the JS/CSS into separate files<br />2) Change your realm to <a href="http://alternativeto.net/login.aspx" rel="nofollow" target="ext">http://alternativeto.net/login.aspx</a> and add the following to the &lt;head&gt; section of the doc - as you did on your home page:<br />   &lt;meta http-equiv="X-XRDS-Location" content="http://alternativeto.net/xrds.xml" /&gt;<br /><br />Hope that helps, thanks forusing OpenID, and thank you for your patience in debugging this. <br /><br />Allen<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />Cool! Thanks for the tips. It ofcourse always good to try to optimize the HTML. I will have a look at it and see what i can do!]]></description>
		<pubDate>Fri, 16 Oct 2009 05:59:24 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3015</guid>
	</item>
	<item>
		<title><![CDATA[Another "Get rid of the Warning" problem]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3015</link>
		<description><![CDATA[Yey!<br /><br />The warning is gone now! But i still need to optimize my site so it doesn't get that big. Just had a look at digg.com = 21kb, stackoverflow.com = 18kb, yahoo.com = 34kb .. optimization ftw!<br /><br />I can blame asp.net for some of it. You can't change the name of controls and that makes every name of every control take up lots of bits. In the new version you will have greater control over the names. Or i switch to asp.net MVC ..<br /><br />Thanks!]]></description>
		<pubDate>Fri, 16 Oct 2009 05:59:24 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3015</guid>
	</item>
	<item>
		<title>OpenID Licensing</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2860</link>
		<description><![CDATA[I was wondering if anyone can direct me to the right person within Yahoo so that i may possibly discuss Licensing OpenID to them. I am a small time inventor who filed an application with the USPTO in 2004 that covers OpenID and am hopefull to get an issuance before year end. Any contacts would be great.<br /><br />Thanks DL]]></description>
		<pubDate>Mon, 28 Sep 2009 02:22:48 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2860</guid>
	</item>
	<item>
		<title>Warning: www.showzey.com has not forwarded their Privacy Policy</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2846</link>
		<description><![CDATA[Hi,<br />We are implementing OpenID protocol for our site <a href="http://www.showzey.com" rel="nofollow" target="ext">http://www.showzey.com</a>. Everything seems to work, except that users are getting the following warning:<br />"Warning: www.showzey.com has not forwarded their Privacy Policy"<br /><br />What should we do to eliminate this warning? Should we add something to our XRDS document? Or we need to register our site with Yahoo! and provide our privacy policy?<br /><br />Thanks,<br />Senad]]></description>
		<pubDate>Sat, 26 Sep 2009 11:50:04 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2846</guid>
	</item>
	<item>
		<title>Warning: www.showzey.com has not forwarded their Privacy Policy</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2846</link>
		<description><![CDATA[I would love it if Yahoo would put that above my OpenId request - as that would mean I'd be receiving an email address along with the login. <br /><br />Could you tell me which parameters you send to Yahoo in order to get this information?<br /><br />I use Yahoo! OpenId to let ppl login on <a href="http://www.ilikealot.com/" rel="nofollow" target="ext">http://www.ilikealot.com/</a> - and I'm only getting the OpenId Identifier back in the after-authorization response..<br /><br />As for how to remove the message / forward privacy information to Yahoo - I don't know.]]></description>
		<pubDate>Sat, 26 Sep 2009 11:50:04 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2846</guid>
	</item>
	<item>
		<title>Warning: www.showzey.com has not forwarded their Privacy Policy</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2846</link>
		<description><![CDATA[<!--quoteo(post=8076:date=Sep 26 2009, 10&#58;50 AM:name=Dizdar S)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Dizdar S &#064; Sep 26 2009, 10&#58;50 AM) <a href="index.php?act=findpost&pid=8076"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Hi,<br />We are implementing OpenID protocol for our site <a href="http://www.showzey.com" rel="nofollow" target="ext">http://www.showzey.com</a>. Everything seems to work, except that users are getting the following warning:<br />"Warning: www.showzey.com has not forwarded their Privacy Policy"<br /><br />What should we do to eliminate this warning? Should we add something to our XRDS document? Or we need to register our site with Yahoo! and provide our privacy policy?<br /><br />Thanks,<br />Senad<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />I am getting the same message for my domain. How do you forward your Privacy Policy?]]></description>
		<pubDate>Sat, 26 Sep 2009 11:50:04 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2846</guid>
	</item>
	<item>
		<title>Warning: www.showzey.com has not forwarded their Privacy Policy</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2846</link>
		<description><![CDATA[Sites using Attribute Exchange or Simple Registration (to get the user's email address, etc) must include the site's privacy policy url in the openid.sreg.policy_url request parameter, as documented in Section 3 of the Simple Registration spec:<br /><br /><a href="http://openid.net/specs/openid-simple-registration-extension-1_1-01.html" rel="nofollow" target="ext">http://openid.net/specs/openid-simple-regi...ion-1_1-01.html</a><br /><br />Unfortunately, the authors of the Attribute Exchange spec forgot to include the Privacy Policy request parameter in the Attribute Exchange 1.0 spec, so you'll still need to use SREG to pass us the privacy policy, even if you're using AX. The next version of the AX spec will include a way for sites to include their privacy policy.<br /><br />The privacy policy URL must be contained within the openid.realm of the request, and must also return HTTP 200. (The Yahoo OP will fetch the privacy policy to make sure that it's a valid page)]]></description>
		<pubDate>Sat, 26 Sep 2009 11:50:04 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2846</guid>
	</item>
	<item>
		<title>Warning: www.showzey.com has not forwarded their Privacy Policy</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2846</link>
		<description><![CDATA[Ok, I've added the openid.sreg.policy_url to my auth request, looked at showzey.com's request and mimicked everything I saw in there to see if that would magically unlock the profile information to me. But no, it doesn't.<br /><br />It seems that showzey.com could get rid of that message if only he'd add the openid.sreg.policy_url parameter, but how do get users to send me their email address when they login through Yahoo?<br /><br />Any suggestions are appreciated, and rewarded with beer (if you live in the Aalborg, Denmark area).]]></description>
		<pubDate>Sat, 26 Sep 2009 11:50:04 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2846</guid>
	</item>
	<item>
		<title>Trouble Getting Yadis document through Curl/PHP</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2762</link>
		<description><![CDATA[I'm trying to implement openid on a website I am building using the <a href="http://roosenmaallen.com/2008/03/20/simpleopenid-for-php/" rel="nofollow" target="ext">PHP library here</a>. Unfortunately though it doesn't seem to support Yadis.<br /><br />I have no trouble getting Google's file, but I can't seem to access Yahoo's. According to your <a href="http://developer.yahoo.com/openid/faq.html" rel="nofollow" target="ext">documentation here</a>, <a href="http://yahoo.com" rel="nofollow" target="ext">http://yahoo.com</a> is the location of the document, but in order to access it, I need to send a HTTP Header requesting a <i>application/xrds+xml</i> document.<br /><br />I am trying to use cURL in PHP to obtain access to it, and this is the code I have so far:<br /><br /><!--c1--><div class='code generic'><div class='codetop'>CODE</div><pre class='codemain'><code><!--ec1-->&#60;?php<br />// create a new cURL resource<br />$ch = curl_init&#40;&#41;;<br /><br />// set URL and other appropriate options<br />curl_setopt&#40;$ch, CURLOPT_URL, &#34;http&#58;//yahoo.com/&#34;&#41;;<br />$headers = array&#40;&#34;Accept&#58; application/xrds+xml&#34;&#41;;<br />curl_setopt&#40;$ch, CURLOPT_HTTPHEADER, $headers&#41;;<br /><br />// grab URL and pass it to the browser<br />curl_exec&#40;$ch&#41;;<br /><br />// close cURL resource, and free up system resources<br />curl_close&#40;$ch&#41;;<br />?&#62;<!--c2--></code></pre></div><!--ec2--><br /><br />However when I run that page, I only get this response:<br /><br /><!--quoteo--><div class='quote'><div class='quotetop'>QUOTE <cite></cite></div><blockquote class='quotemain'><!--quotec-->The document has moved here.<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />If anyone can offer me help, I could greatly appreciate it]]></description>
		<pubDate>Thu, 17 Sep 2009 21:31:50 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2762</guid>
	</item>
	<item>
		<title>Trouble Getting Yadis document through Curl/PHP</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2762</link>
		<description><![CDATA[If you get http return code 301, 302, 303, 307...<br />You'll have to make another request to the redirected url, until you get return code 200 or 206<br /><br />but this is too fundamental, I believe there must be some 'discovery' function for you to use.]]></description>
		<pubDate>Thu, 17 Sep 2009 21:31:50 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2762</guid>
	</item>
	<item>
		<title>Trouble Getting Yadis document through Curl/PHP</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2762</link>
		<description><![CDATA[Hi garionw,<br /><br />As said in Rick's email, you need to follow redirects until it returns<br />content with HTTP code 200. Since this is all too low-level, you may consider<br />using the OpenID PHP library <a href="http://openidenabled.com/" rel="nofollow" target="ext">http://openidenabled.com/</a> to do the <br />heavy lifting for you.<br /><br />Thanks,<br />Yu Wang<br />Yahoo! Membership team]]></description>
		<pubDate>Thu, 17 Sep 2009 21:31:50 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2762</guid>
	</item>
	<item>
		<title>Can Wretch include OpenID?</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2709</link>
		<description><![CDATA[We all know that Yahoo has an OpenID site, and we can login with us Yahoo ID to use our OpenID.<br />It's a good idea, so can Wretch support  the OpenID in the future, and we can use our OpenID with Wretch blog's address.<br /><br />P.S.: Sorry that my English is not that good, can I use Chinese here?]]></description>
		<pubDate>Sat, 12 Sep 2009 06:17:59 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2709</guid>
	</item>
	<item>
		<title>Can Wretch include OpenID?</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2709</link>
		<description><![CDATA[Hi David,<br /><br />I recommend that you contact the Wretch team to request sign-in through OpenID support.  <br /><br />Regards,<br />Sabari Devadoss <br />Yahoo! Membership<br /><br /><!--quoteo(post=7726:date=Sep 12 2009, 05&#58;17 AM:name=David)--><div class='quote'><div class='quotetop'>QUOTE <cite>(David &#064; Sep 12 2009, 05&#58;17 AM) <a href="index.php?act=findpost&pid=7726"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->We all know that Yahoo has an OpenID site, and we can login with us Yahoo ID to use our OpenID.<br />It's a good idea, so can Wretch support  the OpenID in the future, and we can use our OpenID with Wretch blog's address.<br /><br />P.S.: Sorry that my English is not that good, can I use Chinese here?<!--QuoteEnd--></blockquote></div><!--QuoteEEnd-->]]></description>
		<pubDate>Sat, 12 Sep 2009 06:17:59 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2709</guid>
	</item>
	<item>
		<title>Can Wretch include OpenID?</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2709</link>
		<description><![CDATA[Thanks a lot, but how can I connect the Wretch team? I can't find the way to connect the Wretch team.<br /><br /><!--quoteo(post=7863:date=Sep 17 2009, 04&#58;45 PM:name=Sabari)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Sabari &#064; Sep 17 2009, 04&#58;45 PM) <a href="index.php?act=findpost&pid=7863"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Hi David,<br /><br />I recommend that you contact the Wretch team to request sign-in through OpenID support.  <br /><br />Regards,<br />Sabari Devadoss <br />Yahoo! Membership<!--QuoteEnd--></blockquote></div><!--QuoteEEnd-->]]></description>
		<pubDate>Sat, 12 Sep 2009 06:17:59 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2709</guid>
	</item>
	<item>
		<title>Can Wretch include OpenID?</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2709</link>
		<description><![CDATA[On Wretch, click the Help link.  Cheers,<br /><br />Robyn Tippins<br />Community Manager, YDN]]></description>
		<pubDate>Sat, 12 Sep 2009 06:17:59 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2709</guid>
	</item>
	<item>
		<title>*.domain.com and XRDS</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2444</link>
		<description><![CDATA[I'd like to use Yahoo OpenID in combination with a wildcard realm, e.g. https://*.domain.com. If I'm not mistaken, this makes Yahoo call <a href="https://www.domain.com" rel="nofollow" target="ext">https://www.domain.com</a> for the localization of the XRDS file. The problem I have is that the www-server is not setup for secure communication and it was very expensive to install and mainly maintain it. So my question is whether there is any way to tell Yahoo to look at an other place than the realm address for the XRDS.<br />Thanks,<br />Marc]]></description>
		<pubDate>Mon, 17 Aug 2009 08:22:35 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2444</guid>
	</item>
	<item>
		<title>Shall I get the OpenID?</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2416</link>
		<description><![CDATA[Hi,<br />   I have sent a  email to get the openid,but it isn't in response,and how long can I get the OpenID,please reply me at liuyffly@yahoo.com.cn as soon as possible.]]></description>
		<pubDate>Thu, 13 Aug 2009 20:25:45 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2416</guid>
	</item>
	<item>
		<title>verification problem</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2345</link>
		<description><![CDATA[Can anyone tell me why my site is getting a verification warning?  <a href="http://mightyangler.com" rel="nofollow" target="ext">http://mightyangler.com</a>]]></description>
		<pubDate>Thu, 06 Aug 2009 20:24:15 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2345</guid>
	</item>
	<item>
		<title>verification problem</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2345</link>
		<description><![CDATA[<!--quoteo(post=6793:date=Aug 6 2009, 07&#58;24 PM:name=Michael)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Michael &#064; Aug 6 2009, 07&#58;24 PM) <a href="index.php?act=findpost&pid=6793"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Can anyone tell me why my site is getting a verification warning?  <a href="http://mightyangler.com" rel="nofollow" target="ext">http://mightyangler.com</a><!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />Yes: <a href="http://blog.nerdbank.net/2008/06/why-yahoo-says-your-openid-site.html" rel="nofollow" target="ext">http://blog.nerdbank.net/2008/06/why-yahoo...penid-site.html</a><br /><br />You can follow it up with this as a test OpenID that may help you better diagnose remaining issues: <a href="http://test-id.org/RP/DiscoverableReturnTo.aspx" rel="nofollow" target="ext">http://test-id.org/RP/DiscoverableReturnTo.aspx</a><br /><br />Bear in mind that once you fix it, Yahoo may take up to an hour to notice.]]></description>
		<pubDate>Thu, 06 Aug 2009 20:24:15 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2345</guid>
	</item>
	<item>
		<title>code for enhancing my Yahoo</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2044</link>
		<description><![CDATA[Yes..amongst the many tech questions in pops a newb just wanting some code to make my Yahoo to interface with My Space and YouTube and maybe have some favorite functional links...All this how to do code is making my wish I had grown-up-in-the-computer-age-generation-so-I-could-DYI my codes.<br />So after a half hour of search attempt...do any of you smarties know the simple answer where there might be a gallery of code to add to My Yahoo to make it like a My Yahoo to My Space and beyond .  My Space editing is so easy and I want to go beyond that and I am choosing My Yahoo because it is where my mail goes...BUT if you have any suggestions...I am right now gonna see what Face book looks like never having seen it...but I have put so much of my lay person time into pics and family contacts and game applications on My Space...<br /><br />Please simplify this simple thing further for me if you can]]></description>
		<pubDate>Mon, 06 Jul 2009 15:47:13 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2044</guid>
	</item>
	<item>
		<title>code for enhancing my Yahoo</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2044</link>
		<description><![CDATA[Someone would need to create a My Yahoo! application for MySpace.  I know that's not helpful to you, but that's how it would have to happen.  Cheers!<br /><br />Robyn Tippins<br />Community Manager, YDN]]></description>
		<pubDate>Mon, 06 Jul 2009 15:47:13 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2044</guid>
	</item>
	<item>
		<title>Step to step to develop a web page that have Yahoo OpenId</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2036</link>
		<description><![CDATA[Hi my friends  <img src="http://developer.yahoo.net/forum/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> <br />I am new in yahoo OpenId. I would like to create some apps to relate with OpenId. Please help me some links or some descriptions. I appreciate your help.<br /><br />Thanks and regards,<br /><br />Thang Pham]]></description>
		<pubDate>Sun, 05 Jul 2009 19:35:22 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2036</guid>
	</item>
	<item>
		<title>Step to step to develop a web page that have Yahoo OpenId</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2036</link>
		<description><![CDATA[<!--quoteo(post=5806:date=Jul 5 2009, 06&#58;35 PM:name=Thang Pham)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Thang Pham &#064; Jul 5 2009, 06&#58;35 PM) <a href="index.php?act=findpost&pid=5806"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Hi my friends  <img src="http://developer.yahoo.net/forum/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> <br />I am new in yahoo OpenId. I would like to create some apps to relate with OpenId. Please help me some links or some descriptions. I appreciate your help.<br /><br />Thanks and regards,<br /><br />Thang Pham<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />Found for Dot Net ^^<br /><a href="http://code.google.com/p/dotnetopenid/" rel="nofollow" target="ext">http://code.google.com/p/dotnetopenid/</a>]]></description>
		<pubDate>Sun, 05 Jul 2009 19:35:22 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2036</guid>
	</item>
	<item>
		<title>One more XRDS and Confirm website problem</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2019</link>
		<description><![CDATA[We have so problems to have a website confirm by Yahoo.<br />We are using Janrain library.<br /><br />Website URL : www.modepass.com<br /><br /><!--c1--><div class='code generic'><div class='codetop'>CODE</div><pre class='codemain'><code><!--ec1-->  HTTP/1.1 200 OK<br />  Date&#58; Fri, 03 Jul 2009 09&#58;53&#58;17 GMT<br />  Server&#58; Apache/2.2.3 &#40;Linux/SUSE&#41;<br />  X-Powered-By&#58; PHP/5.2.6<br />  X-XRDS-Location&#58; http&#58;//www.modepass.com/xrds.xrdf<br />  Vary&#58; Accept-Encoding<br />  Connection&#58; close<br />  Content-Type&#58; text/html; charset=utf-8<!--c2--></code></pre></div><!--ec2--><br /><br />XRDS : www.modepass.com/xrds.xrdf<br /><!--c1--><div class='code generic'><div class='codetop'>CODE</div><pre class='codemain'><code><!--ec1-->  HTTP/1.1 200 OK<br />  Date&#58; Fri, 03 Jul 2009 09&#58;54&#58;59 GMT<br />  Server&#58; Apache/2.2.3 &#40;Linux/SUSE&#41;<br />  Last-Modified&#58; Thu, 02 Jul 2009 20&#58;14&#58;18 GMT<br />  ETag&#58; &#34;2ae&#34;<br />  Accept-Ranges&#58; bytes<br />  Content-Length&#58; 686<br />  Vary&#58; Accept-Encoding<br />  Keep-Alive&#58; timeout=15, max=100<br />  Connection&#58; Keep-Alive<br />  Content-Type&#58; application/xrds+xml<br />Length&#58; 686 &#91;application/xrds+xml&#93;<!--c2--></code></pre></div><!--ec2--><br /><br />The login page : www.modepass.com/join_form_new.php<br />and the return page : www.modepass.com/oid_return.php<br /><br />This working graet with Google, Facebook and some others...<br />We have follow the Yahoo FAQ (http://developer.yahoo.com/openid/faq.html) and the links provided in some answers but we can't find the solution...<br />If we can have some help <img src="http://developer.yahoo.net/forum/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />]]></description>
		<pubDate>Fri, 03 Jul 2009 01:41:46 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2019</guid>
	</item>
	<item>
		<title>One more XRDS and Confirm website problem</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2019</link>
		<description><![CDATA[Hi,<br /><br />The file returned from <a href="http://www.modepass.com/" rel="nofollow" target="ext">http://www.modepass.com/</a><br />is beyond our size limit for realm verification. We don't fetch<br />large files to prevent our servers from spending too much time<br />on realm verification thus to reduce the risk of denial of<br />service attack. If you cannot truncate the file or set a different<br />openid.realm that can return a smaller file, then you may consider<br />returning the XRDS document directly if the request has the<br />"Accept: application/xrds+xml,..." header. That signifies<br />that it is not an ordinary request from end user' browser, but<br />a request for XRDS document from the OP.<br /><br />We support this as the third option as described here:<br /><a href="http://en.wikipedia.org/wiki/Yadis#Discovery_of_the_Yadis_Resource_Descriptor" rel="nofollow" target="ext">http://en.wikipedia.org/wiki/Yadis#Discove...urce_Descriptor</a><br /><br />Thanks,<br />Yu Wang<br />Yahoo! Membership team]]></description>
		<pubDate>Fri, 03 Jul 2009 01:41:46 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2019</guid>
	</item>
	<item>
		<title>Regarding yahoo contact list</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1971</link>
		<description><![CDATA[I want to fetch the contact list from address book of each mail id when they sign In in my website by selecting yahoomail.com to invite their friends.<br />Is there any API exists behind yahoo for configuration like gmail? <br />Can any answer me?<br /><br />Regards,<br />Dhuraikkannu.M]]></description>
		<pubDate>Mon, 29 Jun 2009 06:51:22 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1971</guid>
	</item>
	<item>
		<title>Regarding yahoo contact list</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1971</link>
		<description><![CDATA[<!--quoteo(post=5669:date=Jun 29 2009, 05&#58;51 AM:name=dhuraikkannu_mur)--><div class='quote'><div class='quotetop'>QUOTE <cite>(dhuraikkannu_mur &#064; Jun 29 2009, 05&#58;51 AM) <a href="index.php?act=findpost&pid=5669"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->I want to fetch the contact list from address book of each mail id when they sign In in my website by selecting yahoomail.com to invite their friends.<br />Is there any API exists behind yahoo for configuration like gmail? <br />Can any answer me?<br /><br />Regards,<br />Dhuraikkannu.M<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /> <br />tnx nlg sayo pare]]></description>
		<pubDate>Mon, 29 Jun 2009 06:51:22 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1971</guid>
	</item>
	<item>
		<title>URL openid.server</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1929</link>
		<description><![CDATA[Hi,<br /><br />I am a noob with OpenId.<br /><br />I try to configurate my personal domain name as my open ID.<br /><br />So, I have added to my personal website the code : <br /><br />&lt;link rel="openid.server" href="http://open.login.yahoo.com"&gt;<br />&lt;link rel="openid.delegate" href="https://me.yahoo.com/###yahoo id###"&gt;<br /><br />but it does not work.<br /><br />I have tried with others URL with no success.<br /><br />Is it possible to do that with Yahoo OpenId ?<br />Can someone help me ?<br /><br />Thanks,<br />Fran']]></description>
		<pubDate>Tue, 23 Jun 2009 14:43:16 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1929</guid>
	</item>
	<item>
		<title>URL openid.server</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1929</link>
		<description><![CDATA[Is it possible ? An answer ?<br />Thanks,<br />Fran']]></description>
		<pubDate>Tue, 23 Jun 2009 14:43:16 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1929</guid>
	</item>
	<item>
		<title>Which URL do I send the discovery request?</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1837</link>
		<description><![CDATA[Hi ,<br />I want to be able to have users redirect to the yahoo login site when they click on the yahoo sign in option.   I know i need to get  use some discovery to find out the endpoint, but which url do I need to send the initial discovery request.<br />Is it <a href="http://open.login.yahoo.com" rel="nofollow" target="ext">http://open.login.yahoo.com</a>]]></description>
		<pubDate>Mon, 15 Jun 2009 01:43:11 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1837</guid>
	</item>
	<item>
		<title>Which URL do I send the discovery request?</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1837</link>
		<description><![CDATA[Hi Vivek,<br /><br />It is <a href="https://open.login.yahooapis.com/openid/op/auth" rel="nofollow" target="ext">https://open.login.yahooapis.com/openid/op/auth</a> and you need<br />to send the right OpenID parameters so user can return to your<br />site after login.<br /><br />Thanks,<br />Yu Wang<br />Yahoo! Membership team]]></description>
		<pubDate>Mon, 15 Jun 2009 01:43:11 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1837</guid>
	</item>
	<item>
		<title>Which URL do I send the discovery request?</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1837</link>
		<description><![CDATA[Hi,<br /><br />Is this the Discovery URL or the openid endpoint? It looks like that Discovery is not needed  for Yahoo Openid implemetation? I sthat correct?<br /><br />Thanks!<br />ANSA<br /><br /><!--quoteo(post=5544:date=Jun 22 2009, 11&#58;33 AM:name=omiga)--><div class='quote'><div class='quotetop'>QUOTE <cite>(omiga &#064; Jun 22 2009, 11&#58;33 AM) <a href="index.php?act=findpost&pid=5544"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Hi Vivek,<br /><br />It is <a href="https://open.login.yahooapis.com/openid/op/auth" rel="nofollow" target="ext">https://open.login.yahooapis.com/openid/op/auth</a> and you need<br />to send the right OpenID parameters so user can return to your<br />site after login.<br /><br />Thanks,<br />Yu Wang<br />Yahoo! Membership team<!--QuoteEnd--></blockquote></div><!--QuoteEEnd-->]]></description>
		<pubDate>Mon, 15 Jun 2009 01:43:11 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1837</guid>
	</item>
	<item>
		<title>Which URL do I send the discovery request?</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1837</link>
		<description><![CDATA[I don't think discovery phase is compulsory, it just let you know what services they support.<br /><br />Below is the service from yahoo<br /><br /><!--fonto:Courier New--><span style="font-family:Courier New"><!--/fonto--><br />Discovery Url: <a href="http://www.yahoo.com/" rel="nofollow" target="ext">http://www.yahoo.com/</a><br />Endpoint Url: <a href="https://open.login.yahooapis.com/openid/op/auth" rel="nofollow" target="ext">https://open.login.yahooapis.com/openid/op/auth</a><br />Service Type discovered:<br />    *  <a href="http://specs.openid.net/auth/2.0/server" rel="nofollow" target="ext">http://specs.openid.net/auth/2.0/server</a><br />    * <a href="http://specs.openid.net/extensions/pape/1.0" rel="nofollow" target="ext">http://specs.openid.net/extensions/pape/1.0</a><br />    * <a href="http://openid.net/sreg/1.0" rel="nofollow" target="ext">http://openid.net/sreg/1.0</a> <br />    * <a href="http://openid.net/extensions/sreg/1.1" rel="nofollow" target="ext">http://openid.net/extensions/sreg/1.1</a><br />    * <a href="http://openid.net/srv/ax/1.0" rel="nofollow" target="ext">http://openid.net/srv/ax/1.0</a><br />    * <a href="http://specs.openid.net/extensions/oauth/1.0" rel="nofollow" target="ext">http://specs.openid.net/extensions/oauth/1.0</a><br />    * <a href="http://specs.openid.net/extensions/ui/1.0/lang-pref" rel="nofollow" target="ext">http://specs.openid.net/extensions/ui/1.0/lang-pref</a><br />    * <a href="http://specs.openid.net/extensions/ui/1.0/mode/popup" rel="nofollow" target="ext">http://specs.openid.net/extensions/ui/1.0/mode/popup</a><br />    * <a href="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/privatepersonalidentifier" rel="nofollow" target="ext">http://schemas.xmlsoap.org/ws/2005/05/iden...sonalidentifier</a><br />    * <a href="http://www.idmanagement.gov/schema/2009/05/icam/no-pii.pdf" rel="nofollow" target="ext">http://www.idmanagement.gov/schema/2009/05/icam/no-pii.pdf</a><br />    * <a href="http://www.idmanagement.gov/schema/2009/05/icam/openid-trust-level1.pdf" rel="nofollow" target="ext">http://www.idmanagement.gov/schema/2009/05...rust-level1.pdf</a><br />    * <a href="http://csrc.nist.gov/publications/nistpubs/800-63/SP800-63V1_0_2.pdf" rel="nofollow" target="ext">http://csrc.nist.gov/publications/nistpubs...00-63V1_0_2.pdf</a><br /><!--fontc--></span><!--/fontc-->]]></description>
		<pubDate>Mon, 15 Jun 2009 01:43:11 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1837</guid>
	</item>
	<item>
		<title>Which URL do I send the discovery request?</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1837</link>
		<description><![CDATA[Hey all,<br /> I still get this error and this is so random that I am unable to figure out.<br /><br />Verification failed: Server <a href="https://open.login.yahooapis.com/openid/op/auth" rel="nofollow" target="ext">https://open.login.yahooapis.com/openid/op/auth</a> responds that the 'check_authentication' call is not valid<br /><br />I send the discovery request to <br /><a href="http://www.yahoo.com" rel="nofollow" target="ext">http://www.yahoo.com</a> <br />I also try <a href="http://www.yahoo.com/" rel="nofollow" target="ext">http://www.yahoo.com/</a> <br />It just seems to work once but not again.. What does that error mean? <br /><br /><br />Here is the response I get which results in a failure from my openid library(ruby-openid)<br /><br />/openid/complete?did_sreg=y<br />openid_identifier=http%3A%2F%2Fwww.yahoo.com<br />openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0<br />openid.mode=id_res<br />openid.return_to=http%3A%2F%2F******%2Fopenid%2Fcomplete%3Fdid_sreg%3Dy%26openid_identifier%3Dhttp%253A%252F%252Fwww.yahoo.com<br />openid.claimed_id=https%3A%2F%2Fme.yahoo.com%2Fvivek200120%2309a1b<br />openid.identity=https%3A%2F%2Fme.yahoo.com%2Fvivek200120<br />openid.assoc_handle=ROz8w.0c2PKLaJgKo3FmFwrZGCBIfaoMuVywzTOJKceszP4EfujBk7LFSTHK<br />pZJekE6Ll9QQySwrjaXCLjsVfbZhSQ7h0hCKxNCFuFddjGxotQNY_NrGnWNYm6vnKG4Scw--<br />openid.realm=http%3A%2F%2Fcoupl.in%2Fopenid<br />openid.ns.ax=http%3A%2F%2Fopenid.net%2Fsrv%2Fax%2F1.0<br />openid.ax.mode=fetch_response<br />openid.ax.value.email=vivek200120%40yahoo.com<br />openid.response_nonce=2010-01-23T11%3A28%3A31ZHuMOdOEe9FguaEVn5f36_qd52LT0KBuaMQ--<br />openid.signed=assoc_handle%2Cclaimed_id%2Cidentity%2Cmode%2Cns%2Cop_endpoint%2Cresponse_nonce%2Creturn_to%2Csigned%2Cax.value.email%2Cax.type.email%2Cns.ax%2Cax.mode%2Cpape.auth_level.nist<br />openid.op_endpoint=https%3A%2F%2Fopen.login.yahooapis.com%2Fopenid%2Fop%2Fauth<br />openid.ax.type.email=http%3A%2F%2Faxschema.org%2Fcontact%2Femail<br />openid.pape.auth_level.nist=0<br />openid.sig=*************<br /><br /><br /><br />Please help<br /><br /><br /><!--quoteo(post=8132:date=Sep 29 2009, 04&#58;56 AM:name=Rick)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Rick &#064; Sep 29 2009, 04&#58;56 AM) <a href="index.php?act=findpost&pid=8132"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->I don't think discovery phase is compulsory, it just let you know what services they support.<br /><br />Below is the service from yahoo<br /><br /><!--fonto:Courier New--><span style="font-family:Courier New"><!--/fonto--><br />Discovery Url: <a href="http://www.yahoo.com/" rel="nofollow" target="ext">http://www.yahoo.com/</a><br />Endpoint Url: <a href="https://open.login.yahooapis.com/openid/op/auth" rel="nofollow" target="ext">https://open.login.yahooapis.com/openid/op/auth</a><br />Service Type discovered:<br />    *  <a href="http://specs.openid.net/auth/2.0/server" rel="nofollow" target="ext">http://specs.openid.net/auth/2.0/server</a><br />    * <a href="http://specs.openid.net/extensions/pape/1.0" rel="nofollow" target="ext">http://specs.openid.net/extensions/pape/1.0</a><br />    * <a href="http://openid.net/sreg/1.0" rel="nofollow" target="ext">http://openid.net/sreg/1.0</a> <br />    * <a href="http://openid.net/extensions/sreg/1.1" rel="nofollow" target="ext">http://openid.net/extensions/sreg/1.1</a><br />    * <a href="http://openid.net/srv/ax/1.0" rel="nofollow" target="ext">http://openid.net/srv/ax/1.0</a><br />    * <a href="http://specs.openid.net/extensions/oauth/1.0" rel="nofollow" target="ext">http://specs.openid.net/extensions/oauth/1.0</a><br />    * <a href="http://specs.openid.net/extensions/ui/1.0/lang-pref" rel="nofollow" target="ext">http://specs.openid.net/extensions/ui/1.0/lang-pref</a><br />    * <a href="http://specs.openid.net/extensions/ui/1.0/mode/popup" rel="nofollow" target="ext">http://specs.openid.net/extensions/ui/1.0/mode/popup</a><br />    * <a href="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/privatepersonalidentifier" rel="nofollow" target="ext">http://schemas.xmlsoap.org/ws/2005/05/iden...sonalidentifier</a><br />    * <a href="http://www.idmanagement.gov/schema/2009/05/icam/no-pii.pdf" rel="nofollow" target="ext">http://www.idmanagement.gov/schema/2009/05/icam/no-pii.pdf</a><br />    * <a href="http://www.idmanagement.gov/schema/2009/05/icam/openid-trust-level1.pdf" rel="nofollow" target="ext">http://www.idmanagement.gov/schema/2009/05...rust-level1.pdf</a><br />    * <a href="http://csrc.nist.gov/publications/nistpubs/800-63/SP800-63V1_0_2.pdf" rel="nofollow" target="ext">http://csrc.nist.gov/publications/nistpubs...00-63V1_0_2.pdf</a><br /><!--fontc--></span><!--/fontc--><!--QuoteEnd--></blockquote></div><!--QuoteEEnd-->]]></description>
		<pubDate>Mon, 15 Jun 2009 01:43:11 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1837</guid>
	</item>
	<item>
		<title><![CDATA[Yahoo OpenID -&gt; Facebook]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1766</link>
		<description><![CDATA[Facebook just started <a href="http://developers.facebook.com/news.php?blog=1&story=246" rel="nofollow" target="ext">supporting OpenID login as an RP</a>. Google's OP supports automatic login (checkid_immediate), but Yahoo does not. <br /><br />Is there a plan for Yahoo to support automatic login? If so, when? If not, why not?<br /><br />Thanks.]]></description>
		<pubDate>Sat, 06 Jun 2009 17:05:48 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1766</guid>
	</item>
	<item>
		<title><![CDATA[Yahoo OpenID -&gt; Facebook]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1766</link>
		<description><![CDATA[see also <a href="http://wiki.developers.facebook.com/index.php/OpenID_Requirements" rel="nofollow" target="ext">OpenID Requirements</a>]]></description>
		<pubDate>Sat, 06 Jun 2009 17:05:48 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1766</guid>
	</item>
	<item>
		<title><![CDATA[Yahoo OpenID -&gt; Facebook]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1766</link>
		<description><![CDATA[Hi Gabriel,<br /><br />We are investigating support for checkid_immediate.  We are weighing the usability/awareness issue of not providing an interstitial to alert the user that they are logging in with their Yahoo! credentials versus the benefit of the silent signin method.  <br /><br />Regards,<br />Sabari<br />Y! Membership<br /><br /><br /><!--quoteo(post=5141:date=Jun 6 2009, 04&#58;11 PM:name=Gabriel S)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Gabriel S &#064; Jun 6 2009, 04&#58;11 PM) <a href="index.php?act=findpost&pid=5141"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->see also <a href="http://wiki.developers.facebook.com/index.php/OpenID_Requirements" rel="nofollow" target="ext">OpenID Requirements</a><!--QuoteEnd--></blockquote></div><!--QuoteEEnd-->]]></description>
		<pubDate>Sat, 06 Jun 2009 17:05:48 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1766</guid>
	</item>
	<item>
		<title><![CDATA[Yahoo OpenID -&gt; Facebook]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1766</link>
		<description><![CDATA[Sabari,<br />Thanks for your reply. <br /><br />To be honest, I don't like the way Facebook auto logs in with OpenID. FB has you link your FB account with an OpenID provider, then next time you go to FB's home page, it will log you in automatically (if you're already signed in to your OpenID provider--if you're not, you don't seem to get ANYTHING).  And it seems to need a cookie on each browser on each machine before auto login will work--"Hey it worked at home, why isn't it working here...?" I'm not sure how well it supports multi-users on the same browser (I'm logged in to MyOpenID, my wife's logged in to Google, one of us goes to Facebook--which OpenID is Facebook going to use for auto-login...?)<br /><br />All other sites (that I've seen) require the user to enter their OpenID URL, and then be signed in (possibly authenticating at their OP first). I'd much rather see that approach. (but as a fallback, I'd rather have SSO, than not).]]></description>
		<pubDate>Sat, 06 Jun 2009 17:05:48 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1766</guid>
	</item>
	<item>
		<title><![CDATA[Yahoo OpenID -&gt; Facebook]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1766</link>
		<description><![CDATA[Hello guys!<br /><br />How do you allow anyone with a facebook/myspace/gmail open ID to sign in using those details on a site which has been created independently..<a href="http://www.facebookprofilelayouts.com/" rel="nofollow" target="ext">Facebook Layouts</a>]]></description>
		<pubDate>Sat, 06 Jun 2009 17:05:48 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1766</guid>
	</item>
	<item>
		<title>Change network back tto US</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1761</link>
		<description><![CDATA[Hi, <br /><br />I am currently using the TW yahoo mail network, which I was using US network before. I changed to TW network because I want to buy things in their network, but they require me to change my network to their country first. I am now what to change back my network into US, but I couldn't find anywhere that I could change my network back. Pls help and thanks!<br /><br />Vivien]]></description>
		<pubDate>Sat, 06 Jun 2009 10:15:14 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1761</guid>
	</item>
	<item>
		<title>Change network back tto US</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1761</link>
		<description><![CDATA[Hi Vivien,<br /><br />Are you talking about switching your preferred content preference to US from TW?<br /><br />1. You can go directly to the Account Information page: <a href="http://edit.yahoo.com/config/eval_profile" rel="nofollow" target="ext">http://edit.yahoo.com/config/eval_profile</a><br />2. Click on Member Information<br />3. Click on the link next to the Language label<br /><br />You can then select US content or any other country you desire.  <br /><br />Good luck,<br />Sabari<br />Y! Membership<br /><br /><br /><!--quoteo(post=5139:date=Jun 6 2009, 09&#58;15 AM:name=bolon_lwy)--><div class='quote'><div class='quotetop'>QUOTE <cite>(bolon_lwy &#064; Jun 6 2009, 09&#58;15 AM) <a href="index.php?act=findpost&pid=5139"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Hi, <br /><br />I am currently using the TW yahoo mail network, which I was using US network before. I changed to TW network because I want to buy things in their network, but they require me to change my network to their country first. I am now what to change back my network into US, but I couldn't find anywhere that I could change my network back. Pls help and thanks!<br /><br />Vivien<!--QuoteEnd--></blockquote></div><!--QuoteEEnd-->]]></description>
		<pubDate>Sat, 06 Jun 2009 10:15:14 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1761</guid>
	</item>
	<item>
		<title>Change network back tto US</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1761</link>
		<description><![CDATA[Hi Sabari,<br /><br />I am having a same problem as Vivien currently. I tried to following your steps to solve my problem, however, the a/c info page [http://edit.yahoo.com/config/eval_profile] will lead me to the tw.yahoo.com and the page is written in chinese. I do not find the link as you said.<br /><br />Hope you can solve my problem.<br /><br />Jane<br /><br /><br /><!--quoteo(post=5287:date=Jun 11 2009, 09&#58;54 AM:name=Sabari)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Sabari &#064; Jun 11 2009, 09&#58;54 AM) <a href="index.php?act=findpost&pid=5287"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Hi Vivien,<br /><br />Are you talking about switching your preferred content preference to US from TW?<br /><br />1. You can go directly to the Account Information page: <a href="http://edit.yahoo.com/config/eval_profile" rel="nofollow" target="ext">http://edit.yahoo.com/config/eval_profile</a><br />2. Click on Member Information<br />3. Click on the link next to the Language label<br /><br />You can then select US content or any other country you desire.  <br /><br />Good luck,<br />Sabari<br />Y! Membership<!--QuoteEnd--></blockquote></div><!--QuoteEEnd-->]]></description>
		<pubDate>Sat, 06 Jun 2009 10:15:14 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1761</guid>
	</item>
	<item>
		<title>Change network back tto US</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1761</link>
		<description><![CDATA[Have you tried going through Yahoo! Customer Support?  They can likely make that change for you, if need be.<br /><br />Robyn Tippins<br />Community Manager, YDN]]></description>
		<pubDate>Sat, 06 Jun 2009 10:15:14 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1761</guid>
	</item>
	<item>
		<title><![CDATA["Direct signature verification failed" using openid4java]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1404</link>
		<description><![CDATA[Trying to use openid4java against Yahoo.  Google's system is working fine, however with Yahoo, I'm getting<br /><br />Verification failed for: <a href="https://me.yahoo.com/a/" rel="nofollow" target="ext">https://me.yahoo.com/a/</a> [random string] reason: Direct signature verification failed.<br /><br />I've gone through this blog:<br /><a href="http://eddevelop.blogspot.com/2008/11/openid-troubleshooting-for-openid4java.html" rel="nofollow" target="ext">http://eddevelop.blogspot.com/2008/11/open...penid4java.html</a><br /><br />And those linked there.  I have my XRDS setup correctly, and Yahoo no longer complains about an invalid website -- everything looks good there..<br /><br />However, when the request comes back, I get that Direct signature verification failed message, and VerificationResult.getVerifiedId() returns null.<br /><br />Help?]]></description>
		<pubDate>Wed, 06 May 2009 11:47:39 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1404</guid>
	</item>
	<item>
		<title><![CDATA["Direct signature verification failed" using openid4java]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1404</link>
		<description><![CDATA[Hi Darrell,<br /><br />Can you please send the complete HTTP request and response<br />headers so we can help check from our side?<br /><br />You may also need to contact openid4java mailing list to<br />see if they have any hint on this because we don't actually<br />know how openid4java is implemented.<br /><br />Thanks,<br />Yu Wang<br />Yahoo! Membership team]]></description>
		<pubDate>Wed, 06 May 2009 11:47:39 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1404</guid>
	</item>
	<item>
		<title>Problem with sreg openid</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1331</link>
		<description><![CDATA[Hi all!<br /><br />I am planning for the simple openid libraries that help developers new to the approach with OpenID.<br /><br />Unfortunately, I have a problem with my yahoo OpenID .<br /><br />I have two strings:<br /><br />This is the string to log to my page.<br /><br /><!--quoteo--><div class='quote'><div class='quotetop'>QUOTE <cite></cite></div><blockquote class='quotemain'><!--quotec--><a href="https://open.login.yahooapis.com/openid/op/auth?openid.claimed_id=http://specs.openid.net/auth/2.0/identifier_select&openid.identity=http://specs.openid.net/auth/2.0/identifier_select&openid.mode=checkid_setup&openid.ns=http://specs.openid.net/auth/2.0&openid.ns.sreg=http://openid.net/extensions/sreg/1.1&openid.realm=http://www.balestrierofilippo.com&openid.return_to=http://www.balestrierofilippo.com/openid/index.php?yahoo=1&openid.sreg.optional=nickname,fullname,email" rel="nofollow" target="ext">https://open.login.yahooapis.com/openid/op/...,fullname,email</a><!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />This is the string of well-known service RPX:<br /><br /><!--quoteo--><div class='quote'><div class='quotetop'>QUOTE <cite></cite></div><blockquote class='quotemain'><!--quotec--><a href="https://open.login.yahooapis.com/openid/op/auth?openid.claimed_id=http://specs.openid.net/auth/2.0/identifier_select&openid.identity=http://specs.openid.net/auth/2.0/identifier_select&openid.mode=checkid_setup&openid.ns=http://specs.openid.net/auth/2.0&openid.ns.sreg=http://openid.net/extensions/sreg/1.1&openid.realm=https://signin.rpxnow.com/&openid.return_to=https://signin.rpxnow.com/openid/finish?token_url=https%3A%2F%2Frpxnow.com%2Ffinish&openid.sreg.optional=nickname,fullname,email" rel="nofollow" target="ext">https://open.login.yahooapis.com/openid/op/...,fullname,email</a><!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />Now try the <a href="https://open.login.yahooapis.com/openid/op/auth?openid.claimed_id=http://specs.openid.net/auth/2.0/identifier_select&openid.identity=http://specs.openid.net/auth/2.0/identifier_select&openid.mode=checkid_setup&openid.ns=http://specs.openid.net/auth/2.0&openid.ns.sreg=http://openid.net/extensions/sreg/1.1&openid.realm=http://www.balestrierofilippo.com&openid.return_to=http://www.balestrierofilippo.com/openid/index.php?yahoo=1&openid.sreg.optional=nickname,fullname,email" rel="nofollow" target="ext">MY STRING </a>and <a href="https://open.login.yahooapis.com/openid/op/auth?%20openid.claimed_id=http://specs.openid.net/auth/2.0/identifier_select%20&openid.identity=http://specs.openid.net/auth/2.0/identifier_select%20&openid.mode=checkid_setup%20&openid.ns=http://specs.openid.net/auth/2.0&openid.ns.sreg=http://openid.net/extensions/sreg/1.1%20&openid.realm=https://signin.rpxnow.com/%20&openid.return_to=https://signin.rpxnow.com/openid/finish?token_url=https%3A%2F%2Frpxnow.com%2Ffinish%20&openid.sreg.optional=nickname,fullname,email" rel="nofollow" target="ext">RPX STRING</a>.<br /><br />Why my string does not require any sharing of the profile instead RPX yes?<br /><br />Has something to do with <b>https</b>?<br /><br />See more  to: <a href="http://www.balestrierofilippo.com/openid/" rel="nofollow" target="ext">http://www.balestrierofilippo.com/openid/</a><br /><br />Thx for help]]></description>
		<pubDate>Wed, 29 Apr 2009 19:23:14 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1331</guid>
	</item>
	<item>
		<title>Problem with sreg openid</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1331</link>
		<description><![CDATA[Because Yahoo has not opened profile information for everybody. Only some test sites have access to profile info. Maybe RPX is one of the test sites.<br /><br /><br /><br /><!--quoteo(post=3980:date=Apr 29 2009, 06&#58;23 PM:name=Gia)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Gia &#064; Apr 29 2009, 06&#58;23 PM) <a href="index.php?act=findpost&pid=3980"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Hi all!<br /><br />I am planning for the simple openid libraries that help developers new to the approach with OpenID.<br /><br />Unfortunately, I have a problem with my yahoo OpenID .<br /><br />I have two strings:<br /><br />This is the string to log to my page.<br /><br /><br /><br />This is the string of well-known service RPX:<br /><br /><br /><br />Now try the <a href="https://open.login.yahooapis.com/openid/op/auth?openid.claimed_id=http://specs.openid.net/auth/2.0/identifier_select&openid.identity=http://specs.openid.net/auth/2.0/identifier_select&openid.mode=checkid_setup&openid.ns=http://specs.openid.net/auth/2.0&openid.ns.sreg=http://openid.net/extensions/sreg/1.1&openid.realm=http://www.balestrierofilippo.com&openid.return_to=http://www.balestrierofilippo.com/openid/index.php?yahoo=1&openid.sreg.optional=nickname,fullname,email" rel="nofollow" target="ext">MY STRING </a>and <a href="https://open.login.yahooapis.com/openid/op/auth?%20openid.claimed_id=http://specs.openid.net/auth/2.0/identifier_select%20&openid.identity=http://specs.openid.net/auth/2.0/identifier_select%20&openid.mode=checkid_setup%20&openid.ns=http://specs.openid.net/auth/2.0&openid.ns.sreg=http://openid.net/extensions/sreg/1.1%20&openid.realm=https://signin.rpxnow.com/%20&openid.return_to=https://signin.rpxnow.com/openid/finish?token_url=https%3A%2F%2Frpxnow.com%2Ffinish%20&openid.sreg.optional=nickname,fullname,email" rel="nofollow" target="ext">RPX STRING</a>.<br /><br />Why my string does not require any sharing of the profile instead RPX yes?<br /><br />Has something to do with <b>https</b>?<br /><br />See more  to: <a href="http://www.balestrierofilippo.com/openid/" rel="nofollow" target="ext">http://www.balestrierofilippo.com/openid/</a><br /><br />Thx for help<!--QuoteEnd--></blockquote></div><!--QuoteEEnd-->]]></description>
		<pubDate>Wed, 29 Apr 2009 19:23:14 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1331</guid>
	</item>
	<item>
		<title>Problem with sreg openid</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1331</link>
		<description><![CDATA[Ah ok.<br /><br />So, how can I do?<br />	<br />I must register the site somewhere?<br /><br />thx.<br /><br /><!--quoteo(post=3999:date=Apr 30 2009, 07&#58;47 AM:name=santosh.rajan@...)--><div class='quote'><div class='quotetop'>QUOTE <cite>(santosh.rajan@... &#064; Apr 30 2009, 07&#58;47 AM) <a href="index.php?act=findpost&pid=3999"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Because Yahoo has not opened profile information for everybody. Only some test sites have access to profile info. Maybe RPX is one of the test sites.<!--QuoteEnd--></blockquote></div><!--QuoteEEnd-->]]></description>
		<pubDate>Wed, 29 Apr 2009 19:23:14 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1331</guid>
	</item>
	<item>
		<title>Problem with sreg openid</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1331</link>
		<description><![CDATA[<!--quoteo(post=4049:date=May 1 2009, 06&#58;00 AM:name=Gia)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Gia &#064; May 1 2009, 06&#58;00 AM) <a href="index.php?act=findpost&pid=4049"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Ah ok.<br /><br />So, how can I do?<br />	<br />I must register the site somewhere?<br /><br />thx.<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />We're working really hard to get the right approvals to enable Simple Registration for all RPs, unfortunately, we don't yet have a date for when we'll be able to enable it.]]></description>
		<pubDate>Wed, 29 Apr 2009 19:23:14 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1331</guid>
	</item>
	<item>
		<title><![CDATA[Can't confirm website identity]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1111</link>
		<description><![CDATA[When authenticating with Yahoo's OpenID, the user is seeing the famous "This website has not confirmed its identity with Yahoo!" warning message.  I've read through all the FAQs and other documentation I could find but I am yet unable to determine why this is failing.  I have some questions:<br /><br />When verifying the return_to url; does Yahoo! ignore any query parameters (i.e., everything from a ? onward).  My XRDS document publishes the exact same return_to URL as is present in the OpenID request (up to the "?")<br /><br />Strangely, I am not even seeing a request by Yahoo! to obtain my XRDS document in my webserver logs!  It is not fetching the return_to url, nor the corresponding root "/" URL (the same as the return_to url without the extra path or query string).<br /><br />Note that my site only responds to https (port 443); there is no open port on 80.  All the URLs I'm sending though are https:]]></description>
		<pubDate>Mon, 06 Apr 2009 23:22:02 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1111</guid>
	</item>
	<item>
		<title><![CDATA[Can't confirm website identity]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1111</link>
		<description><![CDATA[I think I may have figured this out.  I am using a wildcard realm pattern., e.g., &lt;https://*.example.com/&gt;,<br />whereas my return_to url is more like &lt;https://zzz.example.com/openid-return/&gt;.<br /><br />Since my return_to URL *matches* the realm, I thought it would try to find my XRDS document<br />by using the return_to url.  However I guess that Yahoo! is instead looking for it on<br />&lt;https://www.example.com/&gt;  (which is a different server, run by the "Marketing" folks so<br />there is no way to get anything even slightly technical on it, much less an XRDS<br />document, or link to one).<br /><br />After carefully re-reading the OpenID 2.0 spec, there is a small little sentence in section 9.2.1<br />which points this out.  So I need to find some other way to do this, if it is even possible.]]></description>
		<pubDate>Mon, 06 Apr 2009 23:22:02 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1111</guid>
	</item>
	<item>
		<title><![CDATA[Can't confirm website identity]]></title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1111</link>
		<description><![CDATA[<!--quoteo(post=3263:date=Apr 6 2009, 10&#58;22 PM:name=deron.meranda)--><div class='quote'><div class='quotetop'>QUOTE <cite>(deron.meranda &#064; Apr 6 2009, 10&#58;22 PM) <a href="index.php?act=findpost&pid=3263"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Strangely, I am not even seeing a request by Yahoo! to obtain my XRDS document in my webserver logs!  It is not fetching the return_to url, nor the corresponding root "/" URL (the same as the return_to url without the extra path or query string).<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />For performance reasons, we do cache the XRDS doc for about an hour,so you might not have noticed the request in your logs. Additionally, because of the caching, any changes that you make to the XRDS might not be noticed for an hour.<br /><br />Can we see your site?]]></description>
		<pubDate>Mon, 06 Apr 2009 23:22:02 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1111</guid>
	</item>
	<item>
		<title>changing yahoo mail to old window</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1067</link>
		<description><![CDATA[I want to go back to my original classic mail window not the open ID window.  How do I go about doing this.  I know I can't delete open ID but want to use my old window:<br /><a href="http://us.mc598.mail.yahoo.com/mc/welcome" rel="nofollow" target="ext">http://us.mc598.mail.yahoo.com/mc/welcome</a> - When I click on mail from my yahoo home page.]]></description>
		<pubDate>Sat, 28 Mar 2009 12:22:10 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1067</guid>
	</item>
	<item>
		<title>changing yahoo mail to old window</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1067</link>
		<description><![CDATA[Hi Roger,<br /><br />If I understand you correctly, you want to switch to Yahoo! Mail Classic from the new Yahoo Mail.  To switch, you just have to click "Mail Classic" on the top left hand corner next to "What's New."  Once you click on the link, you will see a dialogue box asking you to confirm that you want to switch back to Yahoo! Mail Classic.<br /><br />To clarify, enabling your Yahoo! OpenID does not affect your Yahoo! Mail.<br /><br />Regards,<br />Sabari<br />Yahoo! Membership <br /><br /><!--quoteo(post=3103:date=Mar 28 2009, 11&#58;22 AM:name=roger)--><div class='quote'><div class='quotetop'>QUOTE <cite>(roger &#064; Mar 28 2009, 11&#58;22 AM) <a href="index.php?act=findpost&pid=3103"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->I want to go back to my original classic mail window not the open ID window.  How do I go about doing this.  I know I can't delete open ID but want to use my old window:<br /><a href="http://us.mc598.mail.yahoo.com/mc/welcome" rel="nofollow" target="ext">http://us.mc598.mail.yahoo.com/mc/welcome</a> - When I click on mail from my yahoo home page.<!--QuoteEnd--></blockquote></div><!--QuoteEEnd-->]]></description>
		<pubDate>Sat, 28 Mar 2009 12:22:10 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1067</guid>
	</item>
	<item>
		<title>changing yahoo mail to old window</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1067</link>
		<description><![CDATA[<!--quoteo(post=3108:date=Mar 29 2009, 09&#58;14 AM:name=Sabari)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Sabari &#064; Mar 29 2009, 09&#58;14 AM) <a href="index.php?act=findpost&pid=3108"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Hi Roger,<br /><br />If I understand you correctly, you want to switch to Yahoo! Mail Classic from the new Yahoo Mail.  To switch, you just have to click "Mail Classic" on the top left hand corner next to "What's New."  Once you click on the link, you will see a dialogue box asking you to confirm that you want to switch back to Yahoo! Mail Classic.<br /><br />To clarify, enabling your Yahoo! OpenID does not affect your Yahoo! Mail.<br /><br />Regards,<br />Sabari<br />Yahoo! Membership<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />That didn't do it.  I want to do away with the mail classic open ID window with the address, <a href="http://us.mc01g.mail" rel="nofollow" target="ext">http://us.mc01g.mail</a> and go back to mail classic window with address, <a href="http://us.mc598.mail" rel="nofollow" target="ext">http://us.mc598.mail</a>.  I had before I mistakenly activated "open ID"]]></description>
		<pubDate>Sat, 28 Mar 2009 12:22:10 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1067</guid>
	</item>
	<item>
		<title>changing yahoo mail to old window</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1067</link>
		<description><![CDATA[Roger,<br /><br />Please contact customer support for Mail.  They can be found at this link:  <a href="http://help.yahoo.com/l/us/yahoo/mail/yahoomail/forms_index.html" rel="nofollow" target="ext">http://help.yahoo.com/l/us/yahoo/mail/yaho...orms_index.html</a><br /><br />Robyn Tippins<br />Community Manager, YDN]]></description>
		<pubDate>Sat, 28 Mar 2009 12:22:10 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1067</guid>
	</item>
	<item>
		<title>changing yahoo mail to old window</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1067</link>
		<description><![CDATA[<!--quoteo(post=3103:date=Mar 28 2009, 11&#58;22 AM:name=roger)--><div class='quote'><div class='quotetop'>QUOTE <cite>(roger &#064; Mar 28 2009, 11&#58;22 AM) <a href="index.php?act=findpost&pid=3103"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->I want to go back to my original classic mail window not the open ID window.  How do I go about doing this.  I know I can't delete open ID but want to use my old window:<br /><a href="http://us.mc598.mail.yahoo.com/mc/welcome" rel="nofollow" target="ext">http://us.mc598.mail.yahoo.com/mc/welcome</a> - When I click on mail from my yahoo home page.<!--QuoteEnd--></blockquote></div><!--QuoteEEnd-->Hello,<br />The solution you gave by clicking on "mail classic" didn't work. the "loading"  icon on the top right of the page kept spinning and nothing happened.<br />What can I do????<br />I am not able to compose e-mails or forward e-mails or even open any attatchments.]]></description>
		<pubDate>Sat, 28 Mar 2009 12:22:10 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1067</guid>
	</item>
	<item>
		<title>changing yahoo mail to old window</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1067</link>
		<description><![CDATA[Rola,<br /><br />Try this link that will send an email to Customer Care.  <a href="http://help.yahoo.com/l/us/yahoo/mail/yahoomail/help_p.html;_ylt=Al0lw_itVIuMDNUmUGn0h9l8zSN4?from_url=http://developer.yahoo.net/forum/index.php?showtopic=1067" rel="nofollow" target="ext">http://help.yahoo.com/l/us/yahoo/mail/yaho...?showtopic=1067</a><br /><br />Closing this thread.<br /><br />Robyn Tippins<br />Community Manager, YDN]]></description>
		<pubDate>Sat, 28 Mar 2009 12:22:10 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1067</guid>
	</item>
	<item>
		<title>Please release SREG support soon! Here is some motivation for you.</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1046</link>
		<description><![CDATA[<a href="http://santrajan.blogspot.com/2009/03/mess-called-openid.html" rel="nofollow" target="ext">http://santrajan.blogspot.com/2009/03/mess...led-openid.html</a>]]></description>
		<pubDate>Thu, 26 Mar 2009 02:04:11 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1046</guid>
	</item>
	<item>
		<title>Please release SREG support soon! Here is some motivation for you.</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1046</link>
		<description><![CDATA[<!--quoteo(post=3019:date=Mar 26 2009, 01&#58;04 AM:name=santosh.rajan@...)--><div class='quote'><div class='quotetop'>QUOTE <cite>(santosh.rajan@... &#064; Mar 26 2009, 01&#58;04 AM) <a href="index.php?act=findpost&pid=3019"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec--><a href="http://santrajan.blogspot.com/2009/03/mess-called-openid.html" rel="nofollow" target="ext">http://santrajan.blogspot.com/2009/03/mess...led-openid.html</a><!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />We hear you! stay tuned!]]></description>
		<pubDate>Thu, 26 Mar 2009 02:04:11 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1046</guid>
	</item>
	<item>
		<title>User Experience = Bad</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1008</link>
		<description><![CDATA[The key question is, "How do I delete the Yahoo openID without deleting the Yahoo ID or my email account?"<br /><br />Went to post a comment on a site off blogspot.  It wanted to authenticate me.  Several choices, one of which is openID.  A quick search says Yahoo supports openID.  Punch the button, enable openID.  Yahoo says, " To make things easy, we have generated this identifier for you:  <a href="https://me.yahoo.com/a/fjTOjrsJTo_4YZ_blah_blah_LU-" rel="nofollow" target="ext">https://me.yahoo.com/a/fjTOjrsJTo_4YZ_blah_blah_LU-</a>   I'm thinking the identifier is some sort of behind the scenes secret handshake thing,  so good enough, off we go.<br /><br />I'm authenticated, post is submitted.  Take a look at it in place and what I see is the random 28 character string identifier as my username. Blech!  Not desired outcome.  Go back to Yahoo openID page, and look at customization options.  The page warns against using the identifier string and equals my Yahoo email username (snertly), so I cleverly pick something similar with an underscore: snert_lee.  Page says name is available.  I say make it so.  Page chugs for a moments them belches up a generic "something went wrong, try again later" type error.<br /><br />I try another posting. 28 character gibberish comes up as username.  And now snertly and snert_lee have been fused together so they both point to the same mailbox and there seems to be no way to delete one or the other without killing both.<br /><br />It's frustrating and leaves a bad taste in my mouth vis a vis openID.<br /><br />The ideal solution would be to be able to delete the openID and have snerly and snert_lee revert back to two seperate yahoo ids.]]></description>
		<pubDate>Fri, 20 Mar 2009 12:58:14 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1008</guid>
	</item>
	<item>
		<title>User Experience = Bad</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1008</link>
		<description><![CDATA[Hi snert_lee,<br /><br />Sorry to hear of your problems using Yahoo! OpenID. We currently don't allow the deletion of the OpenID Identifier.  Since we support the OpenID 2.0 spec, we do attach a fragment to the identifier to alleviate the recycling scenario.  However, there could be a minor user education issue due to the fact that when users delete an identifier and recreate the same identifier it is treated as a new identifier at the RP even though the identifiers look the same to the user.   <br /><br />When you have multiple identifiers set up, you have the ability to select which identifier you want to use for your intended action.  Are you stating that even though you multiple identifiers you were not given the option of using your custom identifier instead of the machine generated identifier?  <br /><br />Regards,<br />Sabari Devadoss<br />Yahoo! Membership<br /><br /><br /><br /><!--quoteo(post=2918:date=Mar 20 2009, 11&#58;58 AM:name=snert_lee)--><div class='quote'><div class='quotetop'>QUOTE <cite>(snert_lee &#064; Mar 20 2009, 11&#58;58 AM) <a href="index.php?act=findpost&pid=2918"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->The key question is, "How do I delete the Yahoo openID without deleting the Yahoo ID or my email account?"<br /><br />Went to post a comment on a site off blogspot.  It wanted to authenticate me.  Several choices, one of which is openID.  A quick search says Yahoo supports openID.  Punch the button, enable openID.  Yahoo says, " To make things easy, we have generated this identifier for you:  <a href="https://me.yahoo.com/a/fjTOjrsJTo_4YZ_blah_blah_LU-" rel="nofollow" target="ext">https://me.yahoo.com/a/fjTOjrsJTo_4YZ_blah_blah_LU-</a>   I'm thinking the identifier is some sort of behind the scenes secret handshake thing,  so good enough, off we go.<br /><br />I'm authenticated, post is submitted.  Take a look at it in place and what I see is the random 28 character string identifier as my username. Blech!  Not desired outcome.  Go back to Yahoo openID page, and look at customization options.  The page warns against using the identifier string and equals my Yahoo email username (snertly), so I cleverly pick something similar with an underscore: snert_lee.  Page says name is available.  I say make it so.  Page chugs for a moments them belches up a generic "something went wrong, try again later" type error.<br /><br />I try another posting. 28 character gibberish comes up as username.  And now snertly and snert_lee have been fused together so they both point to the same mailbox and there seems to be no way to delete one or the other without killing both.<br /><br />It's frustrating and leaves a bad taste in my mouth vis a vis openID.<br /><br />The ideal solution would be to be able to delete the openID and have snerly and snert_lee revert back to two seperate yahoo ids.<!--QuoteEnd--></blockquote></div><!--QuoteEEnd-->]]></description>
		<pubDate>Fri, 20 Mar 2009 12:58:14 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1008</guid>
	</item>
	<item>
		<title>User Experience = Bad</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1008</link>
		<description><![CDATA[Hi snert_lee,<br /><br />We took a look at the logs and you might have unfortunately been affected by a temporary system issue. We have fixed the issue and you can now use the alias as your openid identifier.  Let us know if you are still experiencing issues.<br /><br />Regards,<br />Sabari <br />Yahoo! Membership<br /><br /><!--quoteo(post=2924:date=Mar 20 2009, 04&#58;44 PM:name=Sabari)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Sabari &#064; Mar 20 2009, 04&#58;44 PM) <a href="index.php?act=findpost&pid=2924"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Hi snert_lee,<br /><br />Sorry to hear of your problems using Yahoo! OpenID. We currently don't allow the deletion of the OpenID Identifier.  Since we support the OpenID 2.0 spec, we do attach a fragment to the identifier to alleviate the recycling scenario.  However, there could be a minor user education issue due to the fact that when users delete an identifier and recreate the same identifier it is treated as a new identifier at the RP even though the identifiers look the same to the user.   <br /><br />When you have multiple identifiers set up, you have the ability to select which identifier you want to use for your intended action.  Are you stating that even though you multiple identifiers you were not given the option of using your custom identifier instead of the machine generated identifier?  <br /><br />Regards,<br />Sabari Devadoss<br />Yahoo! Membership<!--QuoteEnd--></blockquote></div><!--QuoteEEnd-->]]></description>
		<pubDate>Fri, 20 Mar 2009 12:58:14 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1008</guid>
	</item>
</channel>
</rss><!-- blog1.developer.re2.yahoo.com uncompressed/chunked Tue Feb  9 20:45:17 PST 2010 -->
