<?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/"
	
	>
<channel>
	<title>Comments on: Retrieving YouTube Channel&#8217;s Videos with Zend_Gdata_YouTube</title>
	<atom:link href="/2010/03/16/retrieving-youtube-channels-videos-with-zend_gdata_youtube/feed/" rel="self" type="application/rss+xml" />
	<link>/2010/03/16/retrieving-youtube-channels-videos-with-zend_gdata_youtube/</link>
	<description>on web development</description>
	<lastBuildDate>Fri, 26 Oct 2018 21:40:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>By: Raavi</title>
		<link>/2010/03/16/retrieving-youtube-channels-videos-with-zend_gdata_youtube/comment-page-1/#comment-18652</link>
		<dc:creator><![CDATA[Raavi]]></dc:creator>
		<pubDate>Thu, 02 May 2013 05:47:50 +0000</pubDate>
		<guid isPermaLink="false">/?p=1329#comment-18652</guid>
		<description><![CDATA[I want same data without ZEND]]></description>
		<content:encoded><![CDATA[<p>I want same data without ZEND</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoimen</title>
		<link>/2010/03/16/retrieving-youtube-channels-videos-with-zend_gdata_youtube/comment-page-1/#comment-14263</link>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
		<pubDate>Wed, 20 Apr 2011 09:41:38 +0000</pubDate>
		<guid isPermaLink="false">/?p=1329#comment-14263</guid>
		<description><![CDATA[@D - sure you don&#039;t need to install the entire framework, ... actually you can use it more like a library without the MVC, as you said. 
However it was my case - I already had ZF installed ;)]]></description>
		<content:encoded><![CDATA[<p>@D &#8211; sure you don&#8217;t need to install the entire framework, &#8230; actually you can use it more like a library without the MVC, as you said.<br />
However it was my case &#8211; I already had ZF installed 😉</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D</title>
		<link>/2010/03/16/retrieving-youtube-channels-videos-with-zend_gdata_youtube/comment-page-1/#comment-14262</link>
		<dc:creator><![CDATA[D]]></dc:creator>
		<pubDate>Wed, 20 Apr 2011 08:25:13 +0000</pubDate>
		<guid isPermaLink="false">/?p=1329#comment-14262</guid>
		<description><![CDATA[Another point if you intend just reading the public feeds you dont need to enter any parameter for the GData_YouTube constructor - you dont need a developer key or an object of the ClientLogin]]></description>
		<content:encoded><![CDATA[<p>Another point if you intend just reading the public feeds you dont need to enter any parameter for the GData_YouTube constructor &#8211; you dont need a developer key or an object of the ClientLogin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D</title>
		<link>/2010/03/16/retrieving-youtube-channels-videos-with-zend_gdata_youtube/comment-page-1/#comment-14261</link>
		<dc:creator><![CDATA[D]]></dc:creator>
		<pubDate>Wed, 20 Apr 2011 08:23:11 +0000</pubDate>
		<guid isPermaLink="false">/?p=1329#comment-14261</guid>
		<description><![CDATA[You really dont need to install the whole framework just to use the component. All you need is the Loader component and you will be ready to go. You might have to download the whole framework though and just copy the components you need out of it. ZF is a fully decoupled Framework.

and on the head of your script you can include the necessary class files as shown below:
&lt;pre lang=&quot;php&quot;&gt;
require_once &#039;Zend/Loader.php&#039;; 
Zend_Loader::loadClass(&#039;Zend_Gdata_AuthSub&#039;);
Zend_Loader::loadClass(&#039;Zend_Gdata_YouTube&#039;);
Zend_Loader::loadClass(&#039;Zend_Uri_Http&#039;);
&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p>You really dont need to install the whole framework just to use the component. All you need is the Loader component and you will be ready to go. You might have to download the whole framework though and just copy the components you need out of it. ZF is a fully decoupled Framework.</p>
<p>and on the head of your script you can include the necessary class files as shown below:</p>
<pre lang="php">
require_once 'Zend/Loader.php'; 
Zend_Loader::loadClass('Zend_Gdata_AuthSub');
Zend_Loader::loadClass('Zend_Gdata_YouTube');
Zend_Loader::loadClass('Zend_Uri_Http');
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoimen</title>
		<link>/2010/03/16/retrieving-youtube-channels-videos-with-zend_gdata_youtube/comment-page-1/#comment-13383</link>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
		<pubDate>Wed, 15 Sep 2010 06:23:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=1329#comment-13383</guid>
		<description><![CDATA[Well if you&#039;d like to use Zend_Gdata you&#039;ve to install Zend Framework first. However here is not shown how to upload videos, but how to access them via the gdata protocol. You&#039;ve to search the ZF docs for more information.]]></description>
		<content:encoded><![CDATA[<p>Well if you&#8217;d like to use Zend_Gdata you&#8217;ve to install Zend Framework first. However here is not shown how to upload videos, but how to access them via the gdata protocol. You&#8217;ve to search the ZF docs for more information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip</title>
		<link>/2010/03/16/retrieving-youtube-channels-videos-with-zend_gdata_youtube/comment-page-1/#comment-13382</link>
		<dc:creator><![CDATA[Philip]]></dc:creator>
		<pubDate>Wed, 15 Sep 2010 05:46:34 +0000</pubDate>
		<guid isPermaLink="false">/?p=1329#comment-13382</guid>
		<description><![CDATA[So this is a really stupid ques.  I&#039;m trying to figure out how to upload videos to youtube through php api.

Am I suppose to first install the zend framework, and then put in the code you showed above to connect to youtube and start working with there services?]]></description>
		<content:encoded><![CDATA[<p>So this is a really stupid ques.  I&#8217;m trying to figure out how to upload videos to youtube through php api.</p>
<p>Am I suppose to first install the zend framework, and then put in the code you showed above to connect to youtube and start working with there services?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoimen</title>
		<link>/2010/03/16/retrieving-youtube-channels-videos-with-zend_gdata_youtube/comment-page-1/#comment-12602</link>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
		<pubDate>Tue, 16 Mar 2010 18:42:19 +0000</pubDate>
		<guid isPermaLink="false">/?p=1329#comment-12602</guid>
		<description><![CDATA[@theodor - the thing you miss is the first parameter of Zend_Gdata_YouTube constructor. Note that its default value is null, but you&#039;ve to write it even than.

The code should be changed to:
$gdata = new Zend_Gdata_YouTube(null, &#039;project&#039;, null, $key);

hope this helps!]]></description>
		<content:encoded><![CDATA[<p>@theodor &#8211; the thing you miss is the first parameter of Zend_Gdata_YouTube constructor. Note that its default value is null, but you&#8217;ve to write it even than.</p>
<p>The code should be changed to:<br />
$gdata = new Zend_Gdata_YouTube(null, &#8216;project&#8217;, null, $key);</p>
<p>hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: theodor</title>
		<link>/2010/03/16/retrieving-youtube-channels-videos-with-zend_gdata_youtube/comment-page-1/#comment-12601</link>
		<dc:creator><![CDATA[theodor]]></dc:creator>
		<pubDate>Tue, 16 Mar 2010 18:39:34 +0000</pubDate>
		<guid isPermaLink="false">/?p=1329#comment-12601</guid>
		<description><![CDATA[sure,

// 1. setup API key
$key = &#039;...&#039;;
 
// 2. retrieve videos via GData Atom
$gdata = new Zend_Gdata_YouTube(&#039;project&#039;, null, $key);]]></description>
		<content:encoded><![CDATA[<p>sure,</p>
<p>// 1. setup API key<br />
$key = &#8216;&#8230;&#8217;;</p>
<p>// 2. retrieve videos via GData Atom<br />
$gdata = new Zend_Gdata_YouTube(&#8216;project&#8217;, null, $key);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoimen</title>
		<link>/2010/03/16/retrieving-youtube-channels-videos-with-zend_gdata_youtube/comment-page-1/#comment-12599</link>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
		<pubDate>Tue, 16 Mar 2010 15:07:46 +0000</pubDate>
		<guid isPermaLink="false">/?p=1329#comment-12599</guid>
		<description><![CDATA[Hi,

can you paste the some code, it may help.

all the best,
stoimen]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>can you paste the some code, it may help.</p>
<p>all the best,<br />
stoimen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: theodor</title>
		<link>/2010/03/16/retrieving-youtube-channels-videos-with-zend_gdata_youtube/comment-page-1/#comment-12598</link>
		<dc:creator><![CDATA[theodor]]></dc:creator>
		<pubDate>Tue, 16 Mar 2010 15:06:42 +0000</pubDate>
		<guid isPermaLink="false">/?p=1329#comment-12598</guid>
		<description><![CDATA[it throws an error on my machine]]></description>
		<content:encoded><![CDATA[<p>it throws an error on my machine</p>
]]></content:encoded>
	</item>
</channel>
</rss>
