<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sun, 19 May 2013 21:15:24 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Dave Marshall's Blog: Zend Framework and the Twitter API]]></title>
      <guid>http://www.phpdeveloper.org/news/11255</guid>
      <link>http://www.phpdeveloper.org/news/11255</link>
      <description><![CDATA[<p>
<i>Dave Marshall</i> has a <a href="http://www.davedevelopment.co.uk/2008/10/13/zend-framework-and-the-twitter-api/">(very) quick post</a> on tying together your Zend Framework application with the <a href="http://www.twitter.com">Twitter</a> API.
</p>
<blockquote>
<a href="http://framework.zend.com/wiki/display/ZFPROP/Zend_Service_Twitter">Zend_Service_Twitter</a> looks like it will be fairly comprehensive, but it's not in the core yet and is probably a little overkill for my simple use case. I then had a look at <a href="http://framework.zend.com/manual/en/zend.rest.client.html">Zend_Rest_Client</a>, which seemed to confuse me. I couldn't actually get it to add the parameters I wanted to the call, I guess it's better for interacting with <a href="http://framework.zend.com/manual/en/zend.rest.server.html">Zend_Rest_Server</a> or fully <a href="http://en.wikipedia.org/wiki/Representational_State_Transfer">restful</a> APIs. 
</blockquote>
<p>
He opts for the <a href="http://framework.zend.com/manual/en/zend.http.html">Zend_Http_Client</a> component and includes the simple fifteen line script to make the connection and post a new update.
</p>]]></description>
      <pubDate>Tue, 21 Oct 2008 09:33:42 -0500</pubDate>
    </item>
  </channel>
</rss>
