<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: 用GAE同步推特到人人网状态</title>
	<atom:link href="http://shellex.info/sync-twitter-timeline-to-renren-status-by-google-app-engine/feed/" rel="self" type="application/rss+xml" />
	<link>http://shellex.info/sync-twitter-timeline-to-renren-status-by-google-app-engine/</link>
	<description>Hola, 欢迎来到shellex的部落格</description>
	<lastBuildDate>Mon, 06 Sep 2010 00:15:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Keith</title>
		<link>http://shellex.info/sync-twitter-timeline-to-renren-status-by-google-app-engine/comment-page-1/#comment-4115</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Fri, 27 Aug 2010 18:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://shellex.info/?p=1403#comment-4115</guid>
		<description>还能用不.</description>
		<content:encoded><![CDATA[<p>还能用不.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shellex</title>
		<link>http://shellex.info/sync-twitter-timeline-to-renren-status-by-google-app-engine/comment-page-1/#comment-4031</link>
		<dc:creator>shellex</dc:creator>
		<pubDate>Wed, 14 Jul 2010 02:01:56 +0000</pubDate>
		<guid isPermaLink="false">http://shellex.info/?p=1403#comment-4031</guid>
		<description>&lt;a href=&quot;#comment-4027&quot; rel=&quot;nofollow&quot;&gt;@双引号 &lt;/a&gt;你看看 http://www.briefdream.com/sync-twitter-timeline-to-renren-status-via-google-app-engine/ 他去掉了webpy和simplejson的依赖</description>
		<content:encoded><![CDATA[<p><a href="#comment-4027" rel="nofollow">@双引号 </a>你看看 <a href="http://www.briefdream.com/sync-twitter-timeline-to-renren-status-via-google-app-engine/" rel="nofollow">http://www.briefdream.com/sync-twitter-timeline-to-renren-status-via-google-app-engine/</a> 他去掉了webpy和simplejson的依赖</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 双引号</title>
		<link>http://shellex.info/sync-twitter-timeline-to-renren-status-by-google-app-engine/comment-page-1/#comment-4027</link>
		<dc:creator>双引号</dc:creator>
		<pubDate>Tue, 13 Jul 2010 07:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://shellex.info/?p=1403#comment-4027</guid>
		<description>传后，不能运行，好像是提示不能 import web和simplejson.
在本地也是同样的提示，请问需要另外怎样的配置吗，对python和gae都不太懂</description>
		<content:encoded><![CDATA[<p>传后，不能运行，好像是提示不能 import web和simplejson.<br />
在本地也是同样的提示，请问需要另外怎样的配置吗，对python和gae都不太懂</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sunnylqm</title>
		<link>http://shellex.info/sync-twitter-timeline-to-renren-status-by-google-app-engine/comment-page-1/#comment-4026</link>
		<dc:creator>sunnylqm</dc:creator>
		<pubDate>Tue, 13 Jul 2010 05:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://shellex.info/?p=1403#comment-4026</guid>
		<description>发现问题所在了
如果触发connection的方法是先调用inputsream的话，会变为只读的GET请求
如果使用getResponse触发connection的话，对于connection的各种set才会生效</description>
		<content:encoded><![CDATA[<p>发现问题所在了<br />
如果触发connection的方法是先调用inputsream的话，会变为只读的GET请求<br />
如果使用getResponse触发connection的话，对于connection的各种set才会生效</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sunnylqm</title>
		<link>http://shellex.info/sync-twitter-timeline-to-renren-status-by-google-app-engine/comment-page-1/#comment-4025</link>
		<dc:creator>sunnylqm</dc:creator>
		<pubDate>Tue, 13 Jul 2010 03:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://shellex.info/?p=1403#comment-4025</guid>
		<description>通过抓包分析，我发现主要有这样几个问题(javasdk 1.3.5)：
1、httpurlconnection不能连续post...什么意思呢？第一个post登录成功之后，第二个post提交签名数据时，抓包发现虽然设置了setRequestMethod(&quot;POST&quot;)，但依然发出的是GET，准确的说，
HttpURLConnection connection2 = (HttpURLConnection) url2.openConnection(); 对于connection2的所有set方法似乎都不能生效。
2、在有重定向时需要手动处理cookie，但GAE似乎只能处理单行cookie，像人人网登陆时似乎会多次跳转返回多行set-cookie，GAE的API似乎每次只能get到一行。而且让我困惑的是，即便在本地我手动设置Cookie为&quot;&quot;，抓包时发现发出的请求的Cookie仍然有多行(其中包含我设置为&quot;&quot;的那行)，这个cookie的处理实在让我摸不着头脑</description>
		<content:encoded><![CDATA[<p>通过抓包分析，我发现主要有这样几个问题(javasdk 1.3.5)：<br />
1、httpurlconnection不能连续post&#8230;什么意思呢？第一个post登录成功之后，第二个post提交签名数据时，抓包发现虽然设置了setRequestMethod(&#8220;POST&#8221;)，但依然发出的是GET，准确的说，<br />
HttpURLConnection connection2 = (HttpURLConnection) url2.openConnection(); 对于connection2的所有set方法似乎都不能生效。<br />
2、在有重定向时需要手动处理cookie，但GAE似乎只能处理单行cookie，像人人网登陆时似乎会多次跳转返回多行set-cookie，GAE的API似乎每次只能get到一行。而且让我困惑的是，即便在本地我手动设置Cookie为&#8221;"，抓包时发现发出的请求的Cookie仍然有多行(其中包含我设置为&#8221;"的那行)，这个cookie的处理实在让我摸不着头脑</p>
]]></content:encoded>
	</item>
</channel>
</rss>
