<?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: MGTwitterEngine status ID</title>
	<atom:link href="http://matteocaldari.it/2009/10/mgtwitterengine-status-id/feed" rel="self" type="application/rss+xml" />
	<link>http://matteocaldari.it/2009/10/mgtwitterengine-status-id</link>
	<description>freelance developer</description>
	<lastBuildDate>Thu, 19 Jan 2012 09:26:26 -0600</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: XAuthTwitterEngineの導入方法と注意事項 « Tanaka Project</title>
		<link>http://matteocaldari.it/2009/10/mgtwitterengine-status-id/comment-page-1#comment-114</link>
		<dc:creator>XAuthTwitterEngineの導入方法と注意事項 « Tanaka Project</dc:creator>
		<pubDate>Tue, 18 May 2010 15:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://matteocaldari.it/?p=124#comment-114</guid>
		<description>[...] さて、本題ですが先程ダウンロードしたXauthTwitterEngine(の中に含まれるMGTwitterEngine)ではすべてのAPIを使うことができません。それは、Twitterのステータスカウントがすでに100憶を超えており、unsigned longでは納まり切れなくなったからです。（これに気づくのに苦労しましたｗ

http://matteocaldari.it/2009/10/mgtwitterengine-status-id [...]</description>
		<content:encoded><![CDATA[<p>[...] さて、本題ですが先程ダウンロードしたXauthTwitterEngine(の中に含まれるMGTwitterEngine)ではすべてのAPIを使うことができません。それは、Twitterのステータスカウントがすでに100憶を超えており、unsigned longでは納まり切れなくなったからです。（これに気づくのに苦労しましたｗ</p>
<p><a href="http://matteocaldari.it/2009/10/mgtwitterengine-status-id" rel="nofollow">http://matteocaldari.it/2009/10/mgtwitterengine-status-id</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matteo</title>
		<link>http://matteocaldari.it/2009/10/mgtwitterengine-status-id/comment-page-1#comment-25</link>
		<dc:creator>matteo</dc:creator>
		<pubDate>Wed, 18 Nov 2009 14:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://matteocaldari.it/?p=124#comment-25</guid>
		<description>Thanks for commenting!
The MGTwitterEngine.m above is at rev 42.</description>
		<content:encoded><![CDATA[<p>Thanks for commenting!<br />
The MGTwitterEngine.m above is at rev 42.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Wright</title>
		<link>http://matteocaldari.it/2009/10/mgtwitterengine-status-id/comment-page-1#comment-24</link>
		<dc:creator>John Wright</dc:creator>
		<pubDate>Wed, 18 Nov 2009 14:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://matteocaldari.it/?p=124#comment-24</guid>
		<description>Actually making the first 2 changes did fix my problem.  But I was wanting to handle long longs properly in MGTwitterEngine.m so I still have the revision question if you don&#039;t mind.  Othewise, I can go through and fix myself.</description>
		<content:encoded><![CDATA[<p>Actually making the first 2 changes did fix my problem.  But I was wanting to handle long longs properly in MGTwitterEngine.m so I still have the revision question if you don&#8217;t mind.  Othewise, I can go through and fix myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Wright</title>
		<link>http://matteocaldari.it/2009/10/mgtwitterengine-status-id/comment-page-1#comment-23</link>
		<dc:creator>John Wright</dc:creator>
		<pubDate>Wed, 18 Nov 2009 14:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://matteocaldari.it/?p=124#comment-23</guid>
		<description>Thanksk for this!

If I have a status dictionary and I call:
 		NSString *externalId = [[status valueForKey:@&quot;id&quot;] stringValue];

it is returning back invalid ids like 2147483647.   Will this fix that problem or am I converting the value to a string improperly?


Also, I was wondering what version of MGTwitterEngine this is.  The latest in the SVN repository is SVN revision 63.  http://svn.cocoasourcecode.com/MGTwitterEngine/.  When I take your MGTwitterEngine.m file and replace it, it throws errors unrelated to your change.</description>
		<content:encoded><![CDATA[<p>Thanksk for this!</p>
<p>If I have a status dictionary and I call:<br />
 		NSString *externalId = [[status valueForKey:@"id"] stringValue];</p>
<p>it is returning back invalid ids like 2147483647.   Will this fix that problem or am I converting the value to a string improperly?</p>
<p>Also, I was wondering what version of MGTwitterEngine this is.  The latest in the SVN repository is SVN revision 63.  <a href="http://svn.cocoasourcecode.com/MGTwitterEngine/" rel="nofollow">http://svn.cocoasourcecode.com/MGTwitterEngine/</a>.  When I take your MGTwitterEngine.m file and replace it, it throws errors unrelated to your change.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross Cairns</title>
		<link>http://matteocaldari.it/2009/10/mgtwitterengine-status-id/comment-page-1#comment-9</link>
		<dc:creator>Ross Cairns</dc:creator>
		<pubDate>Thu, 05 Nov 2009 12:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://matteocaldari.it/?p=124#comment-9</guid>
		<description>thanks for sharing this.</description>
		<content:encoded><![CDATA[<p>thanks for sharing this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

