<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Digital Derby &#187; gdata</title>
	<atom:link href="http://www.digitalderby.com/tag/gdata/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalderby.com</link>
	<description>The race is on</description>
	<lastBuildDate>Fri, 27 Nov 2009 05:22:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Using Gdata apis in Appengine</title>
		<link>http://www.digitalderby.com/2008/10/using-gdata-apis-in-appengine/</link>
		<comments>http://www.digitalderby.com/2008/10/using-gdata-apis-in-appengine/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 19:05:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[professional]]></category>
		<category><![CDATA[appengine]]></category>
		<category><![CDATA[gdata]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://digitalderby.wordpress.com/2008/10/11/using-gdata-apis-in-appengine/</guid>
		<description><![CDATA[I started digging into Googles appengine recently. Its a great service provided by Google. Now developers like us dont have to worry about the servers.. deployment and other stuff. If we have an Idea we can jump in and start working on it. As my first project on appengine, am trying to develop a simple [...]]]></description>
			<content:encoded><![CDATA[<div>I started digging into Googles <a href="http://appengine.google.com/">appengine </a>recently. Its a great service provided by Google. Now developers like us dont have to worry about the servers.. deployment and other stuff. If we have an Idea we can jump in and start working on it.</p>
<p>As my first project on appengine, am trying to develop a simple which fetches videos from youtube and displays in a page. Its pretty basic.</p>
<p>Nice articles describing it can be found <a href="http://code.google.com/apis/youtube/articles/youtube_api_appengine.html">here</a>.</p>
<p>Found a small issue in this article. There is a small hack we need to do to use the Python gdata apis in appengine. This <a href="http://googledataapis.blogspot.com/2008/04/release-hounds-support-for-app-engine.html">article </a>talks more about it.</p>
<p>This hack is failing in gdata-python api 1.2.1 With the new gdata api instead of doing<br />
<span style="font-style:italic;"><br />
<span style="color: #3333ff;">gdata.service.http_request_handler = gdata.urlfetch</span><br />
</span><br />
We should do this</p>
<p><span style="color: #3333ff;">client = gdata.youtube.service.YouTubeService()</span><br />
<span style="color: #3333ff;">urlfetch.run_on_appengine(client)</span></p>
<p>Lost a day figuring this out.  <img src='http://www.digitalderby.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </div>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalderby.com/2008/10/using-gdata-apis-in-appengine/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
