<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Proper Twitter Integration with Zend Framework</title>
	<atom:link href="http://marcuswelz.com/2009/05/05/proper-twitter-integration-with-zend-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://marcuswelz.com/2009/05/05/proper-twitter-integration-with-zend-framework/</link>
	<description>software imagineer</description>
	<lastBuildDate>Thu, 10 May 2012 04:35:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: marcus</title>
		<link>http://marcuswelz.com/2009/05/05/proper-twitter-integration-with-zend-framework/comment-page-1/#comment-5600</link>
		<dc:creator>marcus</dc:creator>
		<pubDate>Tue, 19 Oct 2010 01:02:24 +0000</pubDate>
		<guid isPermaLink="false">http://marcuswelz.com/?p=441#comment-5600</guid>
		<description>Nisha, there have been changes in the Twitter API, and recent version of the Zend Framework include a modified Zend_Service_Twitter client.

Take a look at the Zend_Oauth example, which shows how to login to Twitter using Oauth: http://framework.zend.com/manual/en/zend.oauth.introduction.html

You can read up on the details on various Oauth web sites, but in a nutshell, Oauth means that you request a &quot;request token&quot; from Twitter using PHP, and then redirect a user to twitter along with that request token. On Twitter, the user will be asked to grant your application access (via this request token), then they&#039;ll be returned to your site. On your site you now try to exchange the &quot;request token&quot; for an &quot;access token&quot;. This access token is then used to interact with Twitter on that user&#039;s behalf. You should store it in a database and associate it with that user. Unless that user specifically removes the permission from your application via their control panel in Twitter, you can continue to interact with Twitter on their behalf.</description>
		<content:encoded><![CDATA[<p>Nisha, there have been changes in the Twitter API, and recent version of the Zend Framework include a modified Zend_Service_Twitter client.</p>
<p>Take a look at the Zend_Oauth example, which shows how to login to Twitter using Oauth: <a href="http://framework.zend.com/manual/en/zend.oauth.introduction.html" >http://framework.zend.com/manual/en/zend.oauth.introduction.html</a></p>
<p>You can read up on the details on various Oauth web sites, but in a nutshell, Oauth means that you request a "request token" from Twitter using PHP, and then redirect a user to twitter along with that request token. On Twitter, the user will be asked to grant your application access (via this request token), then they'll be returned to your site. On your site you now try to exchange the "request token" for an "access token". This access token is then used to interact with Twitter on that user's behalf. You should store it in a database and associate it with that user. Unless that user specifically removes the permission from your application via their control panel in Twitter, you can continue to interact with Twitter on their behalf.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nisha</title>
		<link>http://marcuswelz.com/2009/05/05/proper-twitter-integration-with-zend-framework/comment-page-1/#comment-5528</link>
		<dc:creator>nisha</dc:creator>
		<pubDate>Mon, 20 Sep 2010 07:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://marcuswelz.com/?p=441#comment-5528</guid>
		<description>hi,
i am using zend framework, and got to work twitter part for status update with existing oauth feature of Zend. what i am interested now is, how the dailybooth.com works for twitter, it allows you only one time sign in twitter and then even if you exit the current session of your website and/or twitter, your all new activities are posted to twitter whenever it happens, it&#039;s a kind of LINK twitter account...
is this possible with above oauth code? i tried it anyway but i keep on getting Error saying:
Cannot redeclare class Zend_Oauth_Consumer ...
while i am not able to see any repeated declaration of this class in my codebase.
any help would be really appreciated
Thanks</description>
		<content:encoded><![CDATA[<p>hi,<br />
i am using zend framework, and got to work twitter part for status update with existing oauth feature of Zend. what i am interested now is, how the dailybooth.com works for twitter, it allows you only one time sign in twitter and then even if you exit the current session of your website and/or twitter, your all new activities are posted to twitter whenever it happens, it's a kind of LINK twitter account&#8230;<br />
is this possible with above oauth code? i tried it anyway but i keep on getting Error saying:<br />
Cannot redeclare class Zend_Oauth_Consumer &#8230;<br />
while i am not able to see any repeated declaration of this class in my codebase.<br />
any help would be really appreciated<br />
Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 48/53 queries in 0.017 seconds using disk: basic

Served from: marcuswelz.com @ 2012-05-22 02:03:54 -->
