<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Y!OS</title>
		<description>RSS feeds for Y!OS</description>
		<link>http://developer.yahoo.com/forum/Y%21OS</link>
		<pubDate>Wed, 23 May 2012 21:21:03 -0700</pubDate>
		<atom:link href="http://developer.yahoo.com/forum/feed" rel="self" type="application/rss+xml" />
		<ttl>99</ttl>
		<item>
			<title><![CDATA[Re: 401 - Please provide valid credentials]]></title>
			<link>http://developer.yahoo.com/forum/OAuth/401-Please-provide-valid-credentials/1230754119000-337796c5-c008-384c-a511-adeaad035fcf</link>
			<guid>http://developer.yahoo.com/forum/OAuth/401-Please-provide-valid-credentials/1230754119000-337796c5-c008-384c-a511-adeaad035fcf/1337824247024</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=X7RSHKD2BPSY6YIUR6R7RS7PH4">Stephen</a> in <a href="http://developer.yahoo.com/forum/OAuth">OAuth</a>

<p>@: Did you sign up for a new client key and secret?<br><br>The OAuth endpoints for Request Token and Access Token seem to be down.<br><br>That could be the reason why there is a 401 error.<br><br>Existing client keys that have been authorised before seem to work.</p>]]></description>
			<dc:creator>Stephen</dc:creator>
			<pubDate>Wed, 23 May 2012 18:50:47 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: 401 - Please provide valid credentials]]></title>
			<link>http://developer.yahoo.com/forum/OAuth/401-Please-provide-valid-credentials/1230754119000-337796c5-c008-384c-a511-adeaad035fcf</link>
			<guid>http://developer.yahoo.com/forum/OAuth/401-Please-provide-valid-credentials/1230754119000-337796c5-c008-384c-a511-adeaad035fcf/1337809294089</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=LAAZ4ZJ5ETTVVLUCZSXJTCN5GM">Максим</a> in <a href="http://developer.yahoo.com/forum/OAuth">OAuth</a>

<span style="background-color:#eeeeee;"><div>        var web = new WebClient();<br><div>        var timeStamp      = Math.Floor((DateTime.UtcNow - new DateTime(1970, 1, 1)).TotalSeconds).ToString();<div>        var nonce        = Guid.NewGuid().ToString("N").Substring(0, 6);<div>        var oauth_token     = ht["oauth_token"];<div>        var oauth_token_secret = ht["oauth_token_secret"];<br><div>        var url = "http://social.yahooapis.com/v1/user/" + ht["xoauth_yahoo_guid"] + "/profile";<br><br><div>        var param =  <div>                "oauth_consumer_key="    + HttpUtility.UrlEncode(consumer_key)  + "&amp;" +<div>                "oauth_nonce="       + HttpUtility.UrlEncode(nonce)     + "&amp;" +<div>                "oauth_signature_method="  + HttpUtility.UrlEncode("HMAC-SHA1")  + "&amp;" +<div>                "oauth_timestamp="     + HttpUtility.UrlEncode(timeStamp)   + "&amp;" +<div>                "oauth_token="       + HttpUtility.UrlEncode(oauth_token)  + "&amp;" +<div>                "oauth_version="      + HttpUtility.UrlEncode("1.0");<br><br><div>        var sig_str = "GET&amp;" + HttpUtility.UrlEncode(url) + "&amp;" + HttpUtility.UrlEncode(param);<div>        var sig_key = HttpUtility.UrlEncode(consumer_secret) + "&amp;" + HttpUtility.UrlEncode(oauth_token_secret);<br><div>        var hmacsha1    = new HMACSHA1(Encoding.UTF8.GetBytes(sig_key));<div>        var signatureBytes = hmacsha1.ComputeHash(Encoding.UTF8.GetBytes(sig_str));<div>        var sig       = Convert.ToBase64String(signatureBytes);<br><div>        web.Headers.Add("Content-Type", "application/x-www-form-urlencoded");<br>
</div>
<span style="background-color:#eeeeee;">        res = web.DownloadString(url + "?" + param + "&amp;oauth_signature=" + HttpUtility.UrlEncode(sig));</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div></span>]]></description>
			<dc:creator>Максим</dc:creator>
			<pubDate>Wed, 23 May 2012 14:41:34 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: 401 - Please provide valid credentials]]></title>
			<link>http://developer.yahoo.com/forum/OAuth/401-Please-provide-valid-credentials/1230754119000-337796c5-c008-384c-a511-adeaad035fcf</link>
			<guid>http://developer.yahoo.com/forum/OAuth/401-Please-provide-valid-credentials/1230754119000-337796c5-c008-384c-a511-adeaad035fcf/1337809068172</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=LAAZ4ZJ5ETTVVLUCZSXJTCN5GM">Максим</a> in <a href="http://developer.yahoo.com/forum/OAuth">OAuth</a>

<span class="hps" style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;">Hi, I</span><span style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;"></span><span class="hps" style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;">went through all the</span><span style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;"></span><span class="hps" style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;">steps</span><span style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;"></span><span class="hps" style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;">in the </span><a href="http://developer.yahoo.com/oauth/guide/oauth-make-request.html">documentation</a><span style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;"></span><span class="hps" style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;">but can not</span><span style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;"></span><span class="hps" style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;">get</span><span style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;"></span><span class="hps" style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;">what some</span><span style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;"></span><span class="hps" style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;">useful data</span><span style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;">, because I</span><span style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;"></span><span class="hps" style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;">do not know</span><span style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;"></span><span class="hps" style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;">how to</span><span style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;"></span><span class="hps" style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;">sign the</span><span style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;"></span><span class="hps" style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;">request.</span><span style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;"></span><span class="hps" style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;">The server</span><span style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;"></span><span class="hps" style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;">always</span><span style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;"></span><span class="hps" style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;">returns</span><span style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;"></span><span class="hps" style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;">a 401 error</span><span style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;">.</span><span class="hps" style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;">This</span><span style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;"></span><span class="hps" style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;">C # code</span><span style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;">, tell me</span><span style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;"></span><span class="hps" style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;">what's wrong</span><span style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;">,</span><span style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;"></span><span class="hps" style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;">I am suffering</span><span style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;"></span><span class="hps" style="color:#333333;font-family:arial, sans-serif;font-size:16px;line-height:normal;background-color:#f5f5f5;">for five hours.</span><br><pre style="background-color:#EEEEEE;overflow-x:auto;overflow-y:hidden;"><code id="0">        var web = new WebClient();        var timeStamp      = Math.Floor((DateTime.UtcNow - new DateTime(1970, 1, 1)).TotalSeconds).ToString();        var nonce        = Guid.NewGuid().ToString("N").Substring(0, 6);        var oauth_token     = ht["oauth_token"];        var oauth_token_secret = ht["oauth_token_secret"];        var url = "http://social.yahooapis.com/v1/user/" + ht["xoauth_yahoo_guid"] + "/profile";        var param =                  "oauth_consumer_key="    + HttpUtility.UrlEncode(consumer_key)  + "&amp;" +                "oauth_nonce="       + HttpUtility.UrlEncode(nonce)     + "&amp;" +                "oauth_signature_method="  + HttpUtility.UrlEncode("HMAC-SHA1")  + "&amp;" +                "oauth_timestamp="     + HttpUtility.UrlEncode(timeStamp)   + "&amp;" +                 "oauth_token="       + HttpUtility.UrlEncode(oauth_token)  + "&amp;" +                "oauth_version="      + HttpUtility.UrlEncode("1.0");         var sig_str = "GET&amp;" + HttpUtility.UrlEncode(url) + "&amp;" + HttpUtility.UrlEncode(param);        var sig_key = HttpUtility.UrlEncode(consumer_secret) + "&amp;" + HttpUtility.UrlEncode(oauth_token_secret);        var hmacsha1    = new HMACSHA1(Encoding.UTF8.GetBytes(sig_key));        var signatureBytes = hmacsha1.ComputeHash(Encoding.UTF8.GetBytes(sig_str));        var sig       = Convert.ToBase64String(signatureBytes);        web.Headers.Add("Content-Type", "application/x-www-form-urlencoded");        res = web.DownloadString(url + "?" + param + "&amp;oauth_signature=" + HttpUtility.UrlEncode(sig));</code></pre>]]></description>
			<dc:creator>Максим</dc:creator>
			<pubDate>Wed, 23 May 2012 14:37:48 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: problems validating oauth_signature at my canvas URL]]></title>
			<link>http://developer.yahoo.com/forum/YAP/problems-validating-oauth-signature-at-my-canvas/1312493279303-944c00c8-5392-468c-8730-858fc8ec272d</link>
			<guid>http://developer.yahoo.com/forum/YAP/problems-validating-oauth-signature-at-my-canvas/1312493279303-944c00c8-5392-468c-8730-858fc8ec272d/1337804251184</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=LAAZ4ZJ5ETTVVLUCZSXJTCN5GM">Максим</a> in <a href="http://developer.yahoo.com/forum/YAP">YAP</a>

<p>I have this problem too</p>]]></description>
			<dc:creator>Максим</dc:creator>
			<pubDate>Wed, 23 May 2012 13:17:31 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Can&#39;t Verify Site]]></title>
			<link>http://developer.yahoo.com/forum/OAuth/Can-39-t-Verify-Site/1337782811649-d0577a8d-8a95-430d-a40b-c8f11b811116</link>
			<guid>http://developer.yahoo.com/forum/OAuth/Can-39-t-Verify-Site/1337782811649-d0577a8d-8a95-430d-a40b-c8f11b811116/1337782811649</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=J433AUFAB3LWZY354IWLCSK2UQ">William</a> in <a href="http://developer.yahoo.com/forum/OAuth">OAuth</a>

<p>I am trying to verify http://ariixi.com<br><br>When I click the 'Verify' button, nothing happens. I was told that a pop-up window should display, but it does not. I have disabled by pop-up blockers and firewalls, as well as tried to verify on a PC and Mac.<br><br>Any suggestions?</p>]]></description>
			<dc:creator>William</dc:creator>
			<pubDate>Wed, 23 May 2012 07:20:11 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Unable to update the live version of your app as of 2/23/10?]]></title>
			<link>http://developer.yahoo.com/forum/YAP/Unable-to-update-the-live-version/1266986401000-ec6751c0-3f74-37b9-bf97-032736c39b1a</link>
			<guid>http://developer.yahoo.com/forum/YAP/Unable-to-update-the-live-version/1266986401000-ec6751c0-3f74-37b9-bf97-032736c39b1a/1337775166894</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=6P3Q3BZY7CQKFQQTEJG7PVLGDQ">Serviceswebsite</a> in <a href="http://developer.yahoo.com/forum/YAP">YAP</a>

<p>welcome oke</p>]]></description>
			<dc:creator>Serviceswebsite</dc:creator>
			<pubDate>Wed, 23 May 2012 05:12:46 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Google Blocking YQL requests?]]></title>
			<link>http://developer.yahoo.com/forum/YQL/Google-Blocking-YQL-requests-/1337701968896-b5344530-0a0f-4abe-aa56-9aa86b5c577f</link>
			<guid>http://developer.yahoo.com/forum/YQL/Google-Blocking-YQL-requests-/1337701968896-b5344530-0a0f-4abe-aa56-9aa86b5c577f/1337702183117</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=ESK6HK53YSIEK5WDALVKNZ62LI">Jeffrey</a> in <a href="http://developer.yahoo.com/forum/YQL">YQL</a>

<p>I should add that the XML output suggests that Google has in fact allowed public calls to their information.<br><br><strong><span class="webkit-html-tag" style="font-family:monospace;line-height:normal;"><publiclycallable></publiclycallable></span><span class="text" style="font-family:monospace;line-height:normal;">true</span><span class="webkit-html-tag" style="font-family:monospace;line-height:normal;"></span><br></strong><br>Is this issue on YQL's side or Google's side?</p>]]></description>
			<dc:creator>Jeffrey</dc:creator>
			<pubDate>Tue, 22 May 2012 08:56:23 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Google Blocking YQL requests?]]></title>
			<link>http://developer.yahoo.com/forum/YQL/Google-Blocking-YQL-requests-/1337701968896-b5344530-0a0f-4abe-aa56-9aa86b5c577f</link>
			<guid>http://developer.yahoo.com/forum/YQL/Google-Blocking-YQL-requests-/1337701968896-b5344530-0a0f-4abe-aa56-9aa86b5c577f/1337701968896</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=ESK6HK53YSIEK5WDALVKNZ62LI">Jeffrey</a> in <a href="http://developer.yahoo.com/forum/YQL">YQL</a>

<p>I recently started using YQL for a project andhave found previous posts alluding to the fact that <a href="http://developer.yahoo.com/forum/YQL/Google-Groups-blocking-YQL-/1318276465658-132de7b0-1cdf-4b88-9ff1-cb8c8e47b0aa">Google blocks YQL requests</a><br><br>I was wondering if this occurs on a regular basis and if anyone else has experienced the same issue.<br><br>For instance, at the current time, I am unable to retrieve the <a href="http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20google.igoogle.stock%20where%20stock%20in%20('AAPL'%2C'GOOG')%3B&amp;diagnostics=true&amp;env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys">information at Google Finance using YQL</a> on a regular basis. It works at times, but it returns a 503 at other times.</p>]]></description>
			<dc:creator>Jeffrey</dc:creator>
			<pubDate>Tue, 22 May 2012 08:52:48 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Continue getting 401 error while trying to get_request_token]]></title>
			<link>http://developer.yahoo.com/forum/Contacts/Continue-getting-401-error-while-trying/1257491181000-c5ad4989-0ee3-3c70-b9c8-09d54e082e6a</link>
			<guid>http://developer.yahoo.com/forum/Contacts/Continue-getting-401-error-while-trying/1257491181000-c5ad4989-0ee3-3c70-b9c8-09d54e082e6a/1337571202892</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=UMA2YUXSFUXVRGGFRVSHMAVUGE">Kevin</a> in <a href="http://developer.yahoo.com/forum/Contacts">Contacts</a>

<p>I catched the same thing</p>]]></description>
			<dc:creator>Kevin</dc:creator>
			<pubDate>Sun, 20 May 2012 20:33:22 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Are the Request Token and Access Token Endpoints Down?]]></title>
			<link>http://developer.yahoo.com/forum/OAuth/Are-the-Request-Token-and-Access/1337073112150-39f923be-9cc9-4329-b610-bf8e2f6b2e44</link>
			<guid>http://developer.yahoo.com/forum/OAuth/Are-the-Request-Token-and-Access/1337073112150-39f923be-9cc9-4329-b610-bf8e2f6b2e44/1337539913988</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=JIZUHVO3BWXZR3F6ZO2VLGB4AQ">Bogdacutu</a> in <a href="http://developer.yahoo.com/forum/OAuth">OAuth</a>

<p>When visiting them in the browser, yeah, I can't seem to find them. My script seems to be still working tho'.</p>]]></description>
			<dc:creator>Bogdacutu</dc:creator>
			<pubDate>Sun, 20 May 2012 11:51:53 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Catch Billboard Music Awards 2012 Live]]></title>
			<link>http://developer.yahoo.com/forum/Contacts/Catch-Billboard-Music-Awards-2012-Live/1337503475891-1aa261cb-a70e-44a0-999c-6deb7247ded8</link>
			<guid>http://developer.yahoo.com/forum/Contacts/Catch-Billboard-Music-Awards-2012-Live/1337503475891-1aa261cb-a70e-44a0-999c-6deb7247ded8/1337503475891</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=2IMA4HPCK3L4FOY6WGYBVVKK6M">Kaku</a> in <a href="http://developer.yahoo.com/forum/Contacts">Contacts</a>

<p>Adele, LMFAO, Rihanna, Lady Gaga and Lil Wayne lead the finalists to watch 2012 Billboard Music Awards online, which will air live from the MGM Grand Arena in Las Vegas on May 20.so dont miss it Live<br><br><br><br><a href="http://watchbillboardmusicawards2012online.fourfour.com/">Billboard Music Awards Live Stream</a><br><br><br><br><br><br><a href="http://watchbillboardmusicawards2012online.fourfour.com/">Watch Billboard Music Awards Online</a></p>]]></description>
			<dc:creator>Kaku</dc:creator>
			<pubDate>Sun, 20 May 2012 01:44:35 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[I tried asynchronous code]]></title>
			<link>http://developer.yahoo.com/forum/YQL/I-tried-asynchronous-code/1337449623404-8dc68c9c-5bcd-493b-a66a-04d2920d85ee</link>
			<guid>http://developer.yahoo.com/forum/YQL/I-tried-asynchronous-code/1337449623404-8dc68c9c-5bcd-493b-a66a-04d2920d85ee/1337449623404</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=VASY5CLHMAYFUT265F7HSL3YHE">Houyhnhnm</a> in <a href="http://developer.yahoo.com/forum/YQL">YQL</a>

<p>I tried the code on this page for asynchronous calls using the y.query example<br><br>http://developer.yahoo.com/yql/guide/yql-execute-bestpractices.html#yql-execute-asynchronous_calls<br><br>I put the code in the execute segment of a table and I got this error<br><br></p><pre id="mypre" class="pre"><pre class="xml" id="prexml"><span class="sc3"><span class="re2">!<span class="br0">[</span>CDATA<span class="br0">[</span></span>Exception: Cannot convert "THE CALLBACK FUNCTION FROM THE EXAMPLE" </span><pre class="xml" id="prexml"><span class="sc3">to java.lang.Long <span class="br0">(</span><span class="re1">javascript<span class="re4"></span></span></span>#34<br><br>Can anyone help? <br></pre></pre></pre>]]></description>
			<dc:creator>Houyhnhnm</dc:creator>
			<pubDate>Sat, 19 May 2012 10:47:03 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Catch Heineken Cup Final 2012 Tonight]]></title>
			<link>http://developer.yahoo.com/forum/Contacts/Catch-Heineken-Cup-Final-2012-Tonight/1337429728846-2152480d-f8f4-4857-b4fe-2b3102ab81ee</link>
			<guid>http://developer.yahoo.com/forum/Contacts/Catch-Heineken-Cup-Final-2012-Tonight/1337429728846-2152480d-f8f4-4857-b4fe-2b3102ab81ee/1337429728846</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=WVNZJKDN36LPUBWBRZA6LRKEWY">Fox</a> in <a href="http://developer.yahoo.com/forum/Contacts">Contacts</a>

<p>Heineken Cup Final Leinster vs Ulster 19 May 2012.Enjoy full Victory match 2012 Heineken Cup Final Leinster vs Ulster Live Stream Rugby League Online.Welcome to watch Heineken Cup Final.Do not wait to access this HD link on your pc....<br><br><br><br><a href="http://heinekencupfinallivestream.lifeyo.com/">Heineken Cup Final Live Streaming</a><br><br><br><br><br><br><a href="http://heinekencupfinallivestream.lifeyo.com/">Watch Heineken Cup Final Live</a></p>]]></description>
			<dc:creator>Fox</dc:creator>
			<pubDate>Sat, 19 May 2012 05:15:28 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Can&#39;t get the result]]></title>
			<link>http://developer.yahoo.com/forum/YQL/Can-39-t-get-the-result/1337397471385-57c36db2-d70b-4bca-aa7a-09a8e959d0dc</link>
			<guid>http://developer.yahoo.com/forum/YQL/Can-39-t-get-the-result/1337397471385-57c36db2-d70b-4bca-aa7a-09a8e959d0dc/1337399235021</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=WCRPR5C3JJW4FWGMKPCNZDZTDU">Jin</a> in <a href="http://developer.yahoo.com/forum/YQL">YQL</a>

<p>I retrieved the whole page with yql and check the xpath. This time the xpath is "//div[3]/div/div[2]/a/div/div[2]/table/tbody/tr[4]/td[6]". There are too much differences. Was the yql reformat the html?</p>]]></description>
			<dc:creator>Jin</dc:creator>
			<pubDate>Fri, 18 May 2012 20:47:15 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Can&#39;t get the result]]></title>
			<link>http://developer.yahoo.com/forum/YQL/Can-39-t-get-the-result/1337397471385-57c36db2-d70b-4bca-aa7a-09a8e959d0dc</link>
			<guid>http://developer.yahoo.com/forum/YQL/Can-39-t-get-the-result/1337397471385-57c36db2-d70b-4bca-aa7a-09a8e959d0dc/1337397471385</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=WCRPR5C3JJW4FWGMKPCNZDZTDU">Jin</a> in <a href="http://developer.yahoo.com/forum/YQL">YQL</a>

<p>Hi,<br><br>I'd like to fetch part of web page with yql. I have tried several queries. Most of the queries can return the correct result except one query.<br><br>Here is the query:<br><br>select * from html where url="http://www.cngold.org/img_date/livesilvercn_rmb.html" and xpath='//div[6]/div[2]/div/div[2]/table/tbody/tr[4]/td[6]'<br><br>I hope to get the price but actually get the empty result. <br><br>How should I fix the query?<br><br>Thanks in advanced.</p>]]></description>
			<dc:creator>Jin</dc:creator>
			<pubDate>Fri, 18 May 2012 20:17:51 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Retrieval of OpenSocial Connections]]></title>
			<link>http://developer.yahoo.com/forum/YAP/Retrieval-of-OpenSocial-Connections/1335319401458-155dae62-f25f-496e-bfa2-0d2cd33717d1</link>
			<guid>http://developer.yahoo.com/forum/YAP/Retrieval-of-OpenSocial-Connections/1335319401458-155dae62-f25f-496e-bfa2-0d2cd33717d1/1337379502498</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=4CLVB66MCEIZMAMBPDTHIV3ZGA">Amy Johnson</a> in <a href="http://developer.yahoo.com/forum/YAP">YAP</a>

<br><span><pre style="background-color:#EEEEEE;overflow-x:auto;overflow-y:hidden;"></pre>
<ul><li>Enter Your Code Here</li></ul></span>]]></description>
			<dc:creator>Amy Johnson</dc:creator>
			<pubDate>Fri, 18 May 2012 15:18:22 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: the new yahoo is holding my computer hostage..on the options selection it won&#39;t let  me scroll down to change back to classic]]></title>
			<link>http://developer.yahoo.com/forum/YAP/the-new-yahoo-is-holding-my/1311709389924-c7bc1298-e8bf-4537-8a1d-1c45a70fdb34</link>
			<guid>http://developer.yahoo.com/forum/YAP/the-new-yahoo-is-holding-my/1311709389924-c7bc1298-e8bf-4537-8a1d-1c45a70fdb34/1337310208198</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=KQRN25ZZIL6NNFPRYLJATPPZGY">Dan</a> in <a href="http://developer.yahoo.com/forum/YAP">YAP</a>

<br>I hate the new yahoo, I woould like to go back to Classic Yahoo, I cannot open my email now and I cannot delete it]]></description>
			<dc:creator>Dan</dc:creator>
			<pubDate>Thu, 17 May 2012 20:03:28 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Can not create a session by YahooSession::requireSession()]]></title>
			<link>http://developer.yahoo.com/forum/OAuth/Can-not-create-a-session-by/1337003463338-6023e2b6-d789-4959-ad66-790568bcb525</link>
			<guid>http://developer.yahoo.com/forum/OAuth/Can-not-create-a-session-by/1337003463338-6023e2b6-d789-4959-ad66-790568bcb525/1337307560414</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=X7RSHKD2BPSY6YIUR6R7RS7PH4">Stephen</a> in <a href="http://developer.yahoo.com/forum/OAuth">OAuth</a>

<p>I am facing a similar issue. It seems that the OAuth authorisation endpoints are down.</p>]]></description>
			<dc:creator>Stephen</dc:creator>
			<pubDate>Thu, 17 May 2012 19:19:20 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Verification domain propblem]]></title>
			<link>http://developer.yahoo.com/forum/OAuth/Verification-domain-propblem/1337302909566-7274f18f-21a1-4416-8b9e-676d6053c424</link>
			<guid>http://developer.yahoo.com/forum/OAuth/Verification-domain-propblem/1337302909566-7274f18f-21a1-4416-8b9e-676d6053c424/1337305379968</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=HV7BQE5TQFBETCTNUDZIV6CSXA">kk</a> in <a href="http://developer.yahoo.com/forum/OAuth">OAuth</a>

<p>I found the answer. The file is just verified if its size is 0 BYTE. In windows 7: right click on the desktop, select New Text Document and save. Then rename the file with given name from YH. Everything is DONE.</p>]]></description>
			<dc:creator>kk</dc:creator>
			<pubDate>Thu, 17 May 2012 18:42:59 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Verification domain propblem]]></title>
			<link>http://developer.yahoo.com/forum/OAuth/Verification-domain-propblem/1337302909566-7274f18f-21a1-4416-8b9e-676d6053c424</link>
			<guid>http://developer.yahoo.com/forum/OAuth/Verification-domain-propblem/1337302909566-7274f18f-21a1-4416-8b9e-676d6053c424/1337302909566</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=HV7BQE5TQFBETCTNUDZIV6CSXA">kk</a> in <a href="http://developer.yahoo.com/forum/OAuth">OAuth</a>

<p>I did upload the file with given name but YH could not verify my domain. I could run the file in browser. Any help?</p>]]></description>
			<dc:creator>kk</dc:creator>
			<pubDate>Thu, 17 May 2012 18:01:49 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Domain verification failed]]></title>
			<link>http://developer.yahoo.com/forum/YAP/Domain-verification-failed/1334886567351-25f7f3ae-8ca1-4be7-b116-6e3d3773adf4</link>
			<guid>http://developer.yahoo.com/forum/YAP/Domain-verification-failed/1334886567351-25f7f3ae-8ca1-4be7-b116-6e3d3773adf4/1337211034533</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=NYSW3OSOLMO5SC5L2ODAL65Z3U">Gorjana</a> in <a href="http://developer.yahoo.com/forum/YAP">YAP</a>

<p>We're having the issue and the file indeed works when typed into the web browser. Any ideas?</p>]]></description>
			<dc:creator>Gorjana</dc:creator>
			<pubDate>Wed, 16 May 2012 16:30:34 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: SDK for iPhone outdated and not working properly?]]></title>
			<link>http://developer.yahoo.com/forum/Y-OS-SDKs/SDK-for-iPhone-outdated-and-not/1259802442000-7b5247a6-c6a9-3dc6-89a3-0fe2ca6d8119</link>
			<guid>http://developer.yahoo.com/forum/Y-OS-SDKs/SDK-for-iPhone-outdated-and-not/1259802442000-7b5247a6-c6a9-3dc6-89a3-0fe2ca6d8119/1337094707823</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=VMTQ5UXTQVKODNCRP7A6A5K2LI">Rajeshkumar Y</a> in <a href="http://developer.yahoo.com/forum/Y-OS-SDKs">Y!OS SDKs</a>

<p>Hi,<br>    I am using the link "https://github.com/yahoo/yos-social-objc/archives/master" for getting yahoo contacts into my iphone application,<br>When i loggedin with my yahoo account, it is showing some agree option after that it is showing some text like "To complete sharing of Yahoo! info with TestApp, enter code "XXXXX" into TestApp". But in the webpage it is not showing any option to enter that text thing..... And after logged in how can we come back to the App...<br><br>Thanks,<br><br>Rajesh </p>]]></description>
			<dc:creator>Rajeshkumar Y</dc:creator>
			<pubDate>Tue, 15 May 2012 08:11:47 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Search stock ticker/name]]></title>
			<link>http://developer.yahoo.com/forum/YQL/Search-stock-ticker-name/1337077830790-2f9dcdcf-b204-46eb-b703-2ca8a1bf426a</link>
			<guid>http://developer.yahoo.com/forum/YQL/Search-stock-ticker-name/1337077830790-2f9dcdcf-b204-46eb-b703-2ca8a1bf426a/1337077830790</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=RTA3F26CQ2YTSTGCWZGXGPT4F4">Ashir</a> in <a href="http://developer.yahoo.com/forum/YQL">YQL</a>

<p>In yql what command would I use to search for matches to either stock symbols or names? I'm designing an iPad app where the user searches stocks by name or ticker symbol.<br><br>Is there a list of command syntax for using yql with yahoo finance?<br><br>Thanks in advance!</p>]]></description>
			<dc:creator>Ashir</dc:creator>
			<pubDate>Tue, 15 May 2012 03:30:30 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Are the Request Token and Access Token Endpoints Down?]]></title>
			<link>http://developer.yahoo.com/forum/OAuth/Are-the-Request-Token-and-Access/1337073112150-39f923be-9cc9-4329-b610-bf8e2f6b2e44</link>
			<guid>http://developer.yahoo.com/forum/OAuth/Are-the-Request-Token-and-Access/1337073112150-39f923be-9cc9-4329-b610-bf8e2f6b2e44/1337073112150</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=X7RSHKD2BPSY6YIUR6R7RS7PH4">Stephen</a> in <a href="http://developer.yahoo.com/forum/OAuth">OAuth</a>

<p>Referencing<a href="http://developer.yahoo.com/oauth/guide/oauth-requesttoken.html">http://developer.yahoo.com/oauth/guide/oauth-requesttoken.html</a>, the Request Token endpoint<a href="https://api.login.yahoo.com/oauth/v2/get_request_token">https://api.login.yahoo.com/oauth/v2/get_request_token</a>returns a page not found error.<br><br>Referencing <a href="http://developer.yahoo.com/oauth/guide/oauth-accesstoken.html">http://developer.yahoo.com/oauth/guide/oauth-accesstoken.html</a>, the Access Token endpoint<a href="https://api.login.yahoo.com/oauth/v2/get_token">https://api.login.yahoo.com/oauth/v2/get_token</a>returns a page not found error.<br><br>Is anyone else facing the same issue?</p>]]></description>
			<dc:creator>Stephen</dc:creator>
			<pubDate>Tue, 15 May 2012 02:11:52 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: APIs to Manage Yahoo Groups Programmatically]]></title>
			<link>http://developer.yahoo.com/forum/YAP/APIs-to-Manage-Yahoo-Groups-Programmatically/1252996880000-d3fd4417-56c3-3f2e-a1f0-7962ef8f15a3</link>
			<guid>http://developer.yahoo.com/forum/YAP/APIs-to-Manage-Yahoo-Groups-Programmatically/1252996880000-d3fd4417-56c3-3f2e-a1f0-7962ef8f15a3/1337061169749</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=LAIFNFKZCUV3UV62JPHJWSPTAE">Hassan</a> in <a href="http://developer.yahoo.com/forum/YAP">YAP</a>

<p>Is there a yahoo API to get list of yahoo groups based on some keyword????</p>]]></description>
			<dc:creator>Hassan</dc:creator>
			<pubDate>Mon, 14 May 2012 22:52:49 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Watch Survivor One World Season 24 Episode 14 Online Free Finale]]></title>
			<link>http://developer.yahoo.com/forum/Updates/Watch-Survivor-One-World-Season-24/1337046436715-b7b285fe-fa73-423c-a20c-8ce2222cc0e9</link>
			<guid>http://developer.yahoo.com/forum/Updates/Watch-Survivor-One-World-Season-24/1337046436715-b7b285fe-fa73-423c-a20c-8ce2222cc0e9/1337046436715</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=C3DZ2IHPVCSSEV72JYZKOPNN6E">Yahoo Entertainment</a> in <a href="http://developer.yahoo.com/forum/Updates">Updates</a>

<p>Watch Survivor One World Season 24 Episode 14 Online Free Finale</p>]]></description>
			<dc:creator>Yahoo Entertainment</dc:creator>
			<pubDate>Mon, 14 May 2012 18:47:16 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Can not create a session by YahooSession::requireSession()]]></title>
			<link>http://developer.yahoo.com/forum/OAuth/Can-not-create-a-session-by/1337003463338-6023e2b6-d789-4959-ad66-790568bcb525</link>
			<guid>http://developer.yahoo.com/forum/OAuth/Can-not-create-a-session-by/1337003463338-6023e2b6-d789-4959-ad66-790568bcb525/1337003463338</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=J7TTX5P7NHVZEH4KXIP4D73CVQ">Moldovan</a> in <a href="http://developer.yahoo.com/forum/OAuth">OAuth</a>

<p>YahooSession::requireSession(OAUTH_CONSUMER_KEY, OAUTH_CONSUMER_SECRET, OAUTH_APP_ID);<br>Result is Null. What is wrong with this code?</p>]]></description>
			<dc:creator>Moldovan</dc:creator>
			<pubDate>Mon, 14 May 2012 06:51:03 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: I am getting issue with verify domain]]></title>
			<link>http://developer.yahoo.com/forum/OAuth/I-am-getting-issue-with-verify/1335532724703-22a3c497-ef60-4c2a-93d8-1f738c72e525</link>
			<guid>http://developer.yahoo.com/forum/OAuth/I-am-getting-issue-with-verify/1335532724703-22a3c497-ef60-4c2a-93d8-1f738c72e525/1336999816451</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=6WEANNH2L5CEJMRXWE6GF3HMS4">包網</a> in <a href="http://developer.yahoo.com/forum/OAuth">OAuth</a>

<p>I have the same error.... that's tooridiculous!!!!</p>]]></description>
			<dc:creator>包網</dc:creator>
			<pubDate>Mon, 14 May 2012 05:50:16 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: High rate of Timeout on YQL queries since yesterday ?]]></title>
			<link>http://developer.yahoo.com/forum/YQL/High-rate-of-Timeout-on-YQL/1287684048000-013f8ccf-976f-3a24-a013-60b85b450452</link>
			<guid>http://developer.yahoo.com/forum/YQL/High-rate-of-Timeout-on-YQL/1287684048000-013f8ccf-976f-3a24-a013-60b85b450452/1336990859825</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=N6Z544Z2A22P7LH2D3IBDSOJUQ">Ukash</a> in <a href="http://developer.yahoo.com/forum/YQL">YQL</a>

<p>i get time out a lot time few minutes wait and try again more then 3 times its work i dont find this timeout solution perfectly if any one find write<br><br><br><br><br><br><br><br><br><br><br><br><br><br><a href="http://www.ukashturkiye.com.tr">ukash</a></p>]]></description>
			<dc:creator>Ukash</dc:creator>
			<pubDate>Mon, 14 May 2012 03:20:59 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[feednormalizer - Tech News RSS from yahoo 7news]]></title>
			<link>http://developer.yahoo.com/forum/YQL/feednormalizer-Tech-News-RSS-from/1336974999638-ad54c2be-006b-4fe2-8c22-cd0ae4f42bbc</link>
			<guid>http://developer.yahoo.com/forum/YQL/feednormalizer-Tech-News-RSS-from/1336974999638-ad54c2be-006b-4fe2-8c22-cd0ae4f42bbc/1336974999638</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=RW556DS4RT3YJC7K7ENALLIAWI">Orix</a> in <a href="http://developer.yahoo.com/forum/YQL">YQL</a>

<p>Could anyone advise why I got an error for the following query? The url has no problem showing in the browser.<br><br>select * from feednormalizer where url='http://d.yimg.com/am/technology.xml' and output='RSS_2.0'<br><br>XML parsing error at line: 105, column: 3. The markup in the document following the root element must be well-formed.<br><br>Regards,</p>]]></description>
			<dc:creator>Orix</dc:creator>
			<pubDate>Sun, 13 May 2012 22:56:39 -0700</pubDate>
		</item>
	</channel>
</rss><!-- p2.ydn.bf1.yahoo.com uncompressed/chunked Wed May 23 21:21:03 PDT 2012 -->

