<?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>生活周遭 &#187; twitter</title>
	<atom:link href="http://blog.leirahua.com/tag/twitter/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.leirahua.com</link>
	<description>In My Circle</description>
	<lastBuildDate>Wed, 27 Jan 2010 15:56:59 +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>TwitterFox用nest.onedd.net翻墙</title>
		<link>http://blog.leirahua.com/2009/twitterfox%e7%94%a8nestoneddnet%e7%bf%bb%e5%a2%99/</link>
		<comments>http://blog.leirahua.com/2009/twitterfox%e7%94%a8nestoneddnet%e7%bf%bb%e5%a2%99/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 06:31:03 +0000</pubDate>
		<dc:creator>leira</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[GFW]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://blog.leirahua.com/2009/twitterfox%e7%94%a8nestoneddnet%e7%bf%bb%e5%a2%99/</guid>
		<description><![CDATA[由于ssh代理不能用了，Twitterfox已经歇菜很久了，昨晚看到了可以用http://nest.onedd.net/api来做Twitter API来翻墙，粗糙的改了一下TwitterFox，现在勉强可用了。 仅仅改了一下API的地址。文件是 FIREFOX_PROFILE_DIR/extensions/twitternotifier@naan.net/components/nsTwitterFox.js，修改如下： --- nsTwitterFox.js 2009-08-03 11:48:03.711450800 +0800 +++ nsTwitterFox.js.bak 2009-08-03 14:17:04.052111000 +0800 @@ -35,8 +35,7 @@ var db = null; -var TWITTER_API_URL = "http://nest.onedd.net/api/"; -//var TWITTER_API_URL = "https://twitter.com/"; +var TWITTER_API_URL = "https://twitter.com/"; var NETWORK_TIMEOUT_TIME = 120; var APP_NAME = "TwitterFox"; 然后记得先清掉TwitterFox里面的账户，关掉Firefox，然后到你的FIREFOX_PROFILE_DIR下面把twitterfox_1.8.sqlite文件删掉，然后重启Firefox就好了。 至于为什么要删掉twitterfox_1.8.sqlite文件，可能是我迷信了吧？如果不清掉的话，他会根据你已经存下的消息ID，只下载这个消息ID之后的消息。也许是onedd.net的API用的是和twitter不一样的ID吧，一条都没有收下来。懒得深究，清掉本地的数据库，直接重新下载新的就好了。 下一步计划，打算加一个跟Twidroid一样的选择API的UI，跟TwitterFox的开发者联络联络看～]]></description>
			<content:encoded><![CDATA[<p>由于ssh代理不能用了，Twitterfox已经歇菜很久了，昨晚看到了可以用http://nest.onedd.net/api来做Twitter API来翻墙，粗糙的改了一下TwitterFox，现在勉强可用了。</p>
<p>仅仅改了一下API的地址。文件是 FIREFOX_PROFILE_DIR/extensions/twitternotifier@naan.net/components/nsTwitterFox.js，修改如下：</p>
<pre class="brush: diff">
--- nsTwitterFox.js     2009-08-03 11:48:03.711450800 +0800
+++ nsTwitterFox.js.bak 2009-08-03 14:17:04.052111000 +0800
@@ -35,8 +35,7 @@

var db = null;

-var TWITTER_API_URL = "http://nest.onedd.net/api/";
-//var TWITTER_API_URL = "https://twitter.com/";
+var TWITTER_API_URL = "https://twitter.com/";
var NETWORK_TIMEOUT_TIME = 120;
var APP_NAME = "TwitterFox";</pre>
<p>然后记得先清掉TwitterFox里面的账户，关掉Firefox，然后到你的FIREFOX_PROFILE_DIR下面把twitterfox_1.8.sqlite文件删掉，然后重启Firefox就好了。</p>
<p>至于为什么要删掉twitterfox_1.8.sqlite文件，可能是我迷信了吧？如果不清掉的话，他会根据你已经存下的消息ID，只下载这个消息ID之后的消息。也许是onedd.net的API用的是和twitter不一样的ID吧，一条都没有收下来。懒得深究，清掉本地的数据库，直接重新下载新的就好了。</p>
<p>下一步计划，打算加一个跟Twidroid一样的选择API的UI，跟TwitterFox的开发者联络联络看～</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=0a082e1c-4230-8972-987b-1c29dacb6f15" alt="" /></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.leirahua.com/2009/twitterfox%e7%94%a8nestoneddnet%e7%bf%bb%e5%a2%99/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
