<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Twitter4J Google Group</title>
  <link>http://groups.google.com/group/twitter4j</link>
  <description>Mailing list for Twitter4J</description>
  <language>en</language>
  <item>
  <title>Re: [Twitter4J] API interfaces</title>
  <link>http://groups.google.com/group/twitter4j/browse_frm/thread/c28d2eee4a66fd5d/97db74d480f03cdd?show_docid=97db74d480f03cdd</link>
  <description>
  Nice to hear that you like the idea. I&#39;ve just defined the XxxMethodsAsync interfaces, too, and merged your latest changes: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/huxi/twitter4j/commits/api-interfaces&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; I&#39;ve seen that not all methods are supported in AsyncTwitter, yet. I&#39;ve just created empty interfaces as placeholders for now.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/twitter4j/browse_frm/thread/c28d2eee4a66fd5d/97db74d480f03cdd?show_docid=97db74d480f03cdd</guid>
  <author>
  jhuxh...@googlemail.com
  (Joern Huxhorn)
  </author>
  <pubDate>Mon, 21 Dec 2009 01:54:35 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Twitter4J] API interfaces</title>
  <link>http://groups.google.com/group/twitter4j/browse_frm/thread/c28d2eee4a66fd5d/af2faa1fd671068a?show_docid=af2faa1fd671068a</link>
  <description>
  Since we&#39;re talkin about some significant changes with the new release, why &lt;br&gt; not let the 2.0.x be 1.4 compatible and the later versions be 1.5+ ? &lt;br&gt; -Nischal Shetty &lt;br&gt; 2009/12/21 Yusuke Yamamoto &amp;lt;yus...@mac.com&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/twitter4j/browse_frm/thread/c28d2eee4a66fd5d/af2faa1fd671068a?show_docid=af2faa1fd671068a</guid>
  <author>
  nischalshett...@gmail.com
  (Nischal Shetty)
  </author>
  <pubDate>Mon, 21 Dec 2009 01:52:25 UT
</pubDate>
  </item>
  <item>
  <title>Twitter#createUserList&#39;s malfunctioning?</title>
  <link>http://groups.google.com/group/twitter4j/browse_frm/thread/26512f22e8320177/4b0c2004810fb613?show_docid=4b0c2004810fb613</link>
  <description>
  Hi Perry, &lt;br&gt; Twitter#createUserList is tested at TwitterBasicAuthTest#testList( ) and, the testcase passed on my CI environment. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://yusuke.homeip.net/hudson/job/Twitter4J/net.homeip.yusuke$twitter4j/400/testReport/twitter4j/TwitterBasicAuthTest/testList/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Actual implementation of testList() can be found in TwitterTestUnit.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/twitter4j/browse_frm/thread/26512f22e8320177/4b0c2004810fb613?show_docid=4b0c2004810fb613</guid>
  <author>
  yus...@mac.com
  (Yusuke Yamamoto)
  </author>
  <pubDate>Sun, 20 Dec 2009 20:14:58 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Twitter4J] API interfaces</title>
  <link>http://groups.google.com/group/twitter4j/browse_frm/thread/c28d2eee4a66fd5d/e90aba07bd909f67?show_docid=e90aba07bd909f67</link>
  <description>
  Hi, &lt;br&gt; Thanks for your suggestion. &lt;br&gt; Defining interfaces per method sets sounds a good idea! &lt;br&gt; I&#39;ll take a look and merge your branch :) &lt;br&gt; I should have documented, but the use of enum is avoided. &lt;br&gt; It&#39;s because Twitter4J still supports JDK1.4.2 and the use of enum breaks backward-compatibility. &lt;br&gt; I&#39;ll invent some workaround.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/twitter4j/browse_frm/thread/c28d2eee4a66fd5d/e90aba07bd909f67?show_docid=e90aba07bd909f67</guid>
  <author>
  yus...@mac.com
  (Yusuke Yamamoto)
  </author>
  <pubDate>Sun, 20 Dec 2009 18:48:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: API interfaces</title>
  <link>http://groups.google.com/group/twitter4j/browse_frm/thread/c28d2eee4a66fd5d/03c404218c7fa9ae?show_docid=03c404218c7fa9ae</link>
  <description>
  I&#39;d also do the same for the async methods if you like the general idea. &lt;br&gt; Joern.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/twitter4j/browse_frm/thread/c28d2eee4a66fd5d/03c404218c7fa9ae?show_docid=03c404218c7fa9ae</guid>
  <author>
  jhuxh...@googlemail.com
  (Joern Huxhorn)
  </author>
  <pubDate>Sun, 20 Dec 2009 18:38:30 UT
</pubDate>
  </item>
  <item>
  <title>API interfaces</title>
  <link>http://groups.google.com/group/twitter4j/browse_frm/thread/c28d2eee4a66fd5d/979216e217776f25?show_docid=979216e217776f25</link>
  <description>
  Hi all. &lt;br&gt; I tend to get a bit confused by the overwhelming amount of methods available in the Twitter class. &lt;br&gt; Because of that I just forked twitter4j at github and defined several different interfaces that are, in turn, implemented by Twitter. &lt;br&gt; SearchMethods, TimelineMethods, StatusMethods, UserMethods, ListMethods, ListMembersMethods, ListSubscribersMethods, DirectMessageMethods, FriendshipMethods, SocialGraphMethods, AccountMethods, FavoriteMethods, NotificationMethods, BlockMethods, SpamReportingMethods, SavedSearchesMethods, LocalTrendsMethods, HelpMethods
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/twitter4j/browse_frm/thread/c28d2eee4a66fd5d/979216e217776f25?show_docid=979216e217776f25</guid>
  <author>
  jhuxh...@googlemail.com
  (Joern Huxhorn)
  </author>
  <pubDate>Sun, 20 Dec 2009 18:25:36 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Twitter4J] Rate Limit &amp; Authentication</title>
  <link>http://groups.google.com/group/twitter4j/browse_frm/thread/7fa19a55031df203/2d7d3106d0874b74?show_docid=2d7d3106d0874b74</link>
  <description>
  You might be hitting this issue. &lt;br&gt; I&#39;ll raise the priority and will let you know when it&#39;s fixed. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://yusuke.homeip.net/jira/browse/TFJ-253&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Thanks,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/twitter4j/browse_frm/thread/7fa19a55031df203/2d7d3106d0874b74?show_docid=2d7d3106d0874b74</guid>
  <author>
  yus...@mac.com
  (Yusuke Yamamoto)
  </author>
  <pubDate>Sun, 20 Dec 2009 06:44:33 UT
</pubDate>
  </item>
  <item>
  <title>Rate Limit &amp; Authentication</title>
  <link>http://groups.google.com/group/twitter4j/browse_frm/thread/7fa19a55031df203/7f6de9b3388f964d?show_docid=7f6de9b3388f964d</link>
  <description>
  I have a whitelisted Twitter account, and calling the twitter4j class &lt;br&gt; like: &lt;br&gt; Twitter twitter = new Twitter(twitterID, twitterPass); &lt;br&gt; It appears that I am authenticated, but I still hit the 150/hour rate &lt;br&gt; limit. Any ideas why using twitter4j seems to ignore the rate limit? I &lt;br&gt; tried another twitter API for Java and it worked, but it lacked some
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/twitter4j/browse_frm/thread/7fa19a55031df203/7f6de9b3388f964d?show_docid=7f6de9b3388f964d</guid>
  <author>
  tarr....@gmail.com
  (rob)
  </author>
  <pubDate>Sun, 20 Dec 2009 06:42:30 UT
</pubDate>
  </item>
  <item>
  <title>Twitter4J latest stable build now supports streaming api&#39;s deletion and limitation notices</title>
  <link>http://groups.google.com/group/twitter4j/browse_frm/thread/69143dd3a1428899/6b5d884d9dff6eb0?show_docid=6b5d884d9dff6eb0</link>
  <description>
  Hi all, &lt;br&gt; TFJ-210 has been fixed. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://yusuke.homeip.net/jira/browse/TFJ-210&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; See the migration guide for the detail. &lt;br&gt; - Migration guide from version 2.0.10 to 2.1.0 - Streaming API supports deletion and track limit notices(TFJ-210) &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://yusuke.homeip.net/twitter4j/en/javadoc.html#migration&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; - Download twitter4j-2.1.0-SNAPSHOT.zip
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/twitter4j/browse_frm/thread/69143dd3a1428899/6b5d884d9dff6eb0?show_docid=6b5d884d9dff6eb0</guid>
  <author>
  yus...@mac.com
  (Yusuke Yamamoto)
  </author>
  <pubDate>Sun, 20 Dec 2009 05:52:35 UT
</pubDate>
  </item>
  <item>
  <title>changing the type of userid from int to long is necessary?</title>
  <link>http://groups.google.com/group/twitter4j/browse_frm/thread/26512f22e8320177/83df97fe4b77785f?show_docid=83df97fe4b77785f</link>
  <description>
  I have gotten a number of suggestions to make the type of user id from long to int. &lt;br&gt; Here&#39;s my last answer. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://groups.google.com/group/twitter4j/browse_thread/thread/7e65a43d3344cc72&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Currently, the largest id is around 98051000. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://twitter.com/users/show/98051000.xml&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Integer.MAX_VALUE is 2147483647.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/twitter4j/browse_frm/thread/26512f22e8320177/83df97fe4b77785f?show_docid=83df97fe4b77785f</guid>
  <author>
  yus...@mac.com
  (Yusuke Yamamoto)
  </author>
  <pubDate>Sun, 20 Dec 2009 05:03:16 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Twitter4J] Twitter4J 2.1.0-SNAPSHOT build now supports list members/subscribers methods</title>
  <link>http://groups.google.com/group/twitter4j/browse_frm/thread/26512f22e8320177/8017144fe847f931?show_docid=8017144fe847f931</link>
  <description>
  I guess Id&#39;s which involve twitter status messages only need to have &#39;long&#39;. &lt;br&gt; The rest would work just fine with &#39;int&#39;. &lt;br&gt; Nischal Shetty &lt;br&gt; Contact Me [image: Twitter] &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://twitter.com/NischalShetty&quot;&gt;[link]&lt;/a&gt;&amp;gt; [image: &lt;br&gt; Facebook] &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://facebook.com/nischal&quot;&gt;[link]&lt;/a&gt;&amp;gt; [image: &lt;br&gt; Friendfeed]&amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://friendfeed.com/nischal&quot;&gt;[link]&lt;/a&gt;&amp;gt; [image:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/twitter4j/browse_frm/thread/26512f22e8320177/8017144fe847f931?show_docid=8017144fe847f931</guid>
  <author>
  nischalshett...@gmail.com
  (Nischal Shetty)
  </author>
  <pubDate>Sun, 20 Dec 2009 02:48:18 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Twitter4J] Twitter4J 2.1.0-SNAPSHOT build now supports list members/subscribers methods</title>
  <link>http://groups.google.com/group/twitter4j/browse_frm/thread/26512f22e8320177/1768b7d730c75e24?show_docid=1768b7d730c75e24</link>
  <description>
  Very nice, I just did my first automated follow friday... shortly before sunday :) &lt;br&gt; Everything works as expected for me, thanks a lot for your hard work! &lt;br&gt; I&#39;d suggest to just change every id in the API from int to long, though, simply to prevent any future problems. AFAIK Twitter does not guarantee that ids are consecutive so this *could* break at any time, right?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/twitter4j/browse_frm/thread/26512f22e8320177/1768b7d730c75e24?show_docid=1768b7d730c75e24</guid>
  <author>
  jhuxh...@googlemail.com
  (Joern Huxhorn)
  </author>
  <pubDate>Sat, 19 Dec 2009 22:24:34 UT
</pubDate>
  </item>
  <item>
  <title>Re: Twitter4J 2.1.0-SNAPSHOT build now supports list members/subscribers methods</title>
  <link>http://groups.google.com/group/twitter4j/browse_frm/thread/26512f22e8320177/d6ff9eda1fd232b4?show_docid=d6ff9eda1fd232b4</link>
  <description>
  Hey, looks like twitter.createUserList is giving a 404. I tested the &lt;br&gt; twitter api directly with curl and it works so you probably have a bug &lt;br&gt; with the way you construct the url. &lt;br&gt; Perry
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/twitter4j/browse_frm/thread/26512f22e8320177/d6ff9eda1fd232b4?show_docid=d6ff9eda1fd232b4</guid>
  <author>
  psakka...@gmail.com
  (periklis)
  </author>
  <pubDate>Sat, 19 Dec 2009 00:47:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Twitter4J] ability to access Retry-After info</title>
  <link>http://groups.google.com/group/twitter4j/browse_frm/thread/376e5326fddb1d9b/47a5a8df6c70b14a?show_docid=47a5a8df6c70b14a</link>
  <description>
  Excellent.. &lt;br&gt; What is the typical release cycle? When could I expect to see this in an official release?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/twitter4j/browse_frm/thread/376e5326fddb1d9b/47a5a8df6c70b14a?show_docid=47a5a8df6c70b14a</guid>
  <author>
  doug...@douglasferguson.us
  (Douglas Ferguson)
  </author>
  <pubDate>Fri, 18 Dec 2009 23:22:33 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Twitter4J] ability to access Retry-After info</title>
  <link>http://groups.google.com/group/twitter4j/browse_frm/thread/376e5326fddb1d9b/cbf4344427c719e7?show_docid=cbf4344427c719e7</link>
  <description>
  Hi, &lt;br&gt; Yes, you can use the snapshot build from maven as following: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://yusuke.homeip.net/twitter4j/en/index.html#maven&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; You can also download a zipped version. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://yusuke.homeip.net/twitter4j/en/index.html#download&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Cheers,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/twitter4j/browse_frm/thread/376e5326fddb1d9b/cbf4344427c719e7?show_docid=cbf4344427c719e7</guid>
  <author>
  yus...@mac.com
  (Yusuke Yamamoto)
  </author>
  <pubDate>Fri, 18 Dec 2009 21:09:54 UT
</pubDate>
  </item>
  </channel>
</rss>
