<?xml version="1.0" encoding="UTF-8"?>
<post>
  <category-id type="integer" nil="true"></category-id>
  <comment-count type="integer">0</comment-count>
  <content>&lt;p&gt;another boring day. been reading about this twitter api. and decided to test a few :D.&lt;br /&gt;&lt;br /&gt;fortunately i was able to make it work well some of them.&lt;br /&gt;&lt;br /&gt;first thing i tried was using cURL to update status in twitter.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Posting Twitter status via cURL&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;curl --basic --user username:password --data status=&quot;I'm twittering with curl!&quot; http://twitter.com/statuses/update.xml&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;isn't that cool? updating tweets via cli.&lt;/p&gt;
&lt;p&gt;but i ddn't stop with that i decided to read more and found this very nice tutorial &lt;a href=&quot;http://www.jaisenmathai.com/blog/2009/03/31/how-to-quickly-integrate-with-twitters-oauth-api-using-php/&quot;&gt;http://www.jaisenmathai.com/blog/2009/03/31/how-to-quickly-integrate-with-twitters-oauth-api-using-php/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;after that i also googled for ruby on rails regarding twitter api. so i tried &lt;a href=&quot;http://github.com/moomerman/sinitter/tree/master&quot;&gt;Sinitter&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Sinitter is an application to demonstrate the integration of Twitter OAuth with &lt;a href=&quot;http://www.sinatrarb.com/&quot;&gt;sinatra&lt;/a&gt; and     also serves as a live test for the &lt;a href=&quot;http://github.com/moomerman/twitter_oauth/tree/master&quot;&gt;twitter_oauth&lt;/a&gt; Ruby gem. &lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://apiwiki.twitter.com/Twitter-API-Documentation&quot;&gt;http://apiwiki.twitter.com/Twitter-API-Documentation&lt;/a&gt; for more info about twitter api.&lt;/p&gt;</content>
  <created-at type="datetime">2009-08-04T13:01:17+08:00</created-at>
  <id type="integer">7</id>
  <permalink>twitter-api</permalink>
  <published type="boolean" nil="true"></published>
  <title>twitter api</title>
  <updated-at type="datetime">2009-08-04T13:15:07+08:00</updated-at>
</post>
