<?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/"
	>

<channel>
	<title>OTL &#187; twitter</title>
	<atom:link href="http://dowei.org/tag/twitter/feed/" rel="self" type="application/rss+xml" />
	<link>http://dowei.org</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 15 Aug 2011 03:26:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>搭建免翻墙的dabr</title>
		<link>http://dowei.org/2010/09/%e6%90%ad%e5%bb%ba%e5%85%8d%e7%bf%bb%e5%a2%99%e7%9a%84dabr/</link>
		<comments>http://dowei.org/2010/09/%e6%90%ad%e5%bb%ba%e5%85%8d%e7%bf%bb%e5%a2%99%e7%9a%84dabr/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 06:55:40 +0000</pubDate>
		<dc:creator>dowei</dc:creator>
				<category><![CDATA[绝口不提技术]]></category>
		<category><![CDATA[dabr]]></category>
		<category><![CDATA[GFW]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://dowei.org/?p=980</guid>
		<description><![CDATA[2010年9月1日上线，发现自己搭建的dabr不能用了，Twitter停止对basic auth的支持，没办法只能重来，折腾半天总算搞定，记下全过程。 1，首先需要到Twitter 注册自己的API。地址是Twitter oauth ，Default Access type 选择 write &#38; read，其他都可以乱填，Callback URL 应该是“dabr地址/oauth” ，但是dabr请求是会重置这个地址，所以即使填错也没关系。。 2，然后是修改Dabr 的config.php文件。将OAUTH_CONSUMER_KEY和OAUTH_CONSUMER_SECRET  根据刚才注册api得到的值填写，ENCRYPTION_KEY 随便输少于52个字符，保存，上传。 3，最后也是关键的一部，是搭建自己的oAuth验证工具。Dabr每次登陆都要使用oauth，默认情况下需要翻墙，那还要Dabr干嘛？还好有iTap（项目地址是http://code.google.com/p/itap），下载，解压，上传，得到iTAP的 地址 http://xxx/itap 打开common/user.php,找到 $authorise_url = ‘XXXXXXX‘，改为自己搭建的地址 $authorise_url = ‘http://xxx/itap/authorize?oauth_token=’.$token['oauth_token']; 4，搞定收工。 PS. 其实还有个简单的方法，就是拿zuola 修改的 奶瓶腿的 user.php替换掉默认的，具体见 https://www.zuola.com/weblog/?p=1558 这里。]]></description>
			<content:encoded><![CDATA[<p>2010年9月1日上线，发现自己搭建的dabr不能用了，Twitter停止对basic auth的支持，没办法只能重来，折腾半天总算搞定，记下全过程。</p>
<p>1，首先需要到Twitter 注册自己的API。地址是<a href="https://twitter.com/oauth_clients">Twitter oauth</a> ，Default Access type 选择 write &amp; read，其他都可以乱填，Callback URL 应该是“dabr地址/oauth” ，但是dabr请求是会重置这个地址，所以即使填错也没关系。。</p>
<p>2，然后是修改Dabr 的config.php文件。将OAUTH_CONSUMER_KEY和OAUTH_CONSUMER_SECRET  根据刚才注册api得到的值填写，ENCRYPTION_KEY 随便输少于52个字符，保存，上传。</p>
<p>3，最后也是关键的一部，是搭建自己的oAuth验证工具。Dabr每次登陆都要使用oauth，默认情况下需要翻墙，那还要Dabr干嘛？还好有iTap（项目地址是http://code.google.com/p/itap），下载，解压，上传，得到iTAP的<br />
地址 <a href="http://xxx/itap">http://xxx/itap</a></p>
<p>打开common/user.php,找到<br />
$authorise_url = ‘XXXXXXX‘，改为自己搭建的地址<br />
$authorise_url = <a href="https://docs.google.com/document/d/1l-xUjYe0vU_-lzT7z7ozC9qTswwgg5v0hLNXMo7bLcQ/edit">‘http://xxx/itap/authorize?oauth_token=’.$token['oauth_token'];</a></p>
<p>4，搞定收工。</p>
<p>PS. 其实还有个简单的方法，就是拿zuola 修改的 奶瓶腿的 user.php替换掉默认的，具体见 <a href="https://www.zuola.com/weblog/?p=1558">https://www.zuola.com/weblog/?p=1558</a> 这里。</p>
]]></content:encoded>
			<wfw:commentRss>http://dowei.org/2010/09/%e6%90%ad%e5%bb%ba%e5%85%8d%e7%bf%bb%e5%a2%99%e7%9a%84dabr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>黄丝带</title>
		<link>http://dowei.org/2009/12/%e9%bb%84%e4%b8%9d%e5%b8%a6/</link>
		<comments>http://dowei.org/2009/12/%e9%bb%84%e4%b8%9d%e5%b8%a6/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 04:48:18 +0000</pubDate>
		<dc:creator>dowei</dc:creator>
				<category><![CDATA[没事少扯淡]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[刘晓波]]></category>
		<category><![CDATA[庭审]]></category>
		<category><![CDATA[零八宪章]]></category>
		<category><![CDATA[黄丝带]]></category>

		<guid isPermaLink="false">http://dowei.org/?p=945</guid>
		<description><![CDATA[刘晓波庭审，推特上黄丝带飘飞，一帮大神相继抵达法院门外又相继被熊猫带走，更有些人被限制在家不得出门。 可是：RT: @wenyunchao: 这绑推友,简直视专政机器为无物,不仅在现场打出推特观光团的标志,竟然还在现场分发黄丝带,既温暖又嚣张啊。 #freeliuxiaobo 我突然觉得很欢乐。]]></description>
			<content:encoded><![CDATA[<p>刘晓波庭审，推特上黄丝带飘飞，一帮大神相继抵达法院门外又相继被熊猫带走，更有些人被限制在家不得出门。</p>
<p>可是：RT: @wenyunchao: 这绑推友,简直视专政机器为无物,不仅在现场打出推特观光团的标志,竟然还在现场分发黄丝带,既温暖又嚣张啊。 #freeliuxiaobo</p>
<p>我突然觉得很欢乐。</p>
]]></content:encoded>
			<wfw:commentRss>http://dowei.org/2009/12/%e9%bb%84%e4%b8%9d%e5%b8%a6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>修改host访问twitter的方法</title>
		<link>http://dowei.org/2009/07/%e4%bf%ae%e6%94%b9host%e8%ae%bf%e9%97%aetwitter%e7%9a%84%e6%96%b9%e6%b3%95/</link>
		<comments>http://dowei.org/2009/07/%e4%bf%ae%e6%94%b9host%e8%ae%bf%e9%97%aetwitter%e7%9a%84%e6%96%b9%e6%b3%95/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 06:01:47 +0000</pubDate>
		<dc:creator>dowei</dc:creator>
				<category><![CDATA[绝口不提技术]]></category>
		<category><![CDATA[GFW]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://dowei.org/?p=915</guid>
		<description><![CDATA[128.121.146.228 twitter.com 128.121.146.228 www.twitter.com 128.121.146.101 assets0.twitter.com 128.121.146.101 assets1.twitter.com 128.121.146.101 static.twitter.com 128.121.146.229 assets2.twitter.com 128.121.146.229 assets3.twitter.com 65.74.185.41 twitter.zendesk.com 65.74.185.41 help.twitter.com 修改 hosts文件，位于：c:\windows\system32\drivers\etc\hosts ，用记事本打开即可。 此方法目前还可用，能坚持到啥时候就难说了。]]></description>
			<content:encoded><![CDATA[<p>128.121.146.228 twitter.com<br />
128.121.146.228 <a rel="nofollow" href="http://www.twitter.com/">www.twitter.com</a><br />
128.121.146.101 assets0.twitter.com<br />
128.121.146.101 assets1.twitter.com<br />
128.121.146.101 static.twitter.com<br />
128.121.146.229 assets2.twitter.com<br />
128.121.146.229 assets3.twitter.com<br />
65.74.185.41 twitter.zendesk.com<br />
65.74.185.41 help.twitter.com</p>
<p>修改 <span style="font-family: arial,sans-serif;">hosts文件，位于：c:\windows\system32\drivers\etc\hosts ，用记事本打开即可。</span></p>
<p><span style="font-family: arial,sans-serif;">此方法目前还可用，能坚持到啥时候就难说了。</span></p>
]]></content:encoded>
			<wfw:commentRss>http://dowei.org/2009/07/%e4%bf%ae%e6%94%b9host%e8%ae%bf%e9%97%aetwitter%e7%9a%84%e6%96%b9%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>央视大火</title>
		<link>http://dowei.org/2009/02/cctvfire/</link>
		<comments>http://dowei.org/2009/02/cctvfire/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 15:18:44 +0000</pubDate>
		<dc:creator>dowei</dc:creator>
				<category><![CDATA[C'est La Vie]]></category>
		<category><![CDATA[cctv]]></category>
		<category><![CDATA[fire]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://dowei.org/?p=820</guid>
		<description><![CDATA[央视火到什么程度？用刘谦的一句话说就是95%的人都在看。 当然，这说的是春晚，元宵节晚会肯定没这么高的收视率，不过元宵节央视新址配楼被的大烟火让央视挣回了面子，人家元宵燃烟火，他家烧大楼 ，谁敢不服也去烧一个去？连潘总百忙之中都跑过去打酱油，为大家送上第一手消息 。 对 于这场火国家也很重视，第一时间要求各网站“各网站只用新华社通稿，不发图片，视频，不做深度报道，只放国内新闻区，关闭跟帖，自然滚动，博客论坛不置 顶，不推荐”，不可谓不用心良苦。而当时央视新闻播报员无比镇定的报告着大火的新闻——不过是澳大利亚的。倒是twitter上信息那叫一个涌动 ，让人感受到了twitter的速度 ，zuola的Docs直播 至少比各网站早了半小时，甚至连网易编辑都给他发去感谢短信，让他们赢了在北京的新浪搜狐20多分钟。众人一方面看热闹，同时也担心人员，好在还是装修阶段，伤亡不大。而这个传言 ，希望不是真的。 “此楼一直说是央视裤衩下的鸡鸡，现在央视自己把鸡鸡给烧了，这样的自宫行为，彻底的符合了央视身为全球第一大太监媒体的形象”，而事后的调查表明大火的起因是央视下属单位违规燃放烟花所致，证实自宫一说。不过看看新浪的这个新闻 ，下面关于起因的新闻已经“页面没有找到 “了，只留下几篇模糊不清的”业主单位“说。在网易，大火新闻也被隐藏到娱乐版（还真是娱乐），看来CCTV的能量还是不小，“做人不能太CCTV，否则躲得了初一，躲不了十五”。 就此打住吧。]]></description>
			<content:encoded><![CDATA[<p>央视火到什么程度？用刘谦的一句话说就是95%的人都在看。</p>
<p>当然，这说的是春晚，元宵节晚会肯定没这么高的收视率，不过元宵节央视新址配楼被的大烟火让央视挣回了面子，<span class="status-body"><a id="hrm3" title="人家元宵燃烟火，他家烧大楼" href="https://twitter.com/susushiee/status/1194094182" target="_blank">人家元宵燃烟火，他家烧大楼</a> <span class="entry-content">，谁敢不服也去烧一个去？连潘总百忙之中都跑过去打酱油，为大家送上<a id="vz5x" title="第一手消息" href="http://blog.sina.com.cn/s/blog_4679dbbf0100c68a.html" target="_blank">第一手消息</a> 。</p>
<p></span></span>对 于这场火国家也很重视，第一时间要求各网站“各网站只用新华社通稿，不发图片，视频，不做深度报道，只放国内新闻区，关闭跟帖，自然滚动，博客论坛不置 顶，不推荐”，不可谓不用心良苦。而当时央视新闻播报员无比镇定的报告着大火的新闻——不过是澳大利亚的。倒是twitter上信息那叫一个<a id="qc:q" title="涌动" href="http://tweetgrid.com/search?r=rtt&amp;q=CCTV" target="_blank">涌动</a> ，让人感受到了<a id="m36j" title="twitter的速度" href="http://www.my1510.cn/article.php?c05c9e47d52dce2c" target="_blank">twitter的速度</a> ，zuola的<a id="zkni" title="Docs直播" href="https://docs.google.com/View?docid=dggh5mp6_0cmqqrrdb" target="_blank">Docs直播</a> 至少比各网站早了半小时，甚至连网易编辑都给他发去感谢短信，让他们赢了在北京的新浪搜狐20多分钟。众人一方面看热闹，同时也担心人员，好在还是装修阶段，伤亡不大。而<a id="tn1k" title="这个传言" href="http://twitpic.com/1elc4" target="_blank">这个传言</a> ，希望不是真的。</p>
<p>“此楼一直说是央视裤衩下的鸡鸡，现在央视自己把鸡鸡给烧了，这样的自宫行为，彻底的符合了央视身为全球第一大太监媒体的形象”，而事后的调查表明大火的起因是央视下属单位违规燃放烟花所致，证实自宫一说。不过看看新浪的<a id="amzj" title="这个新闻" href="http://news.sina.com.cn/c/2009-02-10/151517185640.shtml" target="_blank">这个新闻</a> ，下面关于起因的新闻已经“<a id="h3n_" title="页面没有找到" href="http://news.sina.com.cn/c/2009-02-10/121117184739.shtml" target="_blank">页面没有找到</a> “了，只留下几篇模糊不清的”业主单位“说。在网易，大火新闻也被隐藏到娱乐版（还真是娱乐），看来CCTV的能量还是不小，“做人不能太CCTV，否则躲得了初一，躲不了十五”。</p>
<p>就此打住吧。</p>
]]></content:encoded>
			<wfw:commentRss>http://dowei.org/2009/02/cctvfire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

