On 25 Apr 2010, at 19:40, Саша Стаменковић wrote: > Twitter Launches Countdown to OAuthcalypse > http://mashable.com/2010/04/24/twitter-oauthcalypse/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+Mashable+%28Mashable%29. > > Does this means Zend_Service_Twitter will stop working? >
Hi, Nope - because you can plug Zend_Oauth_Consumer into Zend_Service_Twitter. Padraic wrote up an example of how to do it here: http://blog.astrumfutura.com/archives/411-Writing-A-Simple-Twitter-Client-Using-the-PHP-Zend-Frameworks-OAuth-Library-Zend_Oauth.html I've also written a simple Twitter app that uses OAuth here: http://tweetgt.funkymongoose.com/. The source is at http://github.com/akrabat/TweetGT. The OAuth integration is in this plugin: http://github.com/akrabat/TweetGT/blob/master/library/App/Controller/Plugin/InitOAuth.php Regards, Rob... -- Rob Allen : http://akrabat.com Zend Framework Tutorial: http://akrabat.com/zft Author of Zend Framework in Action: http://www.zendframeworkinaction.com
