<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
	<title>Y!OS OAuth</title>
	<description>RSS feed for the Y!OS OAuth forum</description>
	<link>http://developer.yahoo.net/forum/index.php</link>
	<pubDate>Tue, 09 Feb 2010 19:31:26 -0800</pubDate>
	<ttl>99</ttl>
	<item>
		<title>Get request_token error</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4477</link>
		<description><![CDATA[i am trying ot connect with yahoo oauth.<br /><br />I can get request_token when oauth_callback=oob<br />My request parameters like so.<br /><!--c1--><div class='code generic'><div class='codetop'>CODEBOX</div><pre class='codemain'><code><!--ec1-->oauth_callback=oob<br />oauth_consumer_key=dj0yJmk9RzYwV0h2Sm5teENFJmQ9WVdrOVEweGFUMjh5TkhVbWNHbzlNVFV6T<br />lRRM05UUXlNQS0tJnM9Y29uc3VtZXJzZWNyZXQmeD1iNg--<br />oauth_nonce=8527756<br />oauth_signature_method=HMAC-SHA1<br />oauth_timestamp=1265441153<br />oauth_version=1.0<br />xoauth_lang_pref=ZH-TW<!--c2--></code></pre></div><!--ec2--><br /><br />Then i get the signature base string<br /><!--c1--><div class='code generic'><div class='codetop'>CODEBOX</div><pre class='codemain'><code><!--ec1-->GET&https%3A%2F%2Fapi.login.yahoo.com%2Foauth%2Fv2%2Fget_request_token&oauth_callback%3Doob%26oauth_consumer_key%3Ddj0yJmk9RzYwV0h2Sm5teENFJmQ9WVdrOVEweGFUMjh5TkhVbWNHbzlNVFV6TlRRM05UUXlNQS0tJn<br />M9Y29uc3VtZXJzZWNyZXQmeD1iNg--%26oauth_nonce%3D8527756%26oauth_signature_method%3DHMAC-SHA1%26oauth_timestamp%3D1265441153%26oauth_version%3D1.0%26xoauth_lang_pref%3DZH-TW<!--c2--></code></pre></div><!--ec2--><br /><br />But when i specify the callback url, i get error 401<br />My request parameters like so.<br /><!--c1--><div class='code generic'><div class='codetop'>CODEBOX</div><pre class='codemain'><code><!--ec1-->oauth_callback=http&#58;//a.b.c/test/TestYahoo.aspx<br />oauth_consumer_key=dj0yJmk9RzYwV0h2Sm5teENFJmQ9WVdrOVEweGFUMjh5TkhVbWNHbzlNVFV6T<br />lRRM05UUXlNQS0tJnM9Y29uc3VtZXJzZWNyZXQmeD1iNg--<br />oauth_nonce=1113165<br />oauth_signature_method=HMAC-SHA1<br />oauth_timestamp=1265441423<br />oauth_version=1.0<br />xoauth_lang_pref=ZH-TW<!--c2--></code></pre></div><!--ec2--><br /><br />Then i get the signature base string<br /><!--c1--><div class='code generic'><div class='codetop'>CODEBOX</div><pre class='codemain'><code><!--ec1-->GET&https%3A%2F%2Fapi.login.yahoo.com%2Foauth%2Fv2%2Fget_request_token&oauth_callback%3Dhttp%3A%2F%2Fa.b.c%2Ftest%2FTestYahoo.aspx%26oauth_consumer_key%3Ddj0yJmk9RzYwV0h2Sm5teENFJmQ9WVdrOVEweGFUMjh5TkhVbWNHbzlNVFV6TlRRM05UUXlNQS0tJn<br />M9Y29uc3VtZXJzZWNyZXQmeD1iNg--%26oauth_nonce%3D1113165%26oauth_signature_method%3DHMAC-SHA1%26oauth_timestamp%3D1265441423%26oauth_version%3D1.0%26xoauth_lang_pref%3DZH-TW<!--c2--></code></pre></div><!--ec2--><br /><br />I think the signature base string error<br />So what am I doing wrong?]]></description>
		<pubDate>Fri, 05 Feb 2010 23:34:55 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4477</guid>
	</item>
	<item>
		<title>how do I get oauth_verifier</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4464</link>
		<description><![CDATA[I am working with java, I got oauth token<br /><br />String yahooLogin = "https://api.login.yahoo.com/oauth/v2/"<br />			+ "request_auth?" + "oauth_token="+ yahooOauth_token <br /><br />I send it to my javascript from java to open a new window<br />window.open(yahooLogin,'Yahoo Login','scrollbars=yes,resizable=yes, width=650,height=400')<br /><br />but now I am confused, how would I get oauth_verifier.  Once I click on complete button on yahoo login, I go get another window with www.site.com/oauth_token=ewvee2n&oauth_verifier=hqjqyh.  But I dont know, how can I capture that response in my javascript.<br /><br />Thanks ,<br />Sharan]]></description>
		<pubDate>Thu, 04 Feb 2010 15:16:51 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4464</guid>
	</item>
	<item>
		<title>how do I get oauth_verifier</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4464</link>
		<description><![CDATA[Can you use <a href="http://www.w3schools.com/jsref/obj_location.asp" rel="nofollow" target="ext">document.location</a> to get at the url?<br /><br />Be sure you're setting the <a href="http://oauth.net/core/1.0a/#auth_step1" rel="nofollow" target="ext">OAuth callback_url</a> correctly too, so the OAuth provider can send the verifier back to the file containing your JavaScript.<br /><br /><br /><!--quoteo(post=12048:date=Feb 4 2010, 03&#58;16 PM:name=Sharanjit)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Sharanjit &#064; Feb 4 2010, 03&#58;16 PM) <a href="index.php?act=findpost&pid=12048"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->I am working with java, I got oauth token<br /><br />String yahooLogin = "https://api.login.yahoo.com/oauth/v2/"<br />			+ "request_auth?" + "oauth_token="+ yahooOauth_token <br /><br />I send it to my javascript from java to open a new window<br />window.open(yahooLogin,'Yahoo Login','scrollbars=yes,resizable=yes, width=650,height=400')<br /><br />but now I am confused, how would I get oauth_verifier.  Once I click on complete button on yahoo login, I go get another window with www.site.com/oauth_token=ewvee2n&oauth_verifier=hqjqyh.  But I dont know, how can I capture that response in my javascript.<br /><br />Thanks ,<br />Sharan<!--QuoteEnd--></blockquote></div><!--QuoteEEnd-->]]></description>
		<pubDate>Thu, 04 Feb 2010 15:16:51 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4464</guid>
	</item>
	<item>
		<title>how do I get oauth_verifier</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4464</link>
		<description><![CDATA[<!--quoteo(post=12082:date=Feb 5 2010, 09&#58;25 AM:name=Erik)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Erik &#064; Feb 5 2010, 09&#58;25 AM) <a href="index.php?act=findpost&pid=12082"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Can you use <a href="http://www.w3schools.com/jsref/obj_location.asp" rel="nofollow" target="ext">document.location</a> to get at the url?<br /><br />Be sure you're setting the <a href="http://oauth.net/core/1.0a/#auth_step1" rel="nofollow" target="ext">OAuth callback_url</a> correctly too, so the OAuth provider can send the verifier back to the file containing your JavaScript.<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />Thanks, Eric.  I was able to get the callback.  Now I am stuck at getting contacts.  In Yahoo contact api, it just mentions that we need to make a with guid:   <a href="http://social.yahooapis.com/v1/user/"+" rel="nofollow" target="ext">http://social.yahooapis.com/v1/user/"+</a> guid +"/contacts";  I am doing that, but get this error: &lt;yahoo:description&gt;Please provide valid credentials. OAuth oauth_problem="unable_to_determine_oauth_type", realm="yahooapis.com"&lt;/yahoo:description&gt;]]></description>
		<pubDate>Thu, 04 Feb 2010 15:16:51 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4464</guid>
	</item>
	<item>
		<title>how do I get oauth_verifier</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4464</link>
		<description><![CDATA[<!--quoteo(post=12091:date=Feb 5 2010, 02&#58;40 PM:name=Sharanjit)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Sharanjit &#064; Feb 5 2010, 02&#58;40 PM) <a href="index.php?act=findpost&pid=12091"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Thanks, Eric.  I was able to get the callback.  Now I am stuck at getting contacts.  In Yahoo contact api, it just mentions that we need to make a with guid:   <a href="http://social.yahooapis.com/v1/user/"+" rel="nofollow" target="ext">http://social.yahooapis.com/v1/user/"+</a> guid +"/contacts";  I am doing that, but get this error: &lt;yahoo:description&gt;Please provide valid credentials. OAuth oauth_problem="unable_to_determine_oauth_type", realm="yahooapis.com"&lt;/yahoo:description&gt;<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />my request: GET /v1/user/XLMJQDSNDXMSNBOEHW25ARJEWU/contacts HTTP/1.1: null}{Authorization: OAuth oauth_consumer_key=dj0yJmk9WUsyWFdJcnZFQW1uJmQ9WVdrOVRIcDFURFZGTXpnbWNHbzlOakUyT<br />1RVME5EazMmcz1jb25zdW1lcnNlY3JldCZ4PTA3<br />&oauth_nonce=-724317838<br />&oauth_signature_method=HMAC-SHA1<br />&oauth_timestamp=1265411383<br />&oauth_token=A%253DshFNFx3Lvl3523sl.eG6TNsTOebxlYf4OU.JClsJgZoZF2S8xLqTzpT_M7fZZGXEfitifsjL4kZ9<br />OQRTyiK6rNaixjJrAYb2JxfiCq5VYaJI11yfdPj5jpI6bieInHrxt956BxHHQ0RzGYNpnHariYBzT74SF<br />t_oAJXwkg0TpeIdNGXmIZxAh977HQJXXPv7KT6WYb4WE7jwPE_OyE5wtkp2yYi7joBw1V0oIAGZC5V6tE<br />RHTzx0H4M9xv7KcRyhjrfGzNgq.jvY4eFY1QZ6ov4bl_fXqPRMRfvNriGChTi6uW4amdNADH0Xq5J1de7<br />qUBRHCIrUYRliYX9EIAAwNOiTvMCZYihSpodRaMmYzGTYEOb49OLT09NVr5DNlerWcD7QTUNKJz4lTSqN<br />pDSCQaCP9_B8VgDxuK4i1A20lefEoyKXTUGixL4sGDvcSgXAt.oIkCchUQ7SOwKZPAF0QXYu7q9yi.qNu<br />9c1h2x0DcMa6_PvWM8xq1QgYcKH.ZDlGg0qYs6s_SNYXi8deLV1pLm6cdho_fUXrtFx0e44lKgiAK2J1r<br />BB8vdYm42oGTLaH2p7viwAwrhcDgfw0gS75uRo7LWYAlUTHjvjZe1JBCOZQbBjs5wbQ16eunF0gD.u5rz<br />e9_82QBYHldl3z9_RaSpvRGKhZtq4LnRGi7X77MVvndgu95tufEJFC.F.vrvZ7vyDJfwfK_zX9w--<br />&oauth_version=1.0&oauth_signature=e7099c305dc702280fe52ea0233379753425b3d7}<br />{User-Agent: Java1.6.0_05}{Host: social.yahooapis.com}{Accept: text/html, image/gif, image/jpeg, */*; q=.2}{Connection: Keep-Alive}{null: null}{null: null}]]></description>
		<pubDate>Thu, 04 Feb 2010 15:16:51 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4464</guid>
	</item>
	<item>
		<title>Trouble verifying domain</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4462</link>
		<description><![CDATA[Hi,<br /><br />I'm having issues verifying www.5ftshelf.com as an OAuth application.  I have tried several times throughout the day and with several different file names.  In all cases have verified the file is reachable in both the browser and with a wget.  The error message I get when hitting the problem is:<br /><br />"There was an internal error while an application is being created. Please try again."<br /><br />If I remove the file I get a different error about not being able to get the file, so clearly the Yahoo servers are seeing the file.  As per the instructions the file created is empty but googling around I noticed other people have had their oauth token in the file.  This is not possible for me as I haven't been told the token at this point.<br /><br />I am able to create a desktop app oauth key/secret but cannot use this to make requests from 5ftshelf.com presumably?<br /><br />File in question is: <a href="http://www.5ftshelf.com/u7KdXYNmbXzTAL6pCmOyIw--.html" rel="nofollow" target="ext">http://www.5ftshelf.com/u7KdXYNmbXzTAL6pCmOyIw--.html</a><br /><br />Any help appreciated,<br /><br />George]]></description>
		<pubDate>Thu, 04 Feb 2010 11:47:58 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4462</guid>
	</item>
	<item>
		<title>Trouble verifying domain</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4462</link>
		<description><![CDATA[I've heard of issues w/ subdomains containing a leading numeric character, so I suspect the problem is not on your side.  I'll report your experience to the folks investigating this.  The only workaround I can recommend for now is to use a domain or subdomain w/ a leading alpha char, eg example.com or sub.example.com]]></description>
		<pubDate>Thu, 04 Feb 2010 11:47:58 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4462</guid>
	</item>
	<item>
		<title>Trouble verifying domain</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4462</link>
		<description><![CDATA[Thanks Eric - seems like a bit of an omission on Yahoo's part]]></description>
		<pubDate>Thu, 04 Feb 2010 11:47:58 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4462</guid>
	</item>
	<item>
		<title>Cannot register OAuth project on non-standard port</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4449</link>
		<description><![CDATA[I want to register a dev version of my project on a webserver not on port 80 (8888 in fact).   But this port is stripped out, initially at least when setting up the "confirmation" empty html page.  <br /><br />In theory I could temporarily assign my app to port 80, but not permanently (it's actually my router admin page), and I suspect the OAuth stuff needs a permanent base URL.<br /><br />Anyone got any ideas?<br /><br />Thanks]]></description>
		<pubDate>Wed, 03 Feb 2010 06:53:09 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4449</guid>
	</item>
	<item>
		<title>Yahoo Sampleapp in PHP SDK not working</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4425</link>
		<description><![CDATA[Can you please help me in deploying the SampleApp in php sdk?<br />I am giving the correct parameters, but it is not working. hassession function keeps returning NULL.<br />Please help me in this issue.<br /><br />THanks,<br />Prakash]]></description>
		<pubDate>Mon, 01 Feb 2010 22:40:23 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4425</guid>
	</item>
	<item>
		<title>how to get the email address using oauth</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4362</link>
		<description><![CDATA[i bind the oauth to my system<br />but i found i can't get user email address:(<br />how can i get the full profile of user?<br /><br />i have been use bbauth but only get user hash code<br /><br />thank you very much!]]></description>
		<pubDate>Wed, 27 Jan 2010 23:09:51 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4362</guid>
	</item>
	<item>
		<title>how to get the email address using oauth</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4362</link>
		<description><![CDATA[There are a number of social APIs that we have available that will allow you to capture information about the user:<br /><br />To access the address book (or contacts) of a user to capture the e-mail (if available) then you can use the contacts API: <a href="http://developer.yahoo.com/social/contacts/" rel="nofollow" target="ext">http://developer.yahoo.com/social/contacts/</a><br /><br />To capture the profile of the user you can use the social directory API: <a href="http://developer.yahoo.com/social/rest_api_guide/social_dir_api.html" rel="nofollow" target="ext">http://developer.yahoo.com/social/rest_api...al_dir_api.html</a><br /><br />Both of those APIs use OAuth so you'll need to switch your authentication method to that as well.<br /><br />Jonathan LeBlanc<br />Technology Evangelist<br />Yahoo! Developer Network<br />Twitter: <a href="http://twitter.com/jcleblanc" rel="nofollow" target="ext">@jcleblanc</a>]]></description>
		<pubDate>Wed, 27 Jan 2010 23:09:51 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4362</guid>
	</item>
	<item>
		<title>how to get the email address using oauth</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4362</link>
		<description><![CDATA[It appears that the user's email address cannot be captured. If you can try Yahoo! Social API Explorer ( <a href="http://zhouyaoji.com/apiexplorer/yahoo_social_api_explorer.php)" rel="nofollow" target="ext">http://zhouyaoji.com/apiexplorer/yahoo_soc...i_explorer.php)</a>, you'll see that returned user profile data does not include the email address.<br /><br />Also, the page where you set up your application's permissions has the following paragraph:<br /><br /><i>Yahoo! Profiles  - Required for OpenSocial<br /><br />This API will allow your application access to user data marked as public or restricted to connections only on their Yahoo! Profile including shared connections lists. <b>This does not include the users email address</b>.</i>]]></description>
		<pubDate>Wed, 27 Jan 2010 23:09:51 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4362</guid>
	</item>
	<item>
		<title>how to get the email address using oauth</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4362</link>
		<description><![CDATA[Right - I wasn't suggesting that the social directory API could be used for the e-mail address, just the user's profile - my apologies for that confusion.  The Contacts API, however, can be used to capture the e-mail addresses of your address book contacts, if available.  I just tested this out and it works so you can use that for obtaining those e-mails.  The only problem here is that the user will have had to have added an e-mail for that contact.<br /><br />- Jon]]></description>
		<pubDate>Wed, 27 Jan 2010 23:09:51 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4362</guid>
	</item>
	<item>
		<title>how to get the email address using oauth</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4362</link>
		<description><![CDATA[<!--quoteo(post=11998:date=Feb 3 2010, 07&#58;20 AM:name=Jonathan LeBlanc)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Jonathan LeBlanc &#064; Feb 3 2010, 07&#58;20 AM) <a href="index.php?act=findpost&pid=11998"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Right - I wasn't suggesting that the social directory API could be used for the e-mail address, just the user's profile - my apologies for that confusion.  The Contacts API, however, can be used to capture the e-mail addresses of your address book contacts, if available.  I just tested this out and it works so you can use that for obtaining those e-mails.  The only problem here is that the user will have had to have added an e-mail for that contact.<br /><br />- Jon<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br /><br />Hi, <br /><br />I have problem in grab address book from yahoo, i have read documentation from yahoo contact API and it do not provide any source code in C#.<br /><br />Can everyone please help?<br /><br />Many thanks.<br /><br />Regards,<br />Kenneth]]></description>
		<pubDate>Wed, 27 Jan 2010 23:09:51 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4362</guid>
	</item>
	<item>
		<title>create My Project</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4345</link>
		<description><![CDATA[create My Project is success, tips  "Your API Key has been approved!"<br /><br />but the <u><b>Verified Application Domain</b></u>  filed is empty.   <br />---------------------------------------------------------------------------------------<br /> <br />     notes: i am running php srcipt is appear  Fatal error: Call to a member function getSessionedUser() on a non-object in <br />                 apache log : Custom port is not allowed or the host is not registered with this consumer key.]]></description>
		<pubDate>Tue, 26 Jan 2010 23:07:34 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4345</guid>
	</item>
	<item>
		<title>create My Project</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4345</link>
		<description>Please help me， Thank you very much。</description>
		<pubDate>Tue, 26 Jan 2010 23:07:34 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4345</guid>
	</item>
	<item>
		<title>create My Project</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4345</link>
		<description><![CDATA[Perhaps this post will help you: <a href="http://developer.yahoo.net/forum/index.php?showtopic=3892&hl=custom+port+-verified" rel="nofollow" target="ext">http://developer.yahoo.net/forum/index.php...+port+-verified</a><br /><br />They had the same problem.]]></description>
		<pubDate>Tue, 26 Jan 2010 23:07:34 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4345</guid>
	</item>
	<item>
		<title>delicious oAuth Request error (401)</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4333</link>
		<description><![CDATA[Hiya, I'm trying to use oAuth to verify credentials for use with delicious.  I'm working on a desktop application and I can get as far as Step 5/6/7-ish following your scale here (http://delicious.com/help/oauthapi).<br /><br />Using the same core oAuth component that I use for Twitter (successfully), I'm having problems requesting tags for a URL.  So I'm using "https://api.del.icio.us/v2/posts/suggest".  I've written this in basic authentication using POST, so I plan on posting the URL parameter.<br /><br />My attempt gives me the 401 authorization error.  <br /><br />Perhaps I'm not sending the correct information in the Auth Header?  Here's what I'm sending as a base header: oauth_timestamp, oauth_nonce, oauth_signature_method, oauth_consumer_key, oauth_version, oauth_token.<br /><br />Here's a sample written by the app: <br /><!--c1--><div class='code generic'><div class='codetop'>CODE</div><pre class='codemain'><code><!--ec1-->OAuth realm=&#34;yahooapis.com&#34;, <br />oauth_timestamp=&#34;1264459940&#34;,<br />oauth_nonce=&#34;cd9e5152b6c3af732d0a73060049042432cbe123&#34;,<br />oauth_signature_method=&#34;HMAC-SHA1&#34;,<br />oauth_consumer_key=&#34;{removed}&#34;,<br />oauth_version=&#34;1.0&#34;, <br />oauth_token=&#34;A%25253Dca0nce_i4A5SIdKVlFIchXUPEQRfL9.rCk2dH75i.ZnMlJmvdQ6WfjBXvejaopGIBTMmLae7rN<br />pMMzhdB737VGk3zTqD5KYovuoAk6UO2GPWP4Z_fuQuBbbjU5waj.SilSSChHxEUGz_4LEIWGXWabS4VZW<br />oz.dTR0OiAMdaJWoiiIp3LAg5uh3n3uveW1J4mMqnPPvigjotISw0QGtb5InAx2ECwJvyo8dacjxD9srd<br />jFYuE6Zsp5TwJ9hJAKTstSBwa_Me3WWW8XmAF9dShuFgds4Q5yhOAH_0Uhcsm63w9qFnSrjS8iWpIkV04<br />Iz.dVEePldo1zyyyObU74blYYaccAAWhq0F2FzTn210pPW_F.s2hd9qZxl7mQ217hTpItAcN3H_mQAbZk<br />z99d0ar16XxXxjoqvorjZn8GG4FKJpF5CctbHyz5OtZUc571XTiJR.d63vboKchLRpUma4RLEHywj4.9x<br />.Ipjjnb.CIfj8TEzK7gRGVeUCUQFujoDgFQQQkYnA6eFphUAHKwsO3GvPb7ZK0BX4zuNefJEHl7dVEf5q<br />l57BkQ24YxnpexwR_lH3bTN_lTK5RCE9W2HEK47vx6Rhl41tlhgp5hEeV4m5d6WvWL65cBwWCsFXU63gs<br />YJNlKAnferyaST8tBgC3EgujjPTlWBvfiHMwfNYV3JtWIt.hmpuzBaMRaQMNN14rIThAJrKyg9BFv42IZ<br />EAN926MjvUPs8jwC5h04_5qb99AmdjEPU-&#34;,<br />url=&#34;http%253A%252F%252Fwww.thestar.com%252Fsports%252Farticle%252F755489--nancy-kerrigan-s-brother-charged-after-father-found-dead%253Fbn%253D1&#34;, <br />oauth_signature=&#34;mN%2Bfm%2BUrAfuaCxnNUNs9Z8XPU5Q%3D&#34;<!--c2--></code></pre></div><!--ec2--><br /><br />Is there anything else needed (or not needed)?  <br />I've read a few posts noting an inconsistent oauth_token on Yahoo's side (http://developer.yahoo.net/forum/index.php?showtopic=549).  I however tried keeping an unencoded version, encoding, and encoding twice.  All with no avail.  <br /><br />I've also tried taking the url parameter out of the header (scraping for reasons), and that didn't work either.<br /><br />Any suggestions?]]></description>
		<pubDate>Mon, 25 Jan 2010 15:41:45 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4333</guid>
	</item>
	<item>
		<title>delicious oAuth Request error (401)</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4333</link>
		<description><![CDATA[Nothing Yahoos?   <img src="http://developer.yahoo.net/forum/style_emoticons/default/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" />]]></description>
		<pubDate>Mon, 25 Jan 2010 15:41:45 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4333</guid>
	</item>
	<item>
		<title>delicious oAuth Request error (401)</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4333</link>
		<description><![CDATA[The host for the OAuth requests should be <a href="http://api.del.icio.us" rel="nofollow" target="ext">http://api.del.icio.us</a>, not http<b>s</b>://api.del.icio.us.<br />Hopefully that's all.<br /><br />Chris]]></description>
		<pubDate>Mon, 25 Jan 2010 15:41:45 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4333</guid>
	</item>
	<item>
		<title>delicious oAuth Request error (401)</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4333</link>
		<description><![CDATA[<!--quoteo(post=12049:date=Feb 4 2010, 03&#58;39 PM:name=Chris D)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Chris D &#064; Feb 4 2010, 03&#58;39 PM) <a href="index.php?act=findpost&pid=12049"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->The host for the OAuth requests should be <a href="http://api.del.icio.us" rel="nofollow" target="ext">http://api.del.icio.us</a>, not http<b>s</b>://api.del.icio.us.<br />Hopefully that's all.<br /><br />Chris<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />Thanks I just tried that.  I re-coded my delicious request to use GET instead of POST.  I'm just trying whatever I can to make it work.<br />I get the invalid signature error.<br /><br />Here is my plain text signature:<br /><!--c1--><div class='code generic'><div class='codetop'>CODE</div><pre class='codemain'><code><!--ec1-->GET&http%3A%2%2Fapi.del.icio.us%2Fv2%2Fposts%2Fadd<br />&description%3DTest<br />%26oauth_callback%3Doob<br />%26oauth_consumer_key%3D{removed}<br />%26oauth_nonce%3D3fcff6d54e498592716fdd5fcf00e43579e42b86<br />%26oauth_signature_method%3DHMAC-SHA1<br />%26oauth_timestamp%3D1265328235<br />%26oauth_token%3DA%3DTRn7ShHjpwOQqAqA62.vI7VVEPSN0Rvh_J2TzgGHfKS_9_j_ES4ZJYDeaTzONJAI_Zrihe2ekxinis<br />SxQk5vaB1sLxTHm9wzfY0TJ87rhQYVJ6JYEamueDcHpQ6Unp_Bo2ptV9Aw9cwCXm81ovMvHMBhHPLJ6IF<br />M63XU2gWaFUkoa6RiM.E7eAPtoMzHWxjTg1v8IWd7NJGfh.MDQQTCPC837yBCN8nPb6y8h.dRThLauxT3<br />27sNQ0TQpjM0TIlGT9Byo_jJjIArzsgJBdREqWlDje_w6WU1JW4N5mdsdWuM.jV9OFN7m8E518_2pK8z0<br />Qe68ZZlx6iKUsorApAxhWU9gHbDHiFX7qcz2Dv8iGRaMSEPC5SNTsMgWpWYeC.PStxaIJi2Uj0BNQOLre<br />wcv7B1k2b0vUxbcBe_XyGrG3LSQ5tRoG2aXPw.KB15E0NyaBk5JIoWbCm3Lfhn7A2DkO31HD3Ui0nz11l<br />x.Px.BURs.uyuK1rt4k3BN_l2wprjHOcg7ZPj.H9IYeDGeS0MCoBpUzgkzLoLzOBmVUx7agKkOkaQ41Zu<br />.tUbqrxj4AxIM7cOFOwbacw8YlYot22vQAUTJnejHofTuktXGL4floyDuhQ9tv6Qsc5oRwx03vBf5Pdq3<br />MKxd8IwiNLMbvL5n9JtEr0Tw1PjXGqciF9Us3gAxiyuMAPJa7al2eCiMYeg6B8K1viXIryVIgSVCMhY0n<br />y4F2qQmYvHbaIGpZU9j3nGJt.i1Ug-<br />%26oauth_version%3D1.0<br />%26url%3Dhttp%3A%2F%2Fgoogle.com<!--c2--></code></pre></div><!--ec2--><br /><br />I encode this using HMAC-SHA1.  The algorithm works perfect for Twitter, so I'm certain it isn't the plaintext to encrypted process.<br />Also, I've tried using unencoded &'s inbetween each parameter.  Finally, I also tried using %26 inbetween each parameters (including the GET and url, and url and the first parameter).<br /><br />Anything missing or wrong in this header?]]></description>
		<pubDate>Mon, 25 Jan 2010 15:41:45 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4333</guid>
	</item>
	<item>
		<title>delicious oAuth Request error (401)</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4333</link>
		<description><![CDATA[<!--quoteo(post=12054:date=Feb 4 2010, 05&#58;37 PM:name=Will)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Will &#064; Feb 4 2010, 05&#58;37 PM) <a href="index.php?act=findpost&pid=12054"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Thanks I just tried that.  I re-coded my delicious request to use GET instead of POST.  I'm just trying whatever I can to make it work.<br />I get the invalid signature error.<br /><br />Here is my plain text signature:<br /><!--c1--><div class='code generic'><div class='codetop'>CODE</div><pre class='codemain'><code><!--ec1-->GET&http%3A%2%2Fapi.del.icio.us%2Fv2%2Fposts%2Fadd<br />&description%3DTest<br />%26oauth_callback%3Doob<br />%26oauth_consumer_key%3D{removed}<br />%26oauth_nonce%3D3fcff6d54e498592716fdd5fcf00e43579e42b86<br />%26oauth_signature_method%3DHMAC-SHA1<br />%26oauth_timestamp%3D1265328235<br />%26oauth_token%3DA%3DTRn7ShHjpwOQqAqA62.vI7VVEPSN0Rvh_J2TzgGHfKS_9_j_ES4ZJYDeaTzONJAI_Zrihe2ekxinis<br />SxQk5vaB1sLxTHm9wzfY0TJ87rhQYVJ6JYEamueDcHpQ6Unp_Bo2ptV9Aw9cwCXm81ovMvHMBhHPLJ6I<br />F<br />M63XU2gWaFUkoa6RiM.E7eAPtoMzHWxjTg1v8IWd7NJGfh.MDQQTCPC837yBCN8nPb6y8h.dRThLauxT<br />3<br />27sNQ0TQpjM0TIlGT9Byo_jJjIArzsgJBdREqWlDje_w6WU1JW4N5mdsdWuM.jV9OFN7m8E518_2pK8z<br />0<br />Qe68ZZlx6iKUsorApAxhWU9gHbDHiFX7qcz2Dv8iGRaMSEPC5SNTsMgWpWYeC.PStxaIJi2Uj0BNQOLr<br />e<br />wcv7B1k2b0vUxbcBe_XyGrG3LSQ5tRoG2aXPw.KB15E0NyaBk5JIoWbCm3Lfhn7A2DkO31HD3Ui0nz11<br />l<br />x.Px.BURs.uyuK1rt4k3BN_l2wprjHOcg7ZPj.H9IYeDGeS0MCoBpUzgkzLoLzOBmVUx7agKkOkaQ41Z<br />u<br />.tUbqrxj4AxIM7cOFOwbacw8YlYot22vQAUTJnejHofTuktXGL4floyDuhQ9tv6Qsc5oRwx03vBf5Pdq<br />3<br />MKxd8IwiNLMbvL5n9JtEr0Tw1PjXGqciF9Us3gAxiyuMAPJa7al2eCiMYeg6B8K1viXIryVIgSVCMhY0<br />n<br />y4F2qQmYvHbaIGpZU9j3nGJt.i1Ug-<br />%26oauth_version%3D1.0<br />%26url%3Dhttp%3A%2F%2Fgoogle.com<!--c2--></code></pre></div><!--ec2--><br /><br />I encode this using HMAC-SHA1.  The algorithm works perfect for Twitter, so I'm certain it isn't the plaintext to encrypted process.<br />Also, I've tried using unencoded &'s inbetween each parameter.  Finally, I also tried using %26 inbetween each parameters (including the GET and url, and url and the first parameter).<br /><br />Anything missing or wrong in this header?<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />Hi Will,<br /><br />It looks like your Base String is not correctly built.<br />When you build the string with all the parameters, you need to ensure the values are url-encoded. From above, you have:<br />%26url%3Dhttp%3A%2F%2Fgoogle.com<br />whereas it should be<br />%26url%3Dhttp%253A%252F%252Fgoogle.com<br /><br />You need to build it up as param1=&lt;urlencoded value1&gt;&param2=&lt;urlencoded value 2&gt; etc<br />and then url-encode the whole string (as you have done above).<br /><br />Chris]]></description>
		<pubDate>Mon, 25 Jan 2010 15:41:45 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4333</guid>
	</item>
	<item>
		<title>delicious oAuth Request error (401)</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4333</link>
		<description><![CDATA[<!--quoteo(post=12079:date=Feb 5 2010, 08&#58;37 AM:name=Chris D)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Chris D &#064; Feb 5 2010, 08&#58;37 AM) <a href="index.php?act=findpost&pid=12079"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Hi Will,<br /><br />It looks like your Base String is not correctly built.<br />When you build the string with all the parameters, you need to ensure the values are url-encoded. From above, you have:<br />%26url%3Dhttp%3A%2F%2Fgoogle.com<br />whereas it should be<br />%26url%3Dhttp%253A%252F%252Fgoogle.com<br /><br />You need to build it up as param1=&lt;urlencoded value1&gt;&param2=&lt;urlencoded value 2&gt; etc<br />and then url-encode the whole string (as you have done above).<br /><br />Chris<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />OK, I fixed that problem.  Thanks for the quick reply.  I still get invalid signature.  I've played around a bit with different settings and can't get anything to work yet.<br /><br />Hopefully you can help.  Here's the new signature I make (before HMAC-SHA1): <br /><!--c1--><div class='code generic'><div class='codetop'>CODE</div><pre class='codemain'><code><!--ec1-->GET<br />&http%3A%2F%2Fapi.del.icio.us%2Fv2%2Fposts%2Fadd<br />&description%3Dt<br />%26oauth_callback%3Doob<br />%26oauth_consumer_key%3D{removed}<br />%26oauth_nonce%3De2a50fc6562f7760239556bbc8fbc7fec871ad69<br />%26oauth_signature_method%3DHMAC-SHA1<br />%26oauth_timestamp%3D1265413180<br />%26oauth_token%3DA%253DdE7Gj_zAozykUQMG3NjutS_qe6tjpk.Z5.42gZK4HQv2yk3E.GAt_H.dSoevFBNWMuf2loifyMHc<br />AB00zugEEh8Thk.jJAL1N7ZZDAax7ToBgi.gYjK0vUaLEaAdic.hejEUwmdi6QTdo6xv.e0FjRjXOMD.N<br />CTwssYohGtsyNAbab3I2lCLAJOV8m8Wt22HplZUs0zbfe2vSeAhxqwUuZATp9F.OEhP7ZgCCWq8X4DFTz<br />rKUEu9vl3lrl4feGfqYWz0BcePfoHrFy3iiVPNxfQDiSjvqIhsFOxAlM7FyuWv2i9NZWIFUverGFKtK9A<br />WdAywFQ6i8wsOPuEmflw1eSU3Mbq13clmHqY6_wGztWLw..PeBiTbImGd9fzyCZJV_60p0n49RFh8x5eD<br />hStswKj9piEtkMgqcT8Ou9Zk1NBiLRyoa98gCiphbxoE4qr3PrJ1YsnBAsZ9v5ZXe5gy27ORGP2DIU_Mr<br />seUEFhFmdwKF22mhdcZpmLfbIBTKpqv6RxaaENPry7j3oct0Np5wyDf5CBWS1_arLu2ihtfSD2D2UqUBU<br />1IQLEjzW6WGAYWqTxxk104fc2JCptTgatHfQV7FWuzePUnwR1oX8ZjcAfuVOlJPwFjWsvcEc1aCEuatbf<br />EfvfdxILBZEkDNvXSHo6YG8lmliWGJtBhgFw4XR.oLR5PoQTLxAGHFwHD_GdhKQOz0i2L_mUTXVYTA.vQ<br />.7Rp2kQ4RUJX9_in5ymUQ39OgviQzMU-<br />%26oauth_version%3D1.0%26url%3Dhttp%253A%252F%252Fgoogle.com<!--c2--></code></pre></div><!--ec2--><br /><br />As you can see, I fixed the encoding problem you pointed out.<br />When I sign with HMAC, I use "&lt;consumer secret&gt;&&lt;token secret&gt;".<br />Then I build the URL string before the actual request.  Using the standard GET format:<br />&lt;request_url&gt;?&lt;param name&gt;=&lt;urlencoded param value&gt;&&lt;param name2&gt;=&lt;urlencoded param value2&gt;&.....<br /><br />So here's a sample of my url:<br /><!--c1--><div class='code generic'><div class='codetop'>CODE</div><pre class='codemain'><code><!--ec1-->http&#58;//api.del.icio.us/v2/posts/add<br />?oauth_token=A%3DdE7Gj_zAozykUQMG3NjutS_qe6tjpk.Z5.42gZK4HQv2yk3E.GAt_H.dSoevFBNWMuf2loifyMHcAB<br />00zugEEh8Thk.jJAL1N7ZZDAax7ToBgi.gYjK0vUaLEaAdic.hejEUwmdi6QTdo6xv.e0FjRjXOMD.NCT<br />wssYohGtsyNAbab3I2lCLAJOV8m8Wt22HplZUs0zbfe2vSeAhxqwUuZATp9F.OEhP7ZgCCWq8X4DFTzrK<br />UEu9vl3lrl4feGfqYWz0BcePfoHrFy3iiVPNxfQDiSjvqIhsFOxAlM7FyuWv2i9NZWIFUverGFKtK9AWd<br />AywFQ6i8wsOPuEmflw1eSU3Mbq13clmHqY6_wGztWLw..PeBiTbImGd9fzyCZJV_60p0n49RFh8x5eDhS<br />tswKj9piEtkMgqcT8Ou9Zk1NBiLRyoa98gCiphbxoE4qr3PrJ1YsnBAsZ9v5ZXe5gy27ORGP2DIU_Mrse<br />UEFhFmdwKF22mhdcZpmLfbIBTKpqv6RxaaENPry7j3oct0Np5wyDf5CBWS1_arLu2ihtfSD2D2UqUBU1I<br />QLEjzW6WGAYWqTxxk104fc2JCptTgatHfQV7FWuzePUnwR1oX8ZjcAfuVOlJPwFjWsvcEc1aCEuatbfEf<br />vfdxILBZEkDNvXSHo6YG8lmliWGJtBhgFw4XR.oLR5PoQTLxAGHFwHD_GdhKQOz0i2L_mUTXVYTA.vQ.7<br />Rp2kQ4RUJX9_in5ymUQ39OgviQzMU-<br />&oauth_consumer_key={removed}<br />&oauth_signature_method=HMAC-SHA1<br />&oauth_version=1.0<br />&oauth_timestamp=1265413180<br />&oauth_nonce=e2a50fc6562f7760239556bbc8fbc7fec871ad69<br />&description=t<br />&url=http%3A%2F%2Fgoogle.com<br />&oauth_signature=7dQujlY9V4RXE9wCbF4PTmP3gYc=<!--c2--></code></pre></div><!--ec2--><br /><br />Any ideas why that is getting invalid signature?  Thanks!]]></description>
		<pubDate>Mon, 25 Jan 2010 15:41:45 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4333</guid>
	</item>
	<item>
		<title>delicious oAuth Request error (401)</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4333</link>
		<description><![CDATA[Hey Will,<br /><br />Not quite sure, but you might want to take a look at this.http://delicious.com/help/oauthapi<br />Apologies for the formatting, but it might help.<br /><br />The other thing to try is to hit an api that doesn't require any parameters, since this is usually where the problems creep in.<br /><br />Sorry I can't offer any more advice.<br />Chris]]></description>
		<pubDate>Mon, 25 Jan 2010 15:41:45 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4333</guid>
	</item>
	<item>
		<title>Yahoo oauth error..</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4246</link>
		<description><![CDATA[I am using <a href="http://blog.floehopper.org/articles/2010/01/14/ruby-wrapper-for-the-delicious-v2-api-using-the-oauth-gem" rel="nofollow" target="ext">http://blog.floehopper.org/articles/2010/0...g-the-oauth-gem</a> and had it work successfully once...<br /><br />For the last 4 days Ihave been getting this error:<br /><br />Yahoo! is experiencing some difficulties in processing your request. This is most probably a temporary technical issue, so please try again shortly. [95021]<br /><br />Is anyone else having this issue?]]></description>
		<pubDate>Mon, 18 Jan 2010 11:02:00 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4246</guid>
	</item>
	<item>
		<title>Yahoo oauth error..</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4246</link>
		<description><![CDATA[<!--quoteo(post=11437:date=Jan 18 2010, 11&#58;02 AM:name=Greg)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Greg &#064; Jan 18 2010, 11&#58;02 AM) <a href="index.php?act=findpost&pid=11437"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->I am using <a href="http://blog.floehopper.org/articles/2010/01/14/ruby-wrapper-for-the-delicious-v2-api-using-the-oauth-gem" rel="nofollow" target="ext">http://blog.floehopper.org/articles/2010/0...g-the-oauth-gem</a> and had it work successfully once...<br /><br />For the last 4 days Ihave been getting this error:<br /><br />Yahoo! is experiencing some difficulties in processing your request. This is most probably a temporary technical issue, so please try again shortly. [95021]<br /><br />Is anyone else having this issue?<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />Where in the oauth flow are you getting this error?]]></description>
		<pubDate>Mon, 18 Jan 2010 11:02:00 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4246</guid>
	</item>
	<item>
		<title>Yahoo oauth error..</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4246</link>
		<description><![CDATA[How frequently are you making calls to the API? If you don't put in a delay in between calls, maybe you're being throttled.<br /><br />From the <a href="http://delicious.com/help/api" rel="nofollow" target="ext">Delicious API docs</a> :-<br /><br /><!--quoteo--><div class='quote'><div class='quotetop'>QUOTE <cite></cite></div><blockquote class='quotemain'><!--quotec-->Please wait AT LEAST ONE SECOND between queries, or you are likely to get automatically throttled. If you are releasing a library to access the API, you MUST do this. Please watch for 500 or 999 errors and back-off appropriately. It means that you have been throttled.<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />Cheers, James.]]></description>
		<pubDate>Mon, 18 Jan 2010 11:02:00 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4246</guid>
	</item>
	<item>
		<title>Ruby wrapper for the Delicious v2 API using the OAuth gem</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4204</link>
		<description><![CDATA[I've just written up <a href="http://blog.floehopper.org/articles/2010/01/14/ruby-wrapper-for-the-delicious-v2-api-using-the-oauth-gem" rel="nofollow" target="ext">how I used the Delicious API from a Ruby script using the OAuth gem</a>.<br /><br />I thought some people here might find it useful.<br /><br />Cheers, James.]]></description>
		<pubDate>Thu, 14 Jan 2010 09:32:03 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4204</guid>
	</item>
	<item>
		<title>Ruby wrapper for the Delicious v2 API using the OAuth gem</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4204</link>
		<description><![CDATA[James, could you give a bit more instruction on how to use your code?<br />I just wanted to post URLs to delicious from within Emacs/w3m, and this<br />is turning into a huge development saga!  I have obtained an API key<br />and shared secret, but the instructions at<br /><br /><a href="http://delicious.com/help/oauthapi" rel="nofollow" target="ext">http://delicious.com/help/oauthapi</a><br /><br />seem hugely complicated for the task I have in mind.  There was once<br />a time when this task would have been simple, as in<br /><br /><a href="http://www.emacswiki.org/emacs/.emacs-w3m-thierry.el" rel="nofollow" target="ext">http://www.emacswiki.org/emacs/.emacs-w3m-thierry.el</a><br /><br />but apparently now it is hugely complicated.  Any help you can offer<br />would be appreciated!]]></description>
		<pubDate>Thu, 14 Jan 2010 09:32:03 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4204</guid>
	</item>
	<item>
		<title>Ruby wrapper for the Delicious v2 API using the OAuth gem</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4204</link>
		<description><![CDATA[You have my sympathy.<br /><br />I'm happy to try and help, but you're going to have to ask more specific questions. <br /><br />And, just to warn you, I'm not very familiar with Emacs.<br /><br />Are you hoping to use a Ruby script similar to mine or are you wanting to write your own equivalent script in a different language?<br /><br />Cheers, James.]]></description>
		<pubDate>Thu, 14 Jan 2010 09:32:03 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4204</guid>
	</item>
	<item>
		<title>oauth_problem=consumer_key_unknown</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4183</link>
		<description><![CDATA[Hi, I'm keep getting oauth_problem=consumer_key_unknown error when trying oauth <a href="https://api.login.yahoo.com/oauth/v2/get_request_token" rel="nofollow" target="ext">https://api.login.yahoo.com/oauth/v2/get_request_token</a><br />I'm pretty sure my consumer key is correct because it works locally. Just keep giving me oauth_problem=consumer_key_unknown when I upload it to my server. Any ideas?]]></description>
		<pubDate>Wed, 13 Jan 2010 02:25:21 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4183</guid>
	</item>
	<item>
		<title>oauth_problem=consumer_key_unknown</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4183</link>
		<description><![CDATA[Hi Ben, here is a list of the standard OAuth error codes that you may encounter: <a href="http://developer.yahoo.com/oauth/guide/oauth-errors.html" rel="nofollow" target="ext">http://developer.yahoo.com/oauth/guide/oauth-errors.html</a><br /><br />Is the domain that you registered your app with the same domain that you are running the code from?  Could you please post the full response headers from the request?  <br /><br />Jonathan LeBlanc<br />Technology Evangelist<br />Yahoo! Developer Network<br />Twitter: <a href="http://twitter.com/jcleblanc" rel="nofollow" target="ext">@jcleblanc</a>]]></description>
		<pubDate>Wed, 13 Jan 2010 02:25:21 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4183</guid>
	</item>
	<item>
		<title>Server hangup</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4085</link>
		<description><![CDATA[I am experiencing server hangup for more than a week trying to access Stock Historical data. m y computer is runing Wndows7.<br />While on a coputer running Windows Vista this probelm does not arises.... <br /><br />anyone has a soution o this problem..?]]></description>
		<pubDate>Fri, 08 Jan 2010 00:01:43 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4085</guid>
	</item>
	<item>
		<title>Server hangup</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4085</link>
		<description><![CDATA[<!--quoteo(post=11108:date=Jan 8 2010, 12&#58;01 AM:name=Chezl)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Chezl &#064; Jan 8 2010, 12&#58;01 AM) <a href="index.php?act=findpost&pid=11108"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->I am experiencing server hangup for more than a week trying to access Stock Historical data. m y computer is runing Wndows7.<br />While on a coputer running Windows Vista this probelm does not arises.... <br /><br />anyone has a soution o this problem..?<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br /><br />Can you provide code the reproduces the problem? Our APIs appear to be functioning as expected.]]></description>
		<pubDate>Fri, 08 Jan 2010 00:01:43 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4085</guid>
	</item>
	<item>
		<title>Server hangup</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4085</link>
		<description><![CDATA[I have same problem.  The only download that gives me that error is the 'Historical Prices' on the Yahoo stock quotes pages. <br />Everything elso is working OK.  <br />I wrote to Yahoo (twice) and they say they will check on it and get back to me.  This is for about a month now. I use xp pro.<br />If anyone has anything else to try pls. let me know.  ronkr@optimum.net   thanks]]></description>
		<pubDate>Fri, 08 Jan 2010 00:01:43 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4085</guid>
	</item>
	<item>
		<title>After logging in, user is not returned to my callback url</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4032</link>
		<description><![CDATA[I just want to make a script that posts some links to my own delicious account.  It will never be used for another delicious account.  Before Yahoo, this was so easy.<br /><br />So, after getting my request token, I create my yahoo log in url in the form:<br /><!--c1--><div class='code generic'><div class='codetop'>CODE</div><pre class='codemain'><code><!--ec1-->echo &#34;&#60;p&#62;&#60;a href=&#92;&#34;&#34;;<br />echo $xoauth_request_auth_url;<br />echo &#34;&oauth_nonce=&#34;.$nonce;<br />echo &#34;&oauth_timestamp=&#34;.$timestamp;<br />echo &#34;&oauth_consumer_key=&#34;.$consumer_key;<br />echo &#34;&oauth_signature_method=plaintext&oauth_signature=&#34;.$secret.&#34;%26&#34;;<br />echo &#34;&oauth_version=1.0&xoauth_lang_pref=en-us&oauth_callback=&#34;.callback;<br />echo &#34;&#92;&#34;&#62;Log In&#60;/a&#62;&#60;/p&#62;&#34;;<!--c2--></code></pre></div><!--ec2--><br /><br />For callback, I have tried with and without my domain.  Both times, after logging in, I'm sent to a yahoo page:<br /><a href="https://api.login.yahoo.com/oauth/v2/AQEar/yahoo/delicious_post?oauth_token=uqnmhdz&oauth_verifier=wq6yu9" rel="nofollow" target="ext">https://api.login.yahoo.com/oauth/v2/AQEar/...verifier=wq6yu9</a><br /><br />that AQEar/yahoo/delicious_post is my callback, but why does it not send this back to my own domain?  If api.login.yahoo etc. was replaced with my domain, I could proceed to the next step.  I'm pretty sure once i get the verifier, I'd be just fine, but the verifier never comes back to my script.<br /><br />Also, when getting my request token, if I provide the domain in that callback url, I get an OAuth Error: Custom port is not allowed or the host is not registered with this consumer key.<br /><br />It's not a custom port, so it must be the host not being registered.  My consumer key is correct.  The Application URL in Yahoo's Project Details is the full (domain included) url of my script.  Where else can I "register" my domain with this consumer key?<br /><br />If anyone has any ideas, I would be extremely grateful.<br />Thank you.<br />-Ed]]></description>
		<pubDate>Mon, 04 Jan 2010 09:52:40 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4032</guid>
	</item>
	<item>
		<title>After logging in, user is not returned to my callback url</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4032</link>
		<description><![CDATA[<!--quoteo(post=10926:date=Jan 4 2010, 09&#58;52 AM:name=Esip)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Esip &#064; Jan 4 2010, 09&#58;52 AM) <a href="index.php?act=findpost&pid=10926"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->I just want to make a script that posts some links to my own delicious account.  It will never be used for another delicious account.  Before Yahoo, this was so easy.<br /><br />So, after getting my request token, I create my yahoo log in url in the form:<br /><!--c1--><div class='code generic'><div class='codetop'>CODE</div><pre class='codemain'><code><!--ec1-->echo &#34;&#60;p&#62;&#60;a href=&#92;&#34;&#34;;<br />echo $xoauth_request_auth_url;<br />echo &#34;&oauth_nonce=&#34;.$nonce;<br />echo &#34;&oauth_timestamp=&#34;.$timestamp;<br />echo &#34;&oauth_consumer_key=&#34;.$consumer_key;<br />echo &#34;&oauth_signature_method=plaintext&oauth_signature=&#34;.$secret.&#34;%26&#34;;<br />echo &#34;&oauth_version=1.0&xoauth_lang_pref=en-us&oauth_callback=&#34;.callback;<br />echo &#34;&#92;&#34;&#62;Log In&#60;/a&#62;&#60;/p&#62;&#34;;<!--c2--></code></pre></div><!--ec2--><br /><br />For callback, I have tried with and without my domain.  Both times, after logging in, I'm sent to a yahoo page:<br /><a href="https://api.login.yahoo.com/oauth/v2/AQEar/yahoo/delicious_post?oauth_token=uqnmhdz&oauth_verifier=wq6yu9" rel="nofollow" target="ext">https://api.login.yahoo.com/oauth/v2/AQEar/...verifier=wq6yu9</a><br /><br />that AQEar/yahoo/delicious_post is my callback, but why does it not send this back to my own domain?  If api.login.yahoo etc. was replaced with my domain, I could proceed to the next step.  I'm pretty sure once i get the verifier, I'd be just fine, but the verifier never comes back to my script.<br /><br />Also, when getting my request token, if I provide the domain in that callback url, I get an OAuth Error: Custom port is not allowed or the host is not registered with this consumer key.<br /><br />It's not a custom port, so it must be the host not being registered.  My consumer key is correct.  The Application URL in Yahoo's Project Details is the full (domain included) url of my script.  Where else can I "register" my domain with this consumer key?<br /><br />If anyone has any ideas, I would be extremely grateful.<br />Thank you.<br />-Ed<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br /><br />You must use the same domain that was used when creating the oauth consumer key + secret -- <a href="https://developer.apps.yahoo.com/projects" rel="nofollow" target="ext">https://developer.apps.yahoo.com/projects</a>.]]></description>
		<pubDate>Mon, 04 Jan 2010 09:52:40 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4032</guid>
	</item>
	<item>
		<title>Problem with refresh_access_token</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3980</link>
		<description><![CDATA[I am trying to make the yahoo.application.OAuthApplication.refresh_access_token using the <a href="http://github.com/yahoo/yos-social-python" rel="nofollow" target="ext">python sdk</a>. Below is the stack trace when i make the call. Basically yahoo API complains that oauth_parameters are missing. Can anyone help me debug this issue.<br /><br />Thanks<br />Vivek Puri<br /><br /><br /><!--c1--><div class='code generic'><div class='codetop'>CODEBOX</div><pre class='codemain'><code><!--ec1-->12-27 05&#58;53PM 05.498<br />fetch_access_token oauth_request.to_header&#40;'yahooapis.com'&#41;&#58; {'Authorization'&#58; 'OAuth realm=&#34;yahooapis.com&#34;, oauth_nonce=&#34;24743187&#34;, oauth_session_handle=&#34;session handle here&#34;, oauth_consumer_key=&#34;consumer key here&#34;, oauth_timestamp=&#34;1261965185&#34;, oauth_signature_method=&#34;PLAINTEXT&#34;, oauth_version=&#34;1.0&#34;, oauth_token=&#34;valid token here&#34;, oauth_signature=&#34;valid sig here&#34;'}<br />I 12-27 05&#58;53PM 05.800<br />fetch_access_token request HTTP status code&#58; 401<br />I 12-27 05&#58;53PM 05.953<br />fetch_access_token request HTTP response content&#58; oauth_problem=parameter_absent&oauth_parameters_absent=oauth_consumer_key,oauth_token,oauth_signature_metho<br />d,oauth_signature,oauth_timestamp,oauth_nonce<br />E 12-27 05&#58;53PM 05.953<br />from_string&#40;&#41; takes exactly 1 argument &#40;0 given&#41;<br />Traceback &#40;most recent call last&#41;&#58;<br />  File &#34;/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py&#34;, line 507, in __call__<br />    handler.get&#40;*groups&#41;<br />  File &#34;/base/data/home/apps/linksalpha/116.338756193947541816/api/pubyahoo.py&#34;, line 25, in get<br />    oauthapp.token = oauthapp.refresh_access_token&#40;oauthapp.token&#41;<br />  File &#34;/base/data/home/apps/linksalpha/116.338756193947541816/yahoo/application.py&#34;, line 88, in refresh_access_token<br />    self.token = self.client.fetch_access_token&#40;request&#41;<br />  File &#34;/base/data/home/apps/linksalpha/116.338756193947541816/yahoo/oauth.py&#34;, line 172, in fetch_access_token<br />    return AccessToken.from_string&#40;&#41;<br />TypeError&#58; from_string&#40;&#41; takes exactly 1 argument &#40;0 given&#41;<!--c2--></code></pre></div><!--ec2-->]]></description>
		<pubDate>Sun, 27 Dec 2009 18:02:48 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3980</guid>
	</item>
	<item>
		<title>Problem with refresh_access_token</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3980</link>
		<description><![CDATA[<!--quoteo(post=10817:date=Dec 27 2009, 06&#58;02 PM:name=Vivek Puri)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Vivek Puri &#064; Dec 27 2009, 06&#58;02 PM) <a href="index.php?act=findpost&pid=10817"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->I am trying to make the yahoo.application.OAuthApplication.refresh_access_token using the <a href="http://github.com/yahoo/yos-social-python" rel="nofollow" target="ext">python sdk</a>. Below is the stack trace when i make the call. Basically yahoo API complains that oauth_parameters are missing. Can anyone help me debug this issue.<br /><br />Thanks<br />Vivek Puri<br /><br /><br /><!--c1--><div class='code generic'><div class='codetop'>CODE</div><pre class='codemain'><code><!--ec1-->12-27 05&#58;53PM 05.498<br />fetch_access_token oauth_request.to_header&#40;'yahooapis.com'&#41;&#58; {'Authorization'&#58; 'OAuth realm=&#34;yahooapis.com&#34;, oauth_nonce=&#34;24743187&#34;, oauth_session_handle=&#34;session handle here&#34;, oauth_consumer_key=&#34;consumer key here&#34;, oauth_timestamp=&#34;1261965185&#34;, oauth_signature_method=&#34;PLAINTEXT&#34;, oauth_version=&#34;1.0&#34;, oauth_token=&#34;valid token here&#34;, oauth_signature=&#34;valid sig here&#34;'}<br />I 12-27 05&#58;53PM 05.800<br />fetch_access_token request HTTP status code&#58; 401<br />I 12-27 05&#58;53PM 05.953<br />fetch_access_token request HTTP response content&#58; oauth_problem=parameter_absent&oauth_parameters_absent=oauth_consumer_key,oauth_token,oauth_signature_metho<br />d,oauth_signature,oauth_timestamp,oauth_nonce<br />E 12-27 05&#58;53PM 05.953<br />from_string&#40;&#41; takes exactly 1 argument &#40;0 given&#41;<br />Traceback &#40;most recent call last&#41;&#58;<br />  File &#34;/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py&#34;, line 507, in __call__<br />    handler.get&#40;*groups&#41;<br />  File &#34;/base/data/home/apps/linksalpha/116.338756193947541816/api/pubyahoo.py&#34;, line 25, in get<br />    oauthapp.token = oauthapp.refresh_access_token&#40;oauthapp.token&#41;<br />  File &#34;/base/data/home/apps/linksalpha/116.338756193947541816/yahoo/application.py&#34;, line 88, in refresh_access_token<br />    self.token = self.client.fetch_access_token&#40;request&#41;<br />  File &#34;/base/data/home/apps/linksalpha/116.338756193947541816/yahoo/oauth.py&#34;, line 172, in fetch_access_token<br />    return AccessToken.from_string&#40;&#41;<br />TypeError&#58; from_string&#40;&#41; takes exactly 1 argument &#40;0 given&#41;<!--c2--></code></pre></div><!--ec2--><!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br /><br />Hi Vivek,<br /><br />It looks like there was an oauth error that was not handled properly. I checked the tests and they work as expected for the python sdk, can you provide the complete http request/response?]]></description>
		<pubDate>Sun, 27 Dec 2009 18:02:48 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3980</guid>
	</item>
	<item>
		<title>Problem with refresh_access_token</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3980</link>
		<description><![CDATA[<!--quoteo(post=10946:date=Jan 4 2010, 04&#58;58 PM:name=Dustin Whittle)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Dustin Whittle &#064; Jan 4 2010, 04&#58;58 PM) <a href="index.php?act=findpost&pid=10946"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Hi Vivek,<br /><br />It looks like there was an oauth error that was not handled properly. I checked the tests and they work as expected for the python sdk, can you provide the complete http request/response?<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />If you enable debugging in the python sdk, you can check the application log for the complete http request/response. Otherwise, you can run the appengine dev server and print the request response. I am most interested in the oauth_error that is return in the http headers. The following should work given valid ck/cks/app id/callback:<br /><br />    app = yahoo.application.OAuthApplication(CONSUMER_KEY, CONSUMER_SECRET, APPLICATION_ID, CALLBACK_URL, ACCESS_TOKEN)<br />    app.token = self.oauthapp.refresh_access_token(self.oauthapp.token)<br />    profile = app.getProfile()<br /><br />    print profile<br /><br />I took the sample from the test here: <a href="http://github.com/yahoo/yos-social-python/blob/19c024c64c5e4db5034d9c5cf1aaf3feaa43b2f0/test/unit/yahoo/test_application.py" rel="nofollow" target="ext">http://github.com/yahoo/yos-social-python/..._application.py</a>]]></description>
		<pubDate>Sun, 27 Dec 2009 18:02:48 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3980</guid>
	</item>
	<item>
		<title>callback url</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3976</link>
		<description><![CDATA[i am trying ot connect with yahoo oauth.<br />when i specify the callback url to be: <a href="http://lehavi.com/YahooOauth.aspx" rel="nofollow" target="ext">http://lehavi.com/YahooOauth.aspx</a> everything works fine.<br />but when i specify <a href="http://lehavi.com:2358/YahooOauth.aspx" rel="nofollow" target="ext">http://lehavi.com:2358/YahooOauth.aspx</a> it does not work.<br />my application url is <a href="http://lehavi.com:2358" rel="nofollow" target="ext">http://lehavi.com:2358</a>.<br /><br />what can the problem be?]]></description>
		<pubDate>Sun, 27 Dec 2009 00:48:44 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3976</guid>
	</item>
	<item>
		<title>callback url</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3976</link>
		<description><![CDATA[Hi Daniel,<br /><br />Specifying custom ports is disallowed.  Your app must be available on port 80.<br /><br /><br /><!--quoteo(post=10811:date=Dec 27 2009, 12&#58;48 AM:name=Daniel)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Daniel &#064; Dec 27 2009, 12&#58;48 AM) <a href="index.php?act=findpost&pid=10811"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->i am trying ot connect with yahoo oauth.<br />when i specify the callback url to be: <a href="http://lehavi.com/YahooOauth.aspx" rel="nofollow" target="ext">http://lehavi.com/YahooOauth.aspx</a> everything works fine.<br />but when i specify <a href="http://lehavi.com:2358/YahooOauth.aspx" rel="nofollow" target="ext">http://lehavi.com:2358/YahooOauth.aspx</a> it does not work.<br />my application url is <a href="http://lehavi.com:2358" rel="nofollow" target="ext">http://lehavi.com:2358</a>.<br /><br />what can the problem be?<!--QuoteEnd--></blockquote></div><!--QuoteEEnd-->]]></description>
		<pubDate>Sun, 27 Dec 2009 00:48:44 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3976</guid>
	</item>
	<item>
		<title>OAuth get_request_token</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3892</link>
		<description><![CDATA[I have been working with the OAuth process for a few days now. Unfortunately I have not been able to get the OAuth get_request_token process working using PHP. I have only been able to get the following message. All of the parameters for this call are being sent through the Authorization OAuth header.  I have tried creating different projects through the Yahoo “My Projects” process. Each time I have made sure to click the OAuth checkbox for Contacts and etc. Below is the output that I receive from your servers. Let me know if there is anything else that I need to provide you.<br /><br /><br /><a href="https://api.login.yahoo.com/oauth/v2/get_request_token" rel="nofollow" target="ext">https://api.login.yahoo.com/oauth/v2/get_request_token</a><br /> <br />Header:<br />HTTP/1.1 401 Forbidden<br />Date: Wed, 16 Dec 2009 19:32:48 GMT<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 />Connection: close<br />Transfer-Encoding: chunked<br />Content-Type: text/html; charset=utf-8<br /> <br />&lt;html&gt;&lt;title&gt;OAuth Error&lt;/title&gt;<br />                        &lt;body style='background-color:#edeff2;padding:0;margin:0;font-family:Tahoma;font-size:62.5%;'&gt;<br />                        &lt;div style='margin-top:90px;background-color:white;margin:90px 90px;padding:10px 50px;padding-top:15px;;border:1px solid #aaadb0;-moz-border-radius:.3em;'&gt;<br />                                &lt;h1 style='border-bottom:1px solid #aaadb0;'&gt;OAuth Error&lt;/h1&gt;<br />                                &lt;ul style='font-size:1.5em;'&gt;&lt;li&gt;Custom port is not allowed or the host is not registered with this consumer key.&lt;/li&gt;&lt;/ul&gt;<br />                        &lt;/div&gt;<br />                        &lt;/body&gt;<br />                        &lt;/html&gt;&lt;!-- oauth01.member.re3.yahoo.com uncompressed/chunked Wed Dec 16 11:32:48 PST 2009 --&gt;]]></description>
		<pubDate>Wed, 16 Dec 2009 11:52:20 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3892</guid>
	</item>
	<item>
		<title>OAuth get_request_token</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3892</link>
		<description><![CDATA[I figured out the issue! So for all of you that have been unable to get this to work, my pitfall was during the registration process. In the input box that requires a domain name make sure that you make it <a href="http://www.domain.com" rel="nofollow" target="ext">http://www.domain.com</a>. Then in the call back function of the get_request_token make sure it is <a href="http://www.domain.com/index.php" rel="nofollow" target="ext">http://www.domain.com/index.php</a>.]]></description>
		<pubDate>Wed, 16 Dec 2009 11:52:20 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3892</guid>
	</item>
	<item>
		<title>OAuth get_request_token</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3892</link>
		<description>Nice work, Doyle.  Thanks for posting back when you figured it out.  As you noted, the app domain associated w/ your OAuth keys must be the same as the callback domain.  This is to prevent access credentials from being misdirected by a malicious site.</description>
		<pubDate>Wed, 16 Dec 2009 11:52:20 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3892</guid>
	</item>
	<item>
		<title>OAuth get_request_token</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3892</link>
		<description><![CDATA[<!--quoteo(post=10600:date=Dec 16 2009, 01&#58;14 PM:name=Doyle)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Doyle &#064; Dec 16 2009, 01&#58;14 PM) <a href="index.php?act=findpost&pid=10600"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->I figured out the issue! So for all of you that have been unable to get this to work, my pitfall was during the registration process. In the input box that requires a domain name make sure that you make it <a href="http://www.domain.com" rel="nofollow" target="ext">http://www.domain.com</a>. Then in the call back function of the get_request_token make sure it is <a href="http://www.domain.com/index.php" rel="nofollow" target="ext">http://www.domain.com/index.php</a>.<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br /><br />Hi Can you help how to get the token,<br />My code is in VB.net.]]></description>
		<pubDate>Wed, 16 Dec 2009 11:52:20 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3892</guid>
	</item>
	<item>
		<title>Obtaining the OAuth confirmation code</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3889</link>
		<description><![CDATA[I have created an iPhone app that posts bookmarks on Delicious.<br /><br />I followed the steps described in <a href="http://delicious.com/help/oauthapi" rel="nofollow" target="ext">http://delicious.com/help/oauthapi</a>. As <!--fonto:Lucida Console--><span style="font-family:Lucida Console"><!--/fonto-->oauth_callback<!--fontc--></span><!--/fontc-->, I supply <!--fonto:Lucida Console--><span style="font-family:Lucida Console"><!--/fonto-->oob<!--fontc--></span><!--/fontc-->.<br /><br />I use OAuth for the communication, but the step with copying a confirmation code (= <!--fonto:Lucida Console--><span style="font-family:Lucida Console"><!--/fonto-->oauth_verifier<!--fontc--></span><!--/fontc--> parameter) is cumberstone.<br /><br />My app's current flow from the user's perspective is as follows:<br /><br /><ol type='1'><li>The user is presented a webpage where to login to Yahoo.</li><li>The user is presented a webpage with a higlighted 6-digit code which he should copy to the application.</li></ol><br /><br />Copying this code on the iPhone is quite cumberstone for the user (Zoom in, mark the right element, press "Paste" in the popup).<br /><br /><b>Is there an easy way to obtain the confirmation code (<!--fonto:Lucida Console--><span style="font-family:Lucida Console"><!--/fonto-->oauth_verifier<!--fontc--></span><!--/fontc-->) programatically (e.g. from the requested URLs)?</b><br /><br /><b>Or is there a dedicated API using Yahoo OAuth with mobile devices?</b><br /><br />Thanks,<br /><br /><br />Reiner]]></description>
		<pubDate>Wed, 16 Dec 2009 06:58:37 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3889</guid>
	</item>
	<item>
		<title>Obtaining the OAuth confirmation code</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3889</link>
		<description><![CDATA[Hi Reiner,<br /><br />There isn't a way to programmatically fetch the confirmation code.  I filed your comment as a bug though, so we can look into ways of making the flow easier on a mobile device.<br /><br />Best regards]]></description>
		<pubDate>Wed, 16 Dec 2009 06:58:37 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3889</guid>
	</item>
	<item>
		<title>Domain Verification Failed</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3884</link>
		<description><![CDATA[Hello,<br /><br />I looked for my error on the forum and i found posts but without solution, so i'm making my own thread.<br /><br />The problem is that i requested an API Key for the OAuth system, when i go to "My Projects" i see the project i created with my API Key and all the informations.<br /><br />The problem is that i didn't want to use this Yahoo! account to request the API Key, so i tried to delete the project, and login with the other Yahoo! account but when i request again the API Key for the same domain i have this error during the domain verification step :<br /><br />"There was an internal error while an application is being created. Please try again"<br /><br />So i tried to request the API Key again with the first account, and it worked, but i can't keep this API Key linked with my personal account.<br /><br />If anybody can help me to delegate this API Key on a second Yahoo! account ? or to request the API Key on the second account without having this error :s<br /><br />Thank you in advance for your help<br /><br />PS : sorry if i don't speak very well english, i did my best <img src="http://developer.yahoo.net/forum/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />]]></description>
		<pubDate>Wed, 16 Dec 2009 02:09:03 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3884</guid>
	</item>
	<item>
		<title>Domain Verification Failed</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3884</link>
		<description><![CDATA[Hi Julien,<br /><br />There's nothing in place to stop you from create multiple apps using the same domain.  There are a few reasons why the registration process might fail, though:<br />- the phrases "Yahoo", "Yahoo!", and "Y!" cannot be in the app name or description<br />- the app domain must be publicly accessible, ie Yahoo!'s servers have to be able to make requests to it<br />- you cannot use custom ports or an IP address for the app domain<br />- there are a few required image urls in the registration form and the registration will fail if these are not filed in with valid urls<br /><br />Best regards]]></description>
		<pubDate>Wed, 16 Dec 2009 02:09:03 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3884</guid>
	</item>
	<item>
		<title>Obtaining oauth access token in a client/desktop application</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3795</link>
		<description><![CDATA[Hi,<br /><br />I am developing a client/desktop application for delicious and it is not completely clear to me how to obtain an oauth access token.  All of the examples I have seen posted assume it is a web application.  I have registered an app and have a consumer and a secret key, etc.  I am not entirely clear how to get the describe flow of information given that I have no callback url and a domain was not registered for said key pair.<br /><br />Thanks!<br />ttyl<br />Dima]]></description>
		<pubDate>Thu, 10 Dec 2009 11:57:31 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3795</guid>
	</item>
	<item>
		<title>Obtaining oauth access token in a client/desktop application</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3795</link>
		<description><![CDATA[<!--quoteo(post=10356:date=Dec 10 2009, 11&#58;57 AM:name=dimabrodsky)--><div class='quote'><div class='quotetop'>QUOTE <cite>(dimabrodsky &#064; Dec 10 2009, 11&#58;57 AM) <a href="index.php?act=findpost&pid=10356"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Hi,<br /><br />I am developing a client/desktop application for delicious and it is not completely clear to me how to obtain an oauth access token.  All of the examples I have seen posted assume it is a web application.  I have registered an app and have a consumer and a secret key, etc.  I am not entirely clear how to get the describe flow of information given that I have no callback url and a domain was not registered for said key pair.<br /><br />Thanks!<br />ttyl<br />Dima<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />Hi Dima,<br /><br />You will use the same flow, but for the oauth_callback parameter specify 'oob'. The end user will be given a verification code that you will need to receive in your application and use as the oauth_verifier.<br /><br />This flow is illustrated here: <a href="http://developer.yahoo.com/oauth/guide/oauth-auth-flow.html#oauth-accesstoken" rel="nofollow" target="ext">http://developer.yahoo.com/oauth/guide/oau...uth-accesstoken</a><br /><br />Also, this is a good overview on oauth implementations for web + desktop apps: <a href="http://www.slideshare.net/leahculver/implementing-oauth" rel="nofollow" target="ext">http://www.slideshare.net/leahculver/implementing-oauth</a>]]></description>
		<pubDate>Thu, 10 Dec 2009 11:57:31 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3795</guid>
	</item>
	<item>
		<title>Step 4  oauth_signature issues</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3777</link>
		<description><![CDATA[I am simply trying to get the instructions found here: <a href="http://delicious.com/help/oauthapi" rel="nofollow" target="ext">http://delicious.com/help/oauthapi</a> and here: <a href="http://developer.yahoo.com/oauth/guide/oauth-auth-flow.html" rel="nofollow" target="ext">http://developer.yahoo.com/oauth/guide/oauth-auth-flow.html</a> to work.<br /><br />I am hung up on step four.<br /><br /><b>Delicious says to set up the URL like this:</b><br /><br /><!--c1--><div class='code generic'><div class='codetop'>CODEBOX</div><pre class='codemain'><code><!--ec1-->https&#58;//api.login.yahoo.com/oauth/v2/get_token?<br />oauth_consumer_key=&#60;your consumer key&#62;<br />&oauth_signature_method=PLAINTEXT<br />&oauth_version=1.0<br />&oauth_verifier=&#60;oauth_verifier&#62;<br />&oauth_token=&#60;request_token&#62;<br />&oauth_nonce=&#60;random string&#62;<br />&oauth_timestamp=&#60;current timestamp&#62;<br />&oauth_signature=&#60;your consumer key&#62;%26&#60;your shared secret&#62;<!--c2--></code></pre></div><!--ec2--><br /><br />This seems rather straight forward but every time I get this error "oauth_problem=signature_invalid".<br /><br />I was looking at the example on the Yahoo page and it shows this: <br /><br /><!--c1--><div class='code generic'><div class='codetop'>CODEBOX</div><pre class='codemain'><code><!--ec1-->https&#58;//api.login.yahoo.com/oauth/v2/get_token?oauth_consumer_key=dj0yJmk9NG5USlVvTlZsZEpnJmQ9WVdrOVQwa<br />    zFPRUozTkc4bWNHozlNVE13TXprM01UUTBNZy0tJnM9Y29uc3VtZXJzZWNyZXQmeD1kNg--<br />  &oauth_signature_method=PLAINTEXT<br />  &oauth_version=1.0<br />  &oauth_verifier=svmhhd<br />  &oauth_token=gugucz&oauth_timestamp=1228169662<br />  &oauth_nonce=8B9SpF<br />  &oauth_signature=5f78507cf0acc38890cf5aa697210822e90c8b1c%261fa61b464613d0d32de80089fe099caf34c9dac5<!--c2--></code></pre></div><!--ec2--><br /><br />If you compare what delicious says to put for oauth_signature and yahoo's example, it doesn't add up.  The portion before the "%26" is not the consumer key just a few lines above.<br /><br />Anyone got any ideas on how to actually form this url?]]></description>
		<pubDate>Wed, 09 Dec 2009 14:15:38 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3777</guid>
	</item>
	<item>
		<title>Step 4  oauth_signature issues</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3777</link>
		<description><![CDATA[I was just able to exchange the request token for the access token using the url formulation described here:<br /><a href="http://developer.yahoo.com/oauth/guide/oauth-signing.html#oauth-sign-plaintext" rel="nofollow" target="ext">http://developer.yahoo.com/oauth/guide/oau...-sign-plaintext</a><br /><br />for example:<br />&lt;?php<br />//retrieve request token params stored from step 1 of the oauth flow<br />$request_token = unserialize(file_get_contents($request_token_file_path));<br />    <br />$t = time();<br />$u = 'https://api.login.yahoo.com/oauth/v2/get_token?'<br />.'oauth_consumer_key='.YAHOO_OAUTH_CONSUMER_KEY<br />.'&oauth_signature_method=PLAINTEXT'<br />.'&oauth_timestamp='.$t<br />.'&oauth_token='.$_GET['oauth_token']<br />.'&oauth_verifier='.$_GET['oauth_verifier']<br />.'&oauth_version=1.0'<br />.'&oauth_nonce='.$t.rand()<br />.'&oauth_signature='.YAHOO_OAUTH_CONSUMER_SECRET.'%26'.$request_token-&gt;secret;<br /><br />$c = curl_init($u);<br />curl_exec($c);<br />?&gt;<br /><br /><br /><!--quoteo(post=10319:date=Dec 9 2009, 02&#58;15 PM:name=LSUlibanthro)--><div class='quote'><div class='quotetop'>QUOTE <cite>(LSUlibanthro &#064; Dec 9 2009, 02&#58;15 PM) <a href="index.php?act=findpost&pid=10319"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->I am simply trying to get the instructions found here: <a href="http://delicious.com/help/oauthapi" rel="nofollow" target="ext">http://delicious.com/help/oauthapi</a> and here: <a href="http://developer.yahoo.com/oauth/guide/oauth-auth-flow.html" rel="nofollow" target="ext">http://developer.yahoo.com/oauth/guide/oauth-auth-flow.html</a> to work.<br /><br />I am hung up on step four.<br /><br /><b>Delicious says to set up the URL like this:</b><br /><br /><!--c1--><div class='code generic'><div class='codetop'>CODE</div><pre class='codemain'><code><!--ec1-->https&#58;//api.login.yahoo.com/oauth/v2/get_token?<br />oauth_consumer_key=&#60;your consumer key&#62;<br />&oauth_signature_method=PLAINTEXT<br />&oauth_version=1.0<br />&oauth_verifier=&#60;oauth_verifier&#62;<br />&oauth_token=&#60;request_token&#62;<br />&oauth_nonce=&#60;random string&#62;<br />&oauth_timestamp=&#60;current timestamp&#62;<br />&oauth_signature=&#60;your consumer key&#62;%26&#60;your shared secret&#62;<!--c2--></code></pre></div><!--ec2--><br /><br />This seems rather straight forward but every time I get this error "oauth_problem=signature_invalid".<br /><br />I was looking at the example on the Yahoo page and it shows this: <br /><br /><!--c1--><div class='code generic'><div class='codetop'>CODE</div><pre class='codemain'><code><!--ec1-->https&#58;//api.login.yahoo.com/oauth/v2/get_token?oauth_consumer_key=dj0yJmk9NG5USlVvTlZsZEpnJmQ9WVdrOVQwa<br />    zFPRUozTkc4bWNHozlNVE13TXprM01UUTBNZy0tJnM9Y29uc3VtZXJzZWNyZXQmeD1kNg--<br />  &oauth_signature_method=PLAINTEXT<br />  &oauth_version=1.0<br />  &oauth_verifier=svmhhd<br />  &oauth_token=gugucz&oauth_timestamp=1228169662<br />  &oauth_nonce=8B9SpF<br />  &oauth_signature=5f78507cf0acc38890cf5aa697210822e90c8b1c%261fa61b464613d0d32de80089fe099caf34c9dac5<!--c2--></code></pre></div><!--ec2--><br /><br />If you compare what delicious says to put for oauth_signature and yahoo's example, it doesn't add up.  The portion before the "%26" is not the consumer key just a few lines above.<br /><br />Anyone got any ideas on how to actually form this url?<!--QuoteEnd--></blockquote></div><!--QuoteEEnd-->]]></description>
		<pubDate>Wed, 09 Dec 2009 14:15:38 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3777</guid>
	</item>
	<item>
		<title>Step 4  oauth_signature issues</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3777</link>
		<description><![CDATA[Yes, the Delicious doc is incorrect.  Definitely frustrating trying to follow that, how can you believe any of it when there's such obvious errors?<br /><br />It should be <b>&lt;consumer secret&gt;%26&lt;token secret&gt;</b><br /><br /><!--quoteo(post=10319:date=Dec 9 2009, 02&#58;15 PM:name=LSUlibanthro)--><div class='quote'><div class='quotetop'>QUOTE <cite>(LSUlibanthro &#064; Dec 9 2009, 02&#58;15 PM) <a href="index.php?act=findpost&pid=10319"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->I am simply trying to get the instructions found here: <a href="http://delicious.com/help/oauthapi" rel="nofollow" target="ext">http://delicious.com/help/oauthapi</a> and here: <a href="http://developer.yahoo.com/oauth/guide/oauth-auth-flow.html" rel="nofollow" target="ext">http://developer.yahoo.com/oauth/guide/oauth-auth-flow.html</a> to work.<br /><br />I am hung up on step four.<br /><br /><b>Delicious says to set up the URL like this:</b><br /><br /><!--c1--><div class='code generic'><div class='codetop'>CODE</div><pre class='codemain'><code><!--ec1-->https&#58;//api.login.yahoo.com/oauth/v2/get_token?<br />oauth_consumer_key=&#60;your consumer key&#62;<br />&oauth_signature_method=PLAINTEXT<br />&oauth_version=1.0<br />&oauth_verifier=&#60;oauth_verifier&#62;<br />&oauth_token=&#60;request_token&#62;<br />&oauth_nonce=&#60;random string&#62;<br />&oauth_timestamp=&#60;current timestamp&#62;<br />&oauth_signature=&#60;your consumer key&#62;%26&#60;your shared secret&#62;<!--c2--></code></pre></div><!--ec2--><br /><br />This seems rather straight forward but every time I get this error "oauth_problem=signature_invalid".<br /><br />I was looking at the example on the Yahoo page and it shows this: <br /><br /><!--c1--><div class='code generic'><div class='codetop'>CODE</div><pre class='codemain'><code><!--ec1-->https&#58;//api.login.yahoo.com/oauth/v2/get_token?oauth_consumer_key=dj0yJmk9NG5USlVvTlZsZEpnJmQ9WVdrOVQwa<br />    zFPRUozTkc4bWNHozlNVE13TXprM01UUTBNZy0tJnM9Y29uc3VtZXJzZWNyZXQmeD1kNg--<br />  &oauth_signature_method=PLAINTEXT<br />  &oauth_version=1.0<br />  &oauth_verifier=svmhhd<br />  &oauth_token=gugucz&oauth_timestamp=1228169662<br />  &oauth_nonce=8B9SpF<br />  &oauth_signature=5f78507cf0acc38890cf5aa697210822e90c8b1c%261fa61b464613d0d32de80089fe099caf34c9dac5<!--c2--></code></pre></div><!--ec2--><br /><br />If you compare what delicious says to put for oauth_signature and yahoo's example, it doesn't add up.  The portion before the "%26" is not the consumer key just a few lines above.<br /><br />Anyone got any ideas on how to actually form this url?<!--QuoteEnd--></blockquote></div><!--QuoteEEnd-->]]></description>
		<pubDate>Wed, 09 Dec 2009 14:15:38 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3777</guid>
	</item>
	<item>
		<title>Unable to get the request_Token</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3702</link>
		<description><![CDATA[Hi there<br />I want to do yahoo oauth in java<br />I try to generate request_token link by java here is my result :<br /><br /><a href="https://api.login.yahoo.com/oauth/v2/get_request_token?oauth_nonce=5887928351095397327&oauth_timestamp=1260048407&oauth_consumer_key=" rel="nofollow" target="ext">https://api.login.yahoo.com/oauth/v2/get_re...h_consumer_key=</a>[MYCONSUMMERKEY]&oauth_signature_method=plaintext&oauth_signature=[MYCONSUMERSECRET%26]&oauth_version=1.0&xoauth_lang_pref=en-us&oauth_callback=[MYCALLBACKURL]<br /><br />I used those code to generate auth_nonce and timestamp<br />-----------------------------------------------------------<br />Calendar cal =  Calendar.getInstance();<br />		long ms = cal.getTimeInMillis() ;<br /><br />		int timestamp=(int) (ms/1000);<br /><br />		Random r = new Random();<br />	<br />		long nonce1 = r.nextLong();<br />		Long nonce=Math.abs(new Long(nonce1));<br />--------------------------------------------------------------<br />When i click the link that i generated above it give me error<br /><br /><br />OAuth Error<br /><br />    * Custom port is not allowed or the host is not registered with this consumer key.<br /><br />Please tell me what i am doing wrong<br />Thanks so much]]></description>
		<pubDate>Sat, 05 Dec 2009 13:43:12 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3702</guid>
	</item>
	<item>
		<title>Unable to get the request_Token</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3702</link>
		<description><![CDATA[Any yahoo staff here can answer my question? why i can register for web app and it gives me that kind of error. <br /><br />Thanks]]></description>
		<pubDate>Sat, 05 Dec 2009 13:43:12 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3702</guid>
	</item>
	<item>
		<title>Unable to get the request_Token</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3702</link>
		<description><![CDATA[I was seeing the same response. Make sure you have the same domain in your callback_url as the one you configured your app with. As soon as I changed this it worked for me. However, I'm not if this is the only issue you're facing.<br /><br />The one thing which is wonky with how Yahoo implements this pattern is its impossible to the entire flow locally on a dev machine unless you change your dns settings.<br /><br />I like to run all my development using example.com as my root domain. The verify process for Yahoo OAuth makes this impossible to verify since example.com isn't an allowed domain.<br /><br />Anyway, I hope this helps.<br /><br />-greg]]></description>
		<pubDate>Sat, 05 Dec 2009 13:43:12 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3702</guid>
	</item>
	<item>
		<title>Unable to get the request_Token</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3702</link>
		<description><![CDATA[<!--quoteo(post=10326:date=Dec 9 2009, 03&#58;03 PM:name=Meltonian)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Meltonian &#064; Dec 9 2009, 03&#58;03 PM) <a href="index.php?act=findpost&pid=10326"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->I was seeing the same response. Make sure you have the same domain in your callback_url as the one you configured your app with. As soon as I changed this it worked for me. However, I'm not if this is the only issue you're facing.<br /><br />The one thing which is wonky with how Yahoo implements this pattern is its impossible to the entire flow locally on a dev machine unless you change your dns settings.<br /><br />I like to run all my development using example.com as my root domain. The verify process for Yahoo OAuth makes this impossible to verify since example.com isn't an allowed domain.<br /><br />Anyway, I hope this helps.<br /><br />-greg<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br />------------------------------------------------------------------<br />Dear greg thank you for your response, <br />i did check my domain which is the domain that yahoo need to verify the html file . It was the same domain as my callback<br />But it still give me that error:<br /><br /><br />OAuth Error<br /><br />    * Custom port is not allowed or the host is not registered with this consumer key.<br /><br />i did use the port 8081 in my server for callback url is this the problem?<br />it seem yahoo staff doesnt want to help us, they should declare that kind of error in document.<br />Yahoo please make that clear for developers<br /><br />please tell me why i got this error]]></description>
		<pubDate>Sat, 05 Dec 2009 13:43:12 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3702</guid>
	</item>
	<item>
		<title>YAHOO JAVA OAUTH  API</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3698</link>
		<description><![CDATA[Hi <br />i wonder if there is any yahoo oauth api implement in java?<br /> or any one how implement this problem in java?<br />Thanks so much]]></description>
		<pubDate>Fri, 04 Dec 2009 16:07:43 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3698</guid>
	</item>
	<item>
		<title>yos-social-objc: consumer_key_rejected, SocialSample iPhone app crashing</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3688</link>
		<description><![CDATA[Hello everyone,<br /><br />I want to post Bookmarks on Delicious, and have to use OAuth for Delicious accounts with Yahoo logins.<br /><br />First I tried <a href="http://code.google.com/p/mpoauthconnection/" rel="nofollow" target="ext">mpoauthconnection</a>, but always get "oauth_problem: consumer_key_rejected" as a result.<br /><br />So I tried Yahoos own implementation, but even their SocialSample application is crashing (!, EXEC_BAD_ACCESS) when trying it with the keys provided by the website. When debugging the code I found out that the reason is the same, but am quite shocked that a company like Yahoo does not provide a fail-safe sample.<br /><br />I checked the consumerKey and shareKey twice and even created several apps in the Yahoo Dashboard using different key-combos , but with no success.<br /><br />Does anyone know how I can check the OAuth-Communication?<br /><br />Thank you,<br /><br /><br />Reiner]]></description>
		<pubDate>Fri, 04 Dec 2009 04:43:56 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3688</guid>
	</item>
	<item>
		<title>OAuth for desktop application</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3637</link>
		<description><![CDATA[Hi,<br /><br />I am working on an application to read a yahoo user's contact details.  This is a server application with no UI.  The application stores the user's yahoo user id and password.<br /><br />OAuth data flow does not allow for this.  I have signed up my application and sent in the get_request_token request with oauth_callback=oob.  I guess I was hoping the data returned would give me a clue as to what I should do.<br /><br />What is the method I should use to authenticate so I can access the contact API.<br /><br />Thanks,<br />Claire Mennis.]]></description>
		<pubDate>Tue, 01 Dec 2009 02:00:26 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3637</guid>
	</item>
	<item>
		<title>OAuth for desktop application</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3637</link>
		<description><![CDATA[Read this one, it may help you.<br /><a href="http://developer.yahoo.net/forum/index.php?showtopic=549&st=0&gopid=9916&#entry9916" rel="nofollow" target="ext">http://developer.yahoo.net/forum/index.php...&#entry9916</a><br /><br />My experience:<br />get requestoken and get access token =&gt; use plain text for simplicity<br /><br />when you have access token, you MUST USE HMACSHA1.]]></description>
		<pubDate>Tue, 01 Dec 2009 02:00:26 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3637</guid>
	</item>
	<item>
		<title>OAuth for desktop application</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3637</link>
		<description><![CDATA[<!--quoteo(post=10001:date=Dec 1 2009, 08&#58;24 AM:name=Nguyễn Văn Thoại)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Nguyễn Văn Thoại &#064; Dec 1 2009, 08&#58;24 AM) <a href="index.php?act=findpost&pid=10001"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Read this one, it may help you.<br /><a href="http://developer.yahoo.net/forum/index.php?showtopic=549&st=0&gopid=9916&#entry9916" rel="nofollow" target="ext">http://developer.yahoo.net/forum/index.php...&#entry9916</a><br /><br />My experience:<br />get requestoken and get access token =&gt; use plain text for simplicity<br /><br />when you have access token, you MUST USE HMACSHA1.<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />You should use OAuth for desktop applications. At some point the user must verify that your application is authorized and type in an oauth verifier code.]]></description>
		<pubDate>Tue, 01 Dec 2009 02:00:26 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3637</guid>
	</item>
	<item>
		<title>OAuth for desktop application</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3637</link>
		<description><![CDATA[<!--quoteo(post=10009:date=Dec 1 2009, 10&#58;04 AM:name=Dustin Whittle)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Dustin Whittle &#064; Dec 1 2009, 10&#58;04 AM) <a href="index.php?act=findpost&pid=10009"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->You should use OAuth for desktop applications. At some point the user must verify that your application is authorized and type in an oauth verifier code.<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />How does one obtain an oauth verifier code for a desktop application?  If seems that this is the missing golden nugget in a number of these oauth threads.<br /><br />Thanks!<br />ttyl<br />Dima]]></description>
		<pubDate>Tue, 01 Dec 2009 02:00:26 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3637</guid>
	</item>
	<item>
		<title>OAuth for desktop application</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3637</link>
		<description><![CDATA[<!--quoteo(post=10369:date=Dec 10 2009, 01&#58;24 PM:name=dimabrodsky)--><div class='quote'><div class='quotetop'>QUOTE <cite>(dimabrodsky &#064; Dec 10 2009, 01&#58;24 PM) <a href="index.php?act=findpost&pid=10369"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->How does one obtain an oauth verifier code for a desktop application?  If seems that this is the missing golden nugget in a number of these oauth threads.<br /><br />Thanks!<br />ttyl<br />Dima<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />The user will receive the code when they authorize the request token. Your app should take this as an input and use the received oauth_verifier to exchange the approved request token for an access token.]]></description>
		<pubDate>Tue, 01 Dec 2009 02:00:26 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3637</guid>
	</item>
	<item>
		<title>Not Able to generate Request Token</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3622</link>
		<description><![CDATA[Hi All<br /><br /> We are passing API Key,Shared Secret,Application ID but it is not returning any token.<br />The YahooSession::requireSession() always returns null.<br /> <br />Please help.<br /><br />Thanks,]]></description>
		<pubDate>Mon, 30 Nov 2009 13:10:39 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3622</guid>
	</item>
	<item>
		<title>Not Able to generate Request Token</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3622</link>
		<description><![CDATA[The response for this has been added to your other post: <a href="http://developer.yahoo.net/forum/index.php?showtopic=3621" rel="nofollow" target="ext">http://developer.yahoo.net/forum/index.php?showtopic=3621</a><br /><br />- Jon]]></description>
		<pubDate>Mon, 30 Nov 2009 13:10:39 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3622</guid>
	</item>
	<item>
		<title>OAuth is not working properly</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3621</link>
		<description><![CDATA[Hi All,<br /><br />We have tested the OAuth using the PHP SDK, but the YahooSession::requireSession() always return null.<br />We had properly providing API Key,Shared Secret,Application ID  and also we had configured the Consumer Key to <br />access by selecting proper check box.<br />But still getting null value as session.<br /><br />Looking forward for any help.<br /><br />Thanks,<br /><br />Karamveer.]]></description>
		<pubDate>Mon, 30 Nov 2009 12:25:03 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3621</guid>
	</item>
	<item>
		<title>OAuth is not working properly</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3621</link>
		<description><![CDATA[A few things - have you checked the consumer key to make sure that it is completely the same?  Sometimes if you manually copy the keys there are a few dashes that get left off.  Also, have you created a profile at profiles.yahoo.com?  If neither of those are the cause can you please post your sample code that is failing?  I'll take a look.<br /><br />Jonathan LeBlanc<br />Technology Evangelist<br />Yahoo! Developer Network<br />Twitter: <a href="http://twitter.com/jcleblanc" rel="nofollow" target="ext">jcleblanc</a>]]></description>
		<pubDate>Mon, 30 Nov 2009 12:25:03 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3621</guid>
	</item>
	<item>
		<title>OAuth is not working properly</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3621</link>
		<description><![CDATA[<!--quoteo(post=9962:date=Nov 30 2009, 01&#58;10 PM:name=Jonathan LeBlanc)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Jonathan LeBlanc &#064; Nov 30 2009, 01&#58;10 PM) <a href="index.php?act=findpost&pid=9962"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->A few things - have you checked the consumer key to make sure that it is completely the same?  Sometimes if you manually copy the keys there are a few dashes that get left off.  Also, have you created a profile at profiles.yahoo.com?  If neither of those are the cause can you please post your sample code that is failing?  I'll take a look.<br /><br />Jonathan LeBlanc<br />Technology Evangelist<br />Yahoo! Developer Network<br />Twitter: <a href="http://twitter.com/jcleblanc" rel="nofollow" target="ext">jcleblanc</a><!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br /><br />Hi Jonathan! thanks  for the quick response.<br />Yes i have verified the key and secret number of times,They are perfectly fine.I also tried logging into  "profiles.yahoo.com" with my yahoo id.No problem there too.<br />And this issue has become headache since i am onto this for quiet a while now.<br /><br />here is the code:<br /><br />&lt;?php<br /><br />// Include the YOS library.<br />require dirname(__FILE__).'/../lib/Yahoo.inc';<br /><br />// debug settings<br />error_reporting(E_ALL | E_NOTICE); # do not show notices as library is php4 compatable<br />ini_set('display_errors', true);<br />YahooLogger::setDebug(true);<br />YahooLogger::setDebugDestination('LOG');<br /><br />// use memcache to store oauth credentials via php native sessions<br />ini_set('session.save_handler', 'files');<br />session_save_path('/tmp/');<br />session_start();<br /><br />// Make sure you obtain application keys before continuing by visiting:<br />// <a href="https://developer.yahoo.com/dashboard/createKey.html" rel="nofollow" target="ext">https://developer.yahoo.com/dashboard/createKey.html</a><br /><br />//code10k<br />define('OAUTH_CONSUMER_KEY', 'dj0yJmk9VGZwUVFldVM5QUxCJmQ9WVdrOVRXNXpWekZITnpZbWNHbzlPVFV5TURBeU56YzImcz1j<br />b25zdW1lcnNlY3JldCZ4PTA0');<br />define('OAUTH_CONSUMER_SECRET', 'bd75cace681afd62f4524b0ab449c103ecf90da0');<br />define('OAUTH_DOMAIN', 'code10.a1technology.asia');<br />define('OAUTH_APP_ID', 'MnsW1G76');<br /><br /><br /><br /><br /><br /><br />if(array_key_exists("logout", $_GET)) {<br />  // if a session exists and the logout flag is detected<br />  // clear the session tokens and reload the page.<br />  YahooSession::clearSession();<br />  header("Location: sampleapp.php");<br />}<br /><br />// check for the existance of a session.<br />// this will determine if we need to show a pop-up and fetch the auth url,<br />// or fetch the user's social data.<br />$hasSession = YahooSession::hasSession(OAUTH_CONSUMER_KEY, OAUTH_CONSUMER_SECRET, OAUTH_APP_ID);<br /><br />//echo "hasSession :&lt;br&gt;";var_dump($hasSession);<br />YahooLogger::setDebug(true);<br />if($hasSession == FALSE) {<br />  // create the callback url,<br />  $callback = YahooUtil::current_url()."?in_popup";<br />  //echo "&lt;br&gt;".$callback;<br />  // pass the credentials to get an auth url.<br />  // this URL will be used for the pop-up.<br />  $auth_url = YahooSession::createAuthorizationUrl(OAUTH_CONSUMER_KEY, OAUTH_CONSUMER_SECRET, $callback);<br />  //echo "auth url :&lt;br&gt;";var_dump($auth_url);<br /><br />}<br />else {<br />  // pass the credentials to initiate a session<br />  $session = YahooSession::requireSession(OAUTH_CONSUMER_KEY, OAUTH_CONSUMER_SECRET, OAUTH_APP_ID);<br />   <br />   //echo "session :&lt;br&gt;";var_dump($session);exit;<br />  // if the in_popup flag is detected,<br />  // the pop-up has loaded the callback_url and we can close this window.<br />  if(array_key_exists("in_popup", $_GET)) {<br />    close_popup();<br />    exit;<br />  }<br /><br />  // if a session is initialized, fetch the user's profile information<br />  if($session) {<br />    // Get the currently sessioned user.<br />    $user = $session-&gt;getSessionedUser();<br /><br />    // Load the profile for the current user.<br />    $profile = $user-&gt;getProfile();<br />  }<br />}<br /><br />/**<br /> * Helper method to close the pop-up window via javascript.<br /> */<br />function close_popup() {<br />?&gt;<br />&lt;script type="text/javascript"&gt;<br />  window.close();<br />&lt;/script&gt;<br />&lt;?php<br />}<br />?&gt;<br />&lt;!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"&gt;<br />&lt;html&gt;<br />  &lt;head&gt;<br />    &lt;title&gt;YOS Social Platform Sample Application&lt;/title&gt;<br /><br />    &lt;!-- Combo-handled YUI JS files: --&gt;<br />    &lt;script type="text/javascript" src="http://yui.yahooapis.com/combo?2.7.0/build/yahoo-dom-event/yahoo-dom-event.js"&gt;&lt;/script&gt;<br />    &lt;script type="text/javascript" src="popupmanager.js"&gt;&lt;/script&gt;<br /><br />    &lt;!-- Combo-handled YUI CSS files: --&gt;<br />    &lt;link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/combo?2.7.0/build/reset-fonts-grids/reset-fonts-grids.css&2.7.0/build/base/base-min.css"&gt;<br />  &lt;/head&gt;<br />  &lt;body&gt;<br />    &lt;?php<br />      if($hasSession == FALSE) {<br />        // if a session does not exist, output the<br />        // login / share button linked to the auth_url.<br />        echo sprintf("&lt;a href=&#92;"%s&#92;" id=&#92;"yloginLink&#92;"&gt;&lt;img src=&#92;"http://l.yimg.com/a/i/ydn/social/updt-spurp.png&#92;"&gt;&lt;/a&gt;&#92;n", $auth_url);<br />      }<br />      else if($hasSession && $profile) {<br />        // if a session does exist and the profile data was<br />        // fetched without error, print out a simple usercard.<br />        echo sprintf("&lt;img src=&#92;"%s&#92;"/&gt;&lt;p&gt;&lt;h2&gt;Hi &lt;a href=&#92;"%s&#92;" target=&#92;"_blank&#92;"&gt;%s!&lt;/a&gt;&lt;/h2&gt;&lt;/p&gt;&#92;n", $profile-&gt;image-&gt;imageUrl, $profile-&gt;profileUrl, $profile-&gt;nickname);<br /><br />        if($profile-&gt;status-&gt;message != "") {<br />          $statusDate = date('F j, y, g:i a', strtotime($profile-&gt;status-&gt;lastStatusModified));<br />          echo sprintf("&lt;p&gt;&lt;strong&gt;&#8220;&lt;/strong&gt;%s&lt;strong&gt;&#8221;&lt;/strong&gt; on %s&lt;/p&gt;", $profile-&gt;status-&gt;message, $statusDate);<br />        }<br /><br />        echo "&lt;p&gt;&lt;a href=&#92;"?logout&#92;"&gt;Logout&lt;/a&gt;&lt;/p&gt;";<br />      }<br />    ?&gt;<br />    &lt;script type="text/javascript"&gt;<br />      var Event = YAHOO.util.Event;<br />      var _gel = function(el) {return document.getElementById(el)};<br /><br />      function handleDOMReady() {<br />        if(_gel("yloginLink")) {<br />          Event.addListener("yloginLink", "click", handleLoginClick);<br />        }<br />      }<br /><br />      function handleLoginClick(event) {<br />        // block the url from opening like normal<br />        Event.preventDefault(event);<br /><br />        // open pop-up using the auth_url<br />        var auth_url = _gel("yloginLink").href;<br />        PopupManager.open(auth_url,600,435);<br />      }<br /><br />      Event.onDOMReady(handleDOMReady);<br />    &lt;/script&gt;<br />  &lt;/body&gt;<br />&lt;/html&gt;<br /><br /><br /><br />Following lines return null:<br /><br />$hasSession = YahooSession::hasSession(OAUTH_CONSUMER_KEY, OAUTH_CONSUMER_SECRET, OAUTH_APP_ID);<br />$auth_url = YahooSession::createAuthorizationUrl(OAUTH_CONSUMER_KEY, OAUTH_CONSUMER_SECRET, $callback);<br /><br />application URL:<br /><a href="http://code10.a1technology.asia/test.yahoo/sample/sampleapp.php" rel="nofollow" target="ext">http://code10.a1technology.asia/test.yahoo...e/sampleapp.php</a><br /><br /><br />Thanks]]></description>
		<pubDate>Mon, 30 Nov 2009 12:25:03 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3621</guid>
	</item>
	<item>
		<title>OAuth is not working properly</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3621</link>
		<description><![CDATA[Hi,<br />When i checked my apache error log it tells me this:<br /> <br />APACHE ERRORS<br />Mon Nov 30 09:27:00 2009] [error] [client 202.164.41.135] ERROR - Failed to create request token: timestamp_refused<br />[Mon Nov 30 09:27:00 2009] [error] [client 202.164.41.135] ERROR - Failed to create request token<br /><br />Can u tell me what to do about this?<br /><br />Thanks <br />karam]]></description>
		<pubDate>Mon, 30 Nov 2009 12:25:03 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3621</guid>
	</item>
	<item>
		<title>OAuth is not working properly</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3621</link>
		<description><![CDATA[Hi,<br />there was an issue due to the timestamp.<br />It works fine now.<br />But how do we get to edit and update the contacts.<br />Can you please help.<br /><br />i have filled up the form required for that which was mentioned on this link.<br /><a href="http://developer.yahoo.com/social/contacts/" rel="nofollow" target="ext">http://developer.yahoo.com/social/contacts/</a><br /><br />This is where i filled up the form<br /><a href="http://developer.yahoo.com/register/" rel="nofollow" target="ext">http://developer.yahoo.com/register/</a><br /><br />Is that all i need to do.?<br /><br />Please help!!<br /><br />Thanks<br />karamveer.]]></description>
		<pubDate>Mon, 30 Nov 2009 12:25:03 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3621</guid>
	</item>
	<item>
		<title>OAuth is not working properly</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3621</link>
		<description><![CDATA[<!--quoteo(post=10015:date=Dec 1 2009, 12&#58;51 PM:name=Karamvir)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Karamvir &#064; Dec 1 2009, 12&#58;51 PM) <a href="index.php?act=findpost&pid=10015"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Hi,<br />there was an issue due to the timestamp.<br />It works fine now.<br />But how do we get to edit and update the contacts.<br />Can you please help.<br /><br />i have filled up the form required for that which was mentioned on this link.<br /><a href="http://developer.yahoo.com/social/contacts/" rel="nofollow" target="ext">http://developer.yahoo.com/social/contacts/</a><br /><br />This is where i filled up the form<br /><a href="http://developer.yahoo.com/register/" rel="nofollow" target="ext">http://developer.yahoo.com/register/</a><br /><br />Is that all i need to do.?<br /><br />Please help!!<br /><br />Thanks<br />karamveer.<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />Karamvir,<br /><br />Could you post the whole source code and what you did in order to make it work? I can't seem to get the sampleapp to work (It keeps returning null) and I'm completely clueless as to how to fix it.]]></description>
		<pubDate>Mon, 30 Nov 2009 12:25:03 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3621</guid>
	</item>
	<item>
		<title>OAuth is not working properly</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3621</link>
		<description><![CDATA[<!--quoteo(post=10566:date=Dec 15 2009, 07&#58;21 PM:name=Carlos)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Carlos &#064; Dec 15 2009, 07&#58;21 PM) <a href="index.php?act=findpost&pid=10566"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Karamvir,<br /><br />Could you post the whole source code and what you did in order to make it work? I can't seem to get the sampleapp to work (It keeps returning null) and I'm completely clueless as to how to fix it.<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />Hello Karanvir,<br /><br />I am getting the same Null value for the those two functions.<br />I am new to  PHP.<br />I dont know about the timestamp problem.<br />can you please post your working code for sampleapp.php?<br /><br />thanks,<br />Prakash]]></description>
		<pubDate>Mon, 30 Nov 2009 12:25:03 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3621</guid>
	</item>
	<item>
		<title>Register subdomains?</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3596</link>
		<description><![CDATA[Hi,<br /><br />I'm developing UWA widgets for Netvibes and having issues with OAuth token request:<br /><br />I registered <a href="http://xxx.domain.com" rel="nofollow" target="ext">http://xxx.domain.com</a> for an API key, but the widgets are on their own subdomain (http://widget1.xxx.domain.com, <a href="http://widget2.xxx.domain.com…)" rel="nofollow" target="ext">http://widget2.xxx.domain.com…)</a>.<br /><br />The OAuth token request response is "Custom port is not allowed or the host is not registered with this consumer key."<br /><br />Is there a way to register *.xxx.domain.com? or *.domain.com? (here we have thousands of widgets, registering each of them would be impossible)<br /><br />Or even better, how to register <a href="http://domain.com" rel="nofollow" target="ext">http://domain.com</a>? (it redirects to www.domain.com, which has the .html file, but I guess the redirection must break the verification)<br /><br />Thanks,<br /><br />Kevin]]></description>
		<pubDate>Fri, 27 Nov 2009 06:26:18 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3596</guid>
	</item>
	<item>
		<title>Register subdomains?</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3596</link>
		<description><![CDATA[Unfortunately at the current time there is no method to register *.domain.com - each subdomain will need to be registered independently for an application.  The custom port is not allowed error is the standard notification if you are trying to use the consumer key / secret from xxx.domain.com when you registered domain.com.  This process is being worked on but at the current time that is the only public method we have for registering the domain names.<br /><br />Jonathan LeBlanc<br />Technology Evangelist<br />Yahoo! Developer Network<br />Twitter: <a href="http://twitter.com/jcleblanc" rel="nofollow" target="ext">@jcleblanc</a>]]></description>
		<pubDate>Fri, 27 Nov 2009 06:26:18 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3596</guid>
	</item>
	<item>
		<title>Problem With My Yahoo Signature</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3559</link>
		<description><![CDATA[After several years of no issues, my Yahoo Signature is suddenly jumbled together and I can't correct it.  <br /><br />For instance, signature should look like this:<br /><br />John Doe<br /><a href="http://www.johndoe.com" rel="nofollow" target="ext">http://www.johndoe.com</a><br />PO Box 1234<br />Any City, State, Zip<br /><br />Now looks like this:<br /><br />John Doe <a href="http://www.johndoe.com" rel="nofollow" target="ext">http://www.johndoe.com</a> PO Box 1234 Any City, State, Zip<br /><br />Any help resolving this would be appreciated.  FWIW, this problem only occurs on one of several Yahoo email accounts that I have.<br /><br />Thanks,<br /><br />NSD]]></description>
		<pubDate>Tue, 24 Nov 2009 16:41:18 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3559</guid>
	</item>
	<item>
		<title>OAuth request_token method not redirecting on success</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3553</link>
		<description><![CDATA[Hi,<br /><br />I'm attempting to initiate the OAuth dance by making a GET call to the request_token endpoint, <a href="https://api.login.yahoo.com/oauth/v2/get_request_token" rel="nofollow" target="ext">https://api.login.yahoo.com/oauth/v2/get_request_token</a>. I've included all of the relevant parameters in the GET query string. Unfortunately, the call results in a 200 rather than doing something to prompt me for authorization. I get the same behavior regardless of my logged-in / logged-out of Yahoo state. Interestingly, the 200 response comes back with query parameters which would otherwise end up appended to the callback URL are dumped in the response body.<br /><br />Does anybody have any idea what's going on here? If I screw up the parameters in other interesting ways, I get a 401 rather than a 200, so it seems that my request is constructed correctly, but for some reason the OAuth server isn't behaving as I'm expecting.<br /><br />Check it out:<br /><br /><!--fonto:Courier New--><span style="font-family:Courier New"><!--/fonto-->GET /oauth/v2/get_request_token?oauth_nonce=28042247&oauth_timestamp=1259077288&oauth_consumer_key=dj0yJmk9eTVoMnNFbHBlbVQ0JmQ9WVdrOVkzcEtNR3QwTXpnbWNHbzlOa<br />kkxTXprd05qZzEmcz1jb25zdW1lcnNlY3JldCZ4PWQ1&oauth_signature_method=HMAC-SHA1&oauth_version=1.0&oauth_signature=Ii%2FTgDG%2F65G2NmH0gixmUObUMck%3D&xoauth_lang_pref=en-us&oauth_callback=http%3A%2F%2Fwww.yttrium.ws%2F HTTP/1.1<br />Host: api.login.yahoo.com<br />User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.5) Gecko/20091102 YFF35 Firefox/3.5.5<br />Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8<br />Accept-Language: en-us,en;q=0.5<br />Accept-Encoding: gzip,deflate<br />Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7<br />Keep-Alive: 300<br />Connection: keep-alive<br /><br />HTTP/1.1 200 OK<br />Date: Tue, 24 Nov 2009 15:41:29 GMT<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 />Connection: close<br />Transfer-Encoding: chunked<br />Content-Type: text/plain; charset=utf-8<br /><br />oauth_token=eyxt4jr&oauth_token_secret=4edc80f935dd2cf4f1ad57db1200ba8f1e8f62d3&oauth_expires_in=3600&xoauth_request_auth_url=https%3A%2F%2Fapi.login.yahoo.com%2Foauth%2Fv2%2Frequest_auth%3Foauth_token%3Deyxt4jr&oauth_callback_confirmed=true<br /><!--fontc--></span><!--/fontc--><br />Thanks,<br />Peter]]></description>
		<pubDate>Tue, 24 Nov 2009 07:49:27 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3553</guid>
	</item>
	<item>
		<title>OAuth request_token method not redirecting on success</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3553</link>
		<description><![CDATA[<!--quoteo(post=9814:date=Nov 24 2009, 07&#58;49 AM:name=griessp)--><div class='quote'><div class='quotetop'>QUOTE <cite>(griessp &#064; Nov 24 2009, 07&#58;49 AM) <a href="index.php?act=findpost&pid=9814"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Hi,<br /><br />I'm attempting to initiate the OAuth dance by making a GET call to the request_token endpoint, <a href="https://api.login.yahoo.com/oauth/v2/get_request_token" rel="nofollow" target="ext">https://api.login.yahoo.com/oauth/v2/get_request_token</a>. I've included all of the relevant parameters in the GET query string. Unfortunately, the call results in a 200 rather than doing something to prompt me for authorization. I get the same behavior regardless of my logged-in / logged-out of Yahoo state. Interestingly, the 200 response comes back with query parameters which would otherwise end up appended to the callback URL are dumped in the response body.<br /><br />Does anybody have any idea what's going on here? If I screw up the parameters in other interesting ways, I get a 401 rather than a 200, so it seems that my request is constructed correctly, but for some reason the OAuth server isn't behaving as I'm expecting.<br /><br />Check it out:<br /><br /><!--fonto:Courier New--><span style="font-family:Courier New"><!--/fonto-->GET /oauth/v2/get_request_token?oauth_nonce=28042247&oauth_timestamp=1259077288&oauth_consumer_key=dj0yJmk9eTVoMnNFbHBlbVQ0JmQ9WVdrOVkzcEtNR3QwTXpnbWNHbzlOa<br />kkxTXprd05qZzEmcz1jb25zdW1lcnNlY3JldCZ4PWQ1&oauth_signature_method=HMAC-SHA1&oauth_version=1.0&oauth_signature=Ii%2FTgDG%2F65G2NmH0gixmUObUMck%3D&xoauth_lang_pref=en-us&oauth_callback=http%3A%2F%2Fwww.yttrium.ws%2F HTTP/1.1<br />Host: api.login.yahoo.com<br />User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.5) Gecko/20091102 YFF35 Firefox/3.5.5<br />Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8<br />Accept-Language: en-us,en;q=0.5<br />Accept-Encoding: gzip,deflate<br />Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7<br />Keep-Alive: 300<br />Connection: keep-alive<br /><br />HTTP/1.1 200 OK<br />Date: Tue, 24 Nov 2009 15:41:29 GMT<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 />Connection: close<br />Transfer-Encoding: chunked<br />Content-Type: text/plain; charset=utf-8<br /><br />oauth_token=eyxt4jr&oauth_token_secret=4edc80f935dd2cf4f1ad57db1200ba8f1e8f62d3&oauth_expires_in=3600&xoauth_request_auth_url=https%3A%2F%2Fapi.login.yahoo.com%2Foauth%2Fv2%2Frequest_auth%3Foauth_token%3Deyxt4jr&oauth_callback_confirmed=true<br /><!--fontc--></span><!--/fontc--><br />Thanks,<br />Peter<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />Peter,<br /><br />This is a valid oauth request token response. The browser is not automatically redirected, you should use the xoauth_request_auth_url request parameter to redirect the user to the authorization page. See more information in the oauth guide: <a href="http://developer.yahoo.com/oauth/guide/" rel="nofollow" target="ext">http://developer.yahoo.com/oauth/guide/</a>]]></description>
		<pubDate>Tue, 24 Nov 2009 07:49:27 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3553</guid>
	</item>
	<item>
		<title>simpleyql, a free Java library to ease YQL+OAuth development</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3535</link>
		<description><![CDATA[Hello!<br /><br />I am one of the developers of <a href="http://simpleyql.sf.net/" rel="nofollow" target="ext">simpleyql</a>, a library that <a href="http://sourceforge.net/apps/mediawiki/simpleyql/index.php?title=Usage" rel="nofollow" target="ext">simplifies</a> the development of Java applications that need to use OAuth-authenticated YQL APIs.<br /><br />It may help Java developers that got a bit unmotivated by the complexity of the <a href="http://oauth.googlecode.com/svn/code/java/" rel="nofollow" target="ext">oAuth core library</a> (simpleyql is built upon it, but hides its complexity by being Yahoo-specific and doing some <a href="http://sourceforge.net/apps/mediawiki/simpleyql/index.php?title=Rationale_and_Motivation" rel="nofollow" target="ext">assumptions</a>).<br /><br />If you want to see it in action, check <a href="http://memethis.com" rel="nofollow" target="ext">MemeThis</a> (a Y! Meme add-on that uset this library), which is <a href="http://sourceforge.net/projects/memethis/" rel="nofollow" target="ext">free software</a>, just as simpleyql. An interesting aspect is that it's hosted on Google App Engine(*), showcasing how people can combine Google and Yahoo! services to build new functionality and make it available at zero cost!<br /><br />* simpleyql was designed with GAE as an option in mind, but will work as well on standard web containers.<br /><br />Regards,<br />  Chester.]]></description>
		<pubDate>Mon, 23 Nov 2009 06:35:50 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3535</guid>
	</item>
	<item>
		<title>Php Signing: OAuth oauth_problem=signature_invalid</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3432</link>
		<description><![CDATA[For some reason the hmac signing is going wrong and I have no idea why. I tried the Php Sdk and I get the same error so I started from scratch without any luck.<br /><br /><!--c1--><div class='code generic'><div class='codetop'>CODE</div><pre class='codemain'><code><!--ec1-->$timestamp = strtotime&#40;'now'&#41;;<br />$nonce = substr&#40;md5&#40;uniqid&#40;rand&#40;&#41;&#41;&#41;, 0, 8&#41;;<br /><br />// Data to encode<br />$data = array&#40;<br />  'oauth_consumer_key' =&#62; OAUTH_CONSUMER_KEY,<br />  'oauth_nonce' =&#62; $nonce,<br />  'oauth_signature_method' =&#62; 'HMAC-SHA1',<br />  'oauth_timestamp' =&#62; $timestamp, <br />  'oauth_version' =&#62; '1.0', <br />  'xoauth_lang_pref' =&#62; 'en-us'<br />&#41;;<br /><br />// Generate HMAC_SHA1<br />$base_string = http_build_query&#40;$data&#41;;<br />$base_string = urlencode&#40;$base_string&#41;;<br />$base_string = 'POST&' . urlencode&#40;'https&#58;//api.login.yahoo.com/oauth/v2/get_request_token'&#41; . '&' . $base_string;<br />$signature = hash_hmac&#40;'sha1', $base_string, OAUTH_CONSUMER_SECRET&#41;;<br /><br />// Generate Post Data<br />$post = $data;<br />unset&#40;$post&#91;'xoauth_lang_pref'&#93;&#41;;<br />$post&#91;'oauth_signature'&#93; = $signature;<br /><br />$response = http&#58;&#58;request&#40;<br />    'https&#58;//api.login.yahoo.com/oauth/v2/get_request_token',<br />    array&#40;<br />        'POST' =&#62; $post<br />    &#41;<br />&#41;;<!--c2--></code></pre></div><!--ec2--><br /><br /><!--c1--><div class='code generic'><div class='codetop'>CODE</div><pre class='codemain'><code><!--ec1-->Base String&#58;<br />string&#40;335&#41; &#34;POST&https%3A%2F%2Fapi.login.yahoo.com%2Foauth%2Fv2%2Fget_request_token&oauth_consumer_key%3Ddj0yJmk9TWxuYlhVcDBEREVsJmQ9WVdrOVRrbENUREZITkc4bWNHbzlOalV4TVRZM016SXcmcz1jb2<br />5zdW1lcnNlY3JldCZ4PWE0%26oauth_nonce%3D31fe6a02%26oauth_signature_method%3DHMAC-SHA1%26oauth_timestamp%3D1258321950%26oauth_version%3D1.0%26xoauth_lang_pref%3Den-us&#34;<br /><br />Signature&#58;<br />string&#40;40&#41; &#34;a5a4f73c716ff86f3433fc704b7451640767c904&#34;<br /><br />Post Sent&#58;<br />    &#91;oauth_consumer_key&#93; =&#62; dj0yJmk9TWxuYlhVcDBEREVsJmQ9WVdrOVRrbENUREZITkc4bWNHbzlOalV4TVRZM016SXcmcz1jb25z<br />dW1lcnNlY3JldCZ4PWE0<br />    &#91;oauth_nonce&#93; =&#62; 31fe6a02<br />    &#91;oauth_signature_method&#93; =&#62; HMAC-SHA1<br />    &#91;oauth_timestamp&#93; =&#62; 1258321950<br />    &#91;oauth_version&#93; =&#62; 1.0<br />    &#91;oauth_signature&#93; =&#62; a5a4f73c716ff86f3433fc704b7451640767c904<br /><br />Header Sent&#58;<br />  POST /oauth/v2/get_request_token HTTP/1.1<br />  Host&#58; api.login.yahoo.com<br />  Accept&#58; */*<br />  Content-Length&#58; 275<br />  Content-Type&#58; application/x-www-form-urlencoded<br /><br />Header Received&#58;<br />  &#91;0&#93; =&#62; HTTP/1.1 401 Forbidden<br />  &#91;Date&#93; =&#62; Sun, 15 Nov 2009 22&#58;09&#58;33 GMT<br />  &#91;P3P&#93; =&#62; policyref=&#34;http&#58;//info.yahoo.com/w3c/p3p.xml&#34;, CP=&#34;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&#34;<br />  &#91;WWW-Authenticate&#93; =&#62; OAuth oauth_problem=signature_invalid<br />  &#91;Connection&#93; =&#62; close<br />  &#91;Transfer-Encoding&#93; =&#62; chunked<br />  &#91;Content-Type&#93; =&#62; application/x-www-form-urlencoded<!--c2--></code></pre></div><!--ec2-->]]></description>
		<pubDate>Sun, 15 Nov 2009 14:11:58 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3432</guid>
	</item>
	<item>
		<title>Php Signing: OAuth oauth_problem=signature_invalid</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3432</link>
		<description><![CDATA[I finally reverted back to the php yahoo sdk, and this is a very important note.<br /><br />$yahoo_session = YahooSession::requireSession(API_KEY, SHARED_SECRET, APP_ID, 'http://sitesdomain.com/');<br /><br />YOU MUST specify the domain that you used to sign up as the key. Trying to do:<br /><br />$yahoo_session = YahooSession::requireSession(API_KEY, SHARED_SECRET);<br /><br />will fail.]]></description>
		<pubDate>Sun, 15 Nov 2009 14:11:58 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3432</guid>
	</item>
	<item>
		<title>Php Signing: OAuth oauth_problem=signature_invalid</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3432</link>
		<description><![CDATA[<!--quoteo(post=9580:date=Nov 16 2009, 11&#58;49 AM:name=Joseph M)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Joseph M &#064; Nov 16 2009, 11&#58;49 AM) <a href="index.php?act=findpost&pid=9580"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->I finally reverted back to the php yahoo sdk, and this is a very important note.<br /><br />$yahoo_session = YahooSession::requireSession(API_KEY, SHARED_SECRET, APP_ID, 'http://sitesdomain.com/');<br /><br />YOU MUST specify the domain that you used to sign up as the key. Trying to do:<br /><br />$yahoo_session = YahooSession::requireSession(API_KEY, SHARED_SECRET);<br /><br />will fail.<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />Yes, you need to specify your application id and call back domain. Is everything working correctly for you now?]]></description>
		<pubDate>Sun, 15 Nov 2009 14:11:58 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3432</guid>
	</item>
	<item>
		<title>consumer_key_rejected</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3422</link>
		<description><![CDATA[Hello, im testing the "Yahoo! Social SDK for PHP" and got stuck on the auth part.<br /><br />here is the code im using:<br /><br />==========================================<br />&lt;?php<br />require("lib/Yahoo.inc");  <br />$GLOBAL_YAHOO_LOGGER_DEBUG = true;<br />$GLOBAL_YAHOO_LOGGER_DEBUG_DESTINATION = "CONSOLE";<br />define('CONSUMER_KEY', "dj0yJmk9T29NUGVvaUMxM0R1JmQ9WVdrOVdVa3hhamRsTkc4bWNHbzlOakkxT1RreU5qQXgmcz1<br />jb25zdW1lcnNlY3JldCZ4PTA2");  <br />define('CONSUMER_SECRET', "e9809bbc5e06ebd25986301cc8ee3388a32e92a5");  <br />define('APPID', "YI1j7e4o");  <br />$session = YahooSession::requireSession(CONSUMER_KEY,CONSUMER_SECRET,APPID);  <br />?&gt;  <br />==========================================<br /><br /><b>which outputs the following:</b><br /><br />==========================================<br />DEBUG - HTTP request details<br />DEBUG OBJECT - Array<br />(<br />    [method] =&gt; POST<br />    [url] =&gt; <a href="https://api.login.yahoo.com/oauth/v2/get_request_token" rel="nofollow" target="ext">https://api.login.yahoo.com/oauth/v2/get_request_token</a><br />    [code] =&gt; 401<br />    [requestHeaders] =&gt; Array<br />        (<br />            [0] =&gt; Accept: application/json<br />            [1] =&gt; Content-Type: application/x-www-form-urlencoded<br />        )<br /><br />    [requestBody] =&gt; oauth_callback=http%3A%2F%2F&oauth_consumer_key=dj0yJmk9T29<br />NUGVvaUMxM0R1JmQ9WVdrOVdVa3hhamRsTkc4bWNHbzlOakkxT1RreU5qQXgmcz1jb25zdW1lcnNlY3J<br />ldCZ4PTA2&oauth_nonce=c5793cc48ef18c2e32ebb498bb2bb063&oauth_signature=qu1IuVSYl<br />pRdfXrlO0BALo8ZJJM%3D&oauth_signature_method=HMAC-SHA1&oauth_timestamp=125820049<br />0&oauth_version=1.0<br />    [responseHeaders] =&gt; Array<br />        (<br />            [Date] =&gt; Sat, 14 Nov 2009 12:08:10 GMT<br />            [P3P] =&gt; policyref="http://info.yahoo.com/w3c/p3p.xml", CP="CAO DSP<br />COR CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUB<br />i IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"<br />            [WWW-Authenticate] =&gt; OAuth oauth_problem=consumer_key_rejected<br />            [Connection] =&gt; close<br />            [Transfer-Encoding] =&gt; chunked<br />            [Content-Type] =&gt; application/x-www-form-urlencoded<br />        )<br /><br />    [responseBody] =&gt; oauth_problem=consumer_key_rejected<br />)<br /><br /><b>ERROR - Failed to create request token: consumer_key_rejected<br />ERROR - Failed to create request token<br />ERROR - Failed to create authorization URLs</b><br /><br />==========================================<br /><br />PLEASE HELP AS I TRIED EVERYTHING!]]></description>
		<pubDate>Sat, 14 Nov 2009 04:16:01 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3422</guid>
	</item>
	<item>
		<title>consumer_key_rejected</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3422</link>
		<description>Can you confirm the consumer key and shared secret? Generally, this means the consumer key you specified was invalid.</description>
		<pubDate>Sat, 14 Nov 2009 04:16:01 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3422</guid>
	</item>
	<item>
		<title>consumer_key_rejected</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3422</link>
		<description><![CDATA[<!--quoteo(post=9529:date=Nov 14 2009, 05&#58;19 PM:name=Dustin Whittle)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Dustin Whittle &#064; Nov 14 2009, 05&#58;19 PM) <a href="index.php?act=findpost&pid=9529"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Can you confirm the consumer key and shared secret? Generally, this means the consumer key you specified was invalid.<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />What do you mean with "confirm the key". I generated various keys and same result.]]></description>
		<pubDate>Sat, 14 Nov 2009 04:16:01 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3422</guid>
	</item>
	<item>
		<title>consumer_key_rejected</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3422</link>
		<description>Yahoo support total crap as always...</description>
		<pubDate>Sat, 14 Nov 2009 04:16:01 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3422</guid>
	</item>
	<item>
		<title>consumer_key_rejected</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3422</link>
		<description><![CDATA[There is no need for the hostility mrbeefx.  What Dustin was referring to was when you created your application you were given a series of keys.  This error generally means there is a mismatch between the consumer key and secret keys you were given.  Please check to make sure the consumer and secret keys that you are using from your application are correctly copied over.<br /><br />- Jon]]></description>
		<pubDate>Sat, 14 Nov 2009 04:16:01 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3422</guid>
	</item>
	<item>
		<title>consumer_key_rejected</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3422</link>
		<description><![CDATA[<!--quoteo(post=9964:date=Nov 30 2009, 01&#58;14 PM:name=Jonathan LeBlanc)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Jonathan LeBlanc &#064; Nov 30 2009, 01&#58;14 PM) <a href="index.php?act=findpost&pid=9964"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->There is no need for the hostility mrbeefx.  What Dustin was referring to was when you created your application you were given a series of keys.  This error generally means there is a mismatch between the consumer key and secret keys you were given.  Please check to make sure the consumer and secret keys that you are using from your application are correctly copied over.<br /><br />- Jon<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />Sorry but im really frustrated since i seam to be the only one that has this problem. I have copied the exact strings no errors at all and i get the same result. I also deleted/generated several keys but still the same result <img src="http://developer.yahoo.net/forum/style_emoticons/default/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> .<br /><br />Thank you!]]></description>
		<pubDate>Sat, 14 Nov 2009 04:16:01 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3422</guid>
	</item>
	<item>
		<title>consumer_key_rejected</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3422</link>
		<description><![CDATA[i have the same problem,too.anyone knows what's wrong?i copy the consumer key &secret ,but still got 'oauth_problem=consumer_key_rejected' error(401)]]></description>
		<pubDate>Sat, 14 Nov 2009 04:16:01 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3422</guid>
	</item>
	<item>
		<title>Migrate Consumer Key</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3421</link>
		<description><![CDATA[I have plenty of users using my application hosted at example.com . I want to move my app to newdomain.com .<br /><br />OAuth isn't accepting a callback on newdomain.com for my existing key, and a new key can't use the access tokens granted from the previous key.<br /><br />I can't make all my users re-authenticate.<br /><br />Can you handle this?]]></description>
		<pubDate>Fri, 13 Nov 2009 17:07:28 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3421</guid>
	</item>
	<item>
		<title>Migrate Consumer Key</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3421</link>
		<description><![CDATA[<!--quoteo(post=9505:date=Nov 13 2009, 05&#58;07 PM:name=Twitter)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Twitter &#064; Nov 13 2009, 05&#58;07 PM) <a href="index.php?act=findpost&pid=9505"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->I have plenty of users using my application hosted at example.com . I want to move my app to newdomain.com .<br /><br />OAuth isn't accepting a callback on newdomain.com for my existing key, and a new key can't use the access tokens granted from the previous key.<br /><br />I can't make all my users re-authenticate.<br /><br />Can you handle this?<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br /><br />At this time, a new domain or a change in scopes will require a new oauth consumer key + secret.]]></description>
		<pubDate>Fri, 13 Nov 2009 17:07:28 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3421</guid>
	</item>
	<item>
		<title>re: prevent repeat send of oauth confirmation email</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3405</link>
		<description><![CDATA[Sorry for the re-post but I don't see how to revive a loose thread, and we're hoping to launch our integration soon. In the oauth login flow, after the user has logged-out of our site, is there any way to force him to re-enter his Yahoo password without receiving the confirmation email again? It seems like I can either<br /><br />1. not use the (cached) access token, but this sends the confirmation email again<br />2. use the access token (whether or not it has expired), but this doesn't require the password (an expired token is refreshed by the PHP SDK)<br /><br />thanks again,<br />John]]></description>
		<pubDate>Fri, 13 Nov 2009 08:56:57 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3405</guid>
	</item>
	<item>
		<title>re: prevent repeat send of oauth confirmation email</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3405</link>
		<description><![CDATA[<!--quoteo(post=9486:date=Nov 13 2009, 08&#58;56 AM:name=john)--><div class='quote'><div class='quotetop'>QUOTE <cite>(john &#064; Nov 13 2009, 08&#58;56 AM) <a href="index.php?act=findpost&pid=9486"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Sorry for the re-post but I don't see how to revive a loose thread, and we're hoping to launch our integration soon. In the oauth login flow, after the user has logged-out of our site, is there any way to force him to re-enter his Yahoo password without receiving the confirmation email again? It seems like I can either<br /><br />1. not use the (cached) access token, but this sends the confirmation email again<br />2. use the access token (whether or not it has expired), but this doesn't require the password (an expired token is refreshed by the PHP SDK)<br /><br />thanks again,<br />John<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />I think you want to use openid for authenticating users identity -- <a href="http://developer.yahoo.com/openid/" rel="nofollow" target="ext">http://developer.yahoo.com/openid/</a>, and oauth for obtaining an authorization to access a users guid. In the openid flow, you will not receive an email when logging in. In the OAuth flow, you get the access token. You can also used the combined openid+oauth flow to request an authorized request token during the signin process - <a href="http://developer.yahoo.com/oauth/guide/oauth-intro.html" rel="nofollow" target="ext">http://developer.yahoo.com/oauth/guide/oauth-intro.html</a>]]></description>
		<pubDate>Fri, 13 Nov 2009 08:56:57 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3405</guid>
	</item>
	<item>
		<title>prevent repeat send of oauth confirmation email</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3321</link>
		<description><![CDATA[Hi, I'm integrating our site with oauth and I've got it working, but one annoying thing is that users keep getting the "Your Yahoo! account is now linked with ..." email. To be clear, after clicking on the "login with yahoo" button on our site and entering his yahoo password, the user sees a "You have successfully linked your Yahoo! Account with ..." page and receives the email. This happens every time he logs-in. Is there any way to have this email sent just once on the first linking?<br /><br />thanks,<br />John]]></description>
		<pubDate>Sat, 07 Nov 2009 20:24:09 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3321</guid>
	</item>
	<item>
		<title>prevent repeat send of oauth confirmation email</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3321</link>
		<description><![CDATA[<!--quoteo(post=9293:date=Nov 7 2009, 08&#58;24 PM:name=john)--><div class='quote'><div class='quotetop'>QUOTE <cite>(john &#064; Nov 7 2009, 08&#58;24 PM) <a href="index.php?act=findpost&pid=9293"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Hi, I'm integrating our site with oauth and I've got it working, but one annoying thing is that users keep getting the "Your Yahoo! account is now linked with ..." email. To be clear, after clicking on the "login with yahoo" button on our site and entering his yahoo password, the user sees a "You have successfully linked your Yahoo! Account with ..." page and receives the email. This happens every time he logs-in. Is there any way to have this email sent just once on the first linking?<br /><br />thanks,<br />John<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />When linking the account with Yahoo!, you should store the yahoo guid/access tokens on your server and manually refresh the access token when needed. See more information in the oauth/open id tutorials: <a href="http://developer.yahoo.com/oauth/guide/" rel="nofollow" target="ext">http://developer.yahoo.com/oauth/guide/</a><br /><br />- Dustin]]></description>
		<pubDate>Sat, 07 Nov 2009 20:24:09 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3321</guid>
	</item>
	<item>
		<title>prevent repeat send of oauth confirmation email</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3321</link>
		<description><![CDATA[<!--quoteo(post=9305:date=Nov 8 2009, 08&#58;47 PM:name=Dustin Whittle)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Dustin Whittle &#064; Nov 8 2009, 08&#58;47 PM) <a href="index.php?act=findpost&pid=9305"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->When linking the account with Yahoo!, you should store the yahoo guid/access tokens on your server and manually refresh the access token when needed. See more information in the oauth/open id tutorials: <a href="http://developer.yahoo.com/oauth/guide/" rel="nofollow" target="ext">http://developer.yahoo.com/oauth/guide/</a><br /><br />- Dustin<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />So, I see what you're saying. I'm using the PHP SDK which refreshes the access token, but I was calling clearSession() when users logout of our site and that clears the stored access token. This is what the sample PHP on the page you mentioned does, and it sends the confirmation email on every login. If I stop calling clearSession() after logout the user is able to click "login with Yahoo" on our site and immediately be logged-in to our site without having to enter his Yahoo password and without receiving the confirmation email again. This happens even if I logout from yahoo.com.<br /><br />But shouldn't there be a flow where the user needs to enter his Yahoo password yet doesn't receive the email? Wouldn't the user expect to have to enter his Yahoo password if he logs-in to our site again?]]></description>
		<pubDate>Sat, 07 Nov 2009 20:24:09 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3321</guid>
	</item>
</channel>
</rss><!-- blog1.developer.re2.yahoo.com uncompressed/chunked Tue Feb  9 19:38:54 PST 2010 -->
