<?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: A Groovy Flickr API</title>
	<atom:link href="http://javazquez.com/juan/2009/03/30/a-groovy-flickr-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://javazquez.com/juan/2009/03/30/a-groovy-flickr-api/</link>
	<description>Juan A. Vazquez</description>
	<lastBuildDate>Wed, 12 Jan 2011 14:20:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://javazquez.com/juan/2009/03/30/a-groovy-flickr-api/comment-page-1/#comment-673</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 01 Jan 2011 20:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://javazquez.com/juan/?p=204#comment-673</guid>
		<description>You will want to work through the directions 
http://www.flickr.com/services/api/misc.userauth.html

I was developing for a desktop app and took three steps
	public void authNewUser() {

		constructFrobUrl()//flickr.auth.getFrob

		createAuthURL()
//used os to open browser to the URL
&quot;open http://flickr.com/services/auth/?api_key=&quot;+ this.akey + &quot;&amp;perms=delete&quot; + &quot;&amp;frob=&quot; + this.frob + &quot;&amp;api_sig=&quot; + this.sig

		getToken()//flickr.auth.getToken
	}</description>
		<content:encoded><![CDATA[<p>You will want to work through the directions<br />
<a href="http://www.flickr.com/services/api/misc.userauth.html" rel="nofollow">http://www.flickr.com/services/api/misc.userauth.html</a></p>
<p>I was developing for a desktop app and took three steps<br />
	public void authNewUser() {</p>
<p>		constructFrobUrl()//flickr.auth.getFrob</p>
<p>		createAuthURL()<br />
//used os to open browser to the URL<br />
&#8220;open <a href="http://flickr.com/services/auth/?api_key=" rel="nofollow">http://flickr.com/services/auth/?api_key=</a>&#8220;+ this.akey + &#8220;&amp;perms=delete&#8221; + &#8220;&amp;frob=&#8221; + this.frob + &#8220;&amp;api_sig=&#8221; + this.sig</p>
<p>		getToken()//flickr.auth.getToken<br />
	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emmett york</title>
		<link>http://javazquez.com/juan/2009/03/30/a-groovy-flickr-api/comment-page-1/#comment-672</link>
		<dc:creator>Emmett york</dc:creator>
		<pubDate>Sat, 18 Dec 2010 04:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://javazquez.com/juan/?p=204#comment-672</guid>
		<description>Quick question. I couldn&#039;t figure out how to authenticate the app? Thanks</description>
		<content:encoded><![CDATA[<p>Quick question. I couldn&#8217;t figure out how to authenticate the app? Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

