<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: ObjectiveFlickr 0.9.5 (Objective-C and Ruby) Released</title>
	<link>http://lukhnos.org/objectiveflickr/blog/archives/10</link>
	<description>Flickr API Library in Two Flavors, Objective-C and Ruby</description>
	<pubDate>Fri, 09 Jan 2009 21:08:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: Queensberry</title>
		<link>http://lukhnos.org/objectiveflickr/blog/archives/10#comment-25572</link>
		<pubDate>Thu, 04 Dec 2008 12:20:00 +0000</pubDate>
		<guid>http://lukhnos.org/objectiveflickr/blog/archives/10#comment-25572</guid>
					<description>good article. thanks you</description>
		<content:encoded><![CDATA[<p>good article. thanks you
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: k pranav</title>
		<link>http://lukhnos.org/objectiveflickr/blog/archives/10#comment-25150</link>
		<pubDate>Mon, 24 Nov 2008 14:02:46 +0000</pubDate>
		<guid>http://lukhnos.org/objectiveflickr/blog/archives/10#comment-25150</guid>
					<description>Hi,
I am new to this environment.
I am trying to use ObjectiveFlickr framework for iPhone OS SDK.
Can anybody will guide me about how to use it for iPhone SDK ??

Thanks in advance !!

K Pranav</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am new to this environment.<br />
I am trying to use ObjectiveFlickr framework for iPhone OS SDK.<br />
Can anybody will guide me about how to use it for iPhone SDK ??</p>
<p>Thanks in advance !!</p>
<p>K Pranav
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Manjit Bedi</title>
		<link>http://lukhnos.org/objectiveflickr/blog/archives/10#comment-24202</link>
		<pubDate>Sun, 21 Sep 2008 16:55:26 +0000</pubDate>
		<guid>http://lukhnos.org/objectiveflickr/blog/archives/10#comment-24202</guid>
					<description>Hi there are tutorials or sample code available? My interest in using the framework to download photos with tags and then get the photos passed into quartz composer along with some attributes based on the tags.

Thanks!

Manjit</description>
		<content:encoded><![CDATA[<p>Hi there are tutorials or sample code available? My interest in using the framework to download photos with tags and then get the photos passed into quartz composer along with some attributes based on the tags.</p>
<p>Thanks!</p>
<p>Manjit
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: H. Strane</title>
		<link>http://lukhnos.org/objectiveflickr/blog/archives/10#comment-11169</link>
		<pubDate>Wed, 13 Feb 2008 03:44:34 +0000</pubDate>
		<guid>http://lukhnos.org/objectiveflickr/blog/archives/10#comment-11169</guid>
					<description>Very cool API, works like a charm, many thanks guys!</description>
		<content:encoded><![CDATA[<p>Very cool API, works like a charm, many thanks guys!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: freeeerf</title>
		<link>http://lukhnos.org/objectiveflickr/blog/archives/10#comment-7785</link>
		<pubDate>Fri, 14 Dec 2007 10:35:16 +0000</pubDate>
		<guid>http://lukhnos.org/objectiveflickr/blog/archives/10#comment-7785</guid>
					<description>Hello!
  I want to know whether I can use this API in linux.
 Thanks!</description>
		<content:encoded><![CDATA[<p>Hello!<br />
  I want to know whether I can use this API in linux.<br />
 Thanks!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Carl</title>
		<link>http://lukhnos.org/objectiveflickr/blog/archives/10#comment-2271</link>
		<pubDate>Mon, 13 Aug 2007 23:35:41 +0000</pubDate>
		<guid>http://lukhnos.org/objectiveflickr/blog/archives/10#comment-2271</guid>
					<description>Hello,
I have added a method_missing method to your ruby library. For example if we have the following:

f = FlickrInvocation.new
res = f.call("flickr.photos.search", {:tags =&#62; "ror"})

could be replaced by
res = f.flickr_photos_search :tags =&#62; "ror"

Just add the following to flickr_invocation.rb:

  def method_missing(m,*a)
    m = m.id2name.gsub!('_','.')
    call(m, Hash[*a])
  end

looks nicer.

./Carl</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I have added a method_missing method to your ruby library. For example if we have the following:</p>
<p>f = FlickrInvocation.new<br />
res = f.call(&#8221;flickr.photos.search&#8221;, {:tags =&gt; &#8220;ror&#8221;})</p>
<p>could be replaced by<br />
res = f.flickr_photos_search :tags =&gt; &#8220;ror&#8221;</p>
<p>Just add the following to flickr_invocation.rb:</p>
<p>  def method_missing(m,*a)<br />
    m = m.id2name.gsub!(&#8217;_',&#8217;.')<br />
    call(m, Hash[*a])<br />
  end</p>
<p>looks nicer.</p>
<p>./Carl
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Black Bird &#124; Blog &#187; Archivio &#187; links for 2007-05-16</title>
		<link>http://lukhnos.org/objectiveflickr/blog/archives/10#comment-730</link>
		<pubDate>Wed, 16 May 2007 07:21:35 +0000</pubDate>
		<guid>http://lukhnos.org/objectiveflickr/blog/archives/10#comment-730</guid>
					<description>[...] ObjectiveFlickr » Blog Archive » ObjectiveFlickr 0.9.5 (Objective-C and Ruby) Released (tags: ruby flickr objective-c blogs programming)      Feed di questo articolo Trackback url [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] ObjectiveFlickr » Blog Archive » ObjectiveFlickr 0.9.5 (Objective-C and Ruby) Released (tags: ruby flickr objective-c blogs programming)      Feed di questo articolo Trackback url [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: lukhnos</title>
		<link>http://lukhnos.org/objectiveflickr/blog/archives/10#comment-133</link>
		<pubDate>Thu, 08 Mar 2007 17:16:51 +0000</pubDate>
		<guid>http://lukhnos.org/objectiveflickr/blog/archives/10#comment-133</guid>
					<description>Hi,

source code of PhotoSearch.app can be checked out along with OF's source at &lt;a href="http://code.google.com/p/objectiveflickr/source" rel="nofollow"&gt;http://code.google.com/p/objectiveflickr/source&lt;/a&gt; .</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>source code of PhotoSearch.app can be checked out along with OF&#8217;s source at <a href="http://code.google.com/p/objectiveflickr/source" rel="nofollow">http://code.google.com/p/objectiveflickr/source</a> .
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: bittercold</title>
		<link>http://lukhnos.org/objectiveflickr/blog/archives/10#comment-132</link>
		<pubDate>Thu, 08 Mar 2007 16:26:26 +0000</pubDate>
		<guid>http://lukhnos.org/objectiveflickr/blog/archives/10#comment-132</guid>
					<description>Hi! I've downloaded this API and I want to know where can I found the PhotoSearch.app source code.</description>
		<content:encoded><![CDATA[<p>Hi! I&#8217;ve downloaded this API and I want to know where can I found the PhotoSearch.app source code.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
