<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>Aerialarts &#187; oauth</title>
	<atom:link href="http://aerial.st/tags/oauth/feed" rel="self" type="application/rss+xml" />
	<link>http://aerial.st</link>
	<description></description>
	<lastBuildDate>Sat, 04 Sep 2010 10:15:11 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://aerial.st/tags/oauth/feed" />
		<item>
		<title>テスト用oauth_callback</title>
		<link>http://aerial.st/archive/2010/06/19/oauth-callback-for-test</link>
		<comments>http://aerial.st/archive/2010/06/19/oauth-callback-for-test#comments</comments>
		<pubDate>Sat, 19 Jun 2010 06:42:10 +0000</pubDate>
		<dc:creator>ikm</dc:creator>
				<category><![CDATA[開発]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://aerial.st/?p=708</guid>
		<description><![CDATA[oauth gem(0.4.0)のoauth_callbackでちょっとはまったのでメモ。 /rubyを参考に、Twitterに登録しているコールバックURLとは別にテスト用のURL（が使いたかったので、いろいろ試してみた結果、次で動いた。 test_callback = "http://example.org/login" request_token = consumer.get_request_token(:oauth_callback => test_callback) aurhorize_url = request_token.authorize_url(:oauth_callback => test_callback) なんで両方で指定しなければならないのかは謎。]]></description>
		<wfw:commentRss>http://aerial.st/archive/2010/06/19/oauth-callback-for-test/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://aerial.st/archive/2010/06/19/oauth-callback-for-test" />
	</item>
		<item>
		<title>Twitterでlock outをくらってます</title>
		<link>http://aerial.st/archive/2009/12/21/locked-out-from-twitter</link>
		<comments>http://aerial.st/archive/2009/12/21/locked-out-from-twitter#comments</comments>
		<pubDate>Sun, 20 Dec 2009 17:06:28 +0000</pubDate>
		<dc:creator>ikm</dc:creator>
				<category><![CDATA[ネット]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://aerial.st/archive/2009/12/21/twitter%e3%81%a7lock-out%e3%82%92%e3%81%8f%e3%82%89%e3%81%a3%e3%81%a6%e3%81%be%e3%81%99</guid>
		<description><![CDATA[先日のTwitterの障害のためパスワードを変更したのですが、その影響なのか頻繁にlock out状態をくらってログインできずにいます。 多分外部アプリケーションがパスワード変更したことを知らずに旧パスワードでログインしようとしているからかなぁと思っているのですが、いまいちOAuthがどういう仕組みなのか理解していないため、ちょっと判別がついていないです。そんな仕組みだったらいちいちTwitter側にリダイレクトしてパスワードを入力している必要がないんだけど。 追記 iのある生活を読んでちょっと分かった。 パスワードを変更して、iPhone版Echofonには新しいパスワードを適用することができて（十分時間が経過してlock outが解除されれば）問題なく利用できている。 そしてMac版Echofonではそれが適用できていないから、毎回起動時にTLを旧パスワードで取得しようとするからlock outを食らう。そうだよな、OAuthとはちょっと別だ。 起動時にTLを取得されるのはEchofonの仕様上無理かもしれないので、とりあえずKeychain Accessからパスワードを上書きしておいた。どうだろう、これで次回lock outが解けたときには効くかな？ ただ会社にもEchofonを入れてあってそいつの設定もしなきゃならないから、とりあえず明日、長いと明後日まではTwitterがまともに使えないかもしれない。 追記2 lock outが解除されていたので、Mac版Echofon（Keychain Accessでパスワード変更済み）を開いてみたら無事TLが取得できた。 ついでにOAuthの仕組みを調べたけど、Twitterを利用したアプリケーション側ではログインパスワードを保持していないのでこっちは問題なさそう。クライアントに保存されているパスワードを変更すればokのようだ。]]></description>
		<wfw:commentRss>http://aerial.st/archive/2009/12/21/locked-out-from-twitter/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://aerial.st/archive/2009/12/21/locked-out-from-twitter" />
	</item>
	</channel>
</rss>
