<?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: iPhone JSON Flickr Tutorial – Part 2</title>
	<atom:link href="http://iPhoneDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-2.html/feed" rel="self" type="application/rss+xml" />
	<link>http://iPhoneDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-2.html</link>
	<description>iOS Developer Tips, Tricks and Tutorials.</description>
	<lastBuildDate>Wed, 08 Feb 2012 06:31:16 -0600</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: riaz</title>
		<link>http://iPhoneDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-2.html#comment-62945</link>
		<dc:creator>riaz</dc:creator>
		<pubDate>Fri, 18 Nov 2011 06:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=3746#comment-62945</guid>
		<description>awsome tutorial !!thnxxx</description>
		<content:encoded><![CDATA[<p>awsome tutorial !!thnxxx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://iPhoneDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-2.html#comment-56484</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 23 Jul 2011 12:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=3746#comment-56484</guid>
		<description>hi, somehow I&#039;m getting this error when trying to NSLog the titles:

2011-07-23 14:23:26.834 letsTestFlickrAPI[4318:b303] -JSONValue failed. Error trace is: (
    &quot;Error Domain=org.brautaset.JSON.ErrorDomain Code=8 \&quot;Illegal escape sequence &#039;0x0&#039;\&quot; UserInfo=0x4e62230 {NSLocalizedDescription=Illegal escape sequence &#039;0x0&#039;}&quot;,
    &quot;Error Domain=org.brautaset.JSON.ErrorDomain Code=3 \&quot;Object value expected for key: title\&quot; UserInfo=0x4e62330 {NSUnderlyingError=0x4e62290 \&quot;Illegal escape sequence &#039;0x0&#039;\&quot;, NSLocalizedDescription=Object value expected for key: title}&quot;,
    &quot;Error Domain=org.brautaset.JSON.ErrorDomain Code=3 \&quot;Expected value while parsing array\&quot; UserInfo=0x4e62380 {NSUnderlyingError=0x4e62310 \&quot;Object value expected for key: title\&quot;, NSLocalizedDescription=Expected value while parsing array}&quot;,
    &quot;Error Domain=org.brautaset.JSON.ErrorDomain Code=3 \&quot;Object value expected for key: photo\&quot; UserInfo=0x4e62440 {NSUnderlyingError=0x4e62400 \&quot;Expected value while parsing array\&quot;, NSLocalizedDescription=Object value expected for key: photo}&quot;,
    &quot;Error Domain=org.brautaset.JSON.ErrorDomain Code=3 \&quot;Object value expected for key: photos\&quot; UserInfo=0x4e624f0 {NSUnderlyingError=0x4e62420 \&quot;Object value expected for key: photo\&quot;, NSLocalizedDescription=Object value expected for key: photos}&quot;
)
2011-07-23 14:23:26.836 letsTestFlickrAPI[4318:b303] -JSONValue failed. Error trace is: (
    &quot;Error Domain=org.brautaset.JSON.ErrorDomain Code=10 \&quot;Garbage after JSON\&quot; UserInfo=0x4b48870 {NSLocalizedDescription=Garbage after JSON}&quot;
)
2011-07-23 14:23:27.009 letsTestFlickrAPI[4318:b303] -JSONValue failed. Error trace is: (
    &quot;Error Domain=org.brautaset.JSON.ErrorDomain Code=3 \&quot;Unrecognised leading character\&quot; UserInfo=0x4e5bdb0 {NSLocalizedDescription=Unrecognised leading character}&quot;
)
2011-07-23 14:23:27.013 letsTestFlickrAPI[4318:b303] -JSONValue failed. Error trace is: (
    &quot;Error Domain=org.brautaset.JSON.ErrorDomain Code=10 \&quot;Garbage after JSON\&quot; UserInfo=0x4e5a6e0 {NSLocalizedDescription=Garbage after JSON}&quot;
)


any idea why? I exactly followed your steps!</description>
		<content:encoded><![CDATA[<p>hi, somehow I&#8217;m getting this error when trying to NSLog the titles:</p>
<p>2011-07-23 14:23:26.834 letsTestFlickrAPI[4318:b303] -JSONValue failed. Error trace is: (<br />
    &#8220;Error Domain=org.brautaset.JSON.ErrorDomain Code=8 \&#8221;Illegal escape sequence &#8217;0&#215;0&#8242;\&#8221; UserInfo=0x4e62230 {NSLocalizedDescription=Illegal escape sequence &#8217;0&#215;0&#8242;}&#8221;,<br />
    &#8220;Error Domain=org.brautaset.JSON.ErrorDomain Code=3 \&#8221;Object value expected for key: title\&#8221; UserInfo=0x4e62330 {NSUnderlyingError=0x4e62290 \&#8221;Illegal escape sequence &#8217;0&#215;0&#8242;\&#8221;, NSLocalizedDescription=Object value expected for key: title}&#8221;,<br />
    &#8220;Error Domain=org.brautaset.JSON.ErrorDomain Code=3 \&#8221;Expected value while parsing array\&#8221; UserInfo=0x4e62380 {NSUnderlyingError=0x4e62310 \&#8221;Object value expected for key: title\&#8221;, NSLocalizedDescription=Expected value while parsing array}&#8221;,<br />
    &#8220;Error Domain=org.brautaset.JSON.ErrorDomain Code=3 \&#8221;Object value expected for key: photo\&#8221; UserInfo=0x4e62440 {NSUnderlyingError=0x4e62400 \&#8221;Expected value while parsing array\&#8221;, NSLocalizedDescription=Object value expected for key: photo}&#8221;,<br />
    &#8220;Error Domain=org.brautaset.JSON.ErrorDomain Code=3 \&#8221;Object value expected for key: photos\&#8221; UserInfo=0x4e624f0 {NSUnderlyingError=0x4e62420 \&#8221;Object value expected for key: photo\&#8221;, NSLocalizedDescription=Object value expected for key: photos}&#8221;<br />
)<br />
2011-07-23 14:23:26.836 letsTestFlickrAPI[4318:b303] -JSONValue failed. Error trace is: (<br />
    &#8220;Error Domain=org.brautaset.JSON.ErrorDomain Code=10 \&#8221;Garbage after JSON\&#8221; UserInfo=0x4b48870 {NSLocalizedDescription=Garbage after JSON}&#8221;<br />
)<br />
2011-07-23 14:23:27.009 letsTestFlickrAPI[4318:b303] -JSONValue failed. Error trace is: (<br />
    &#8220;Error Domain=org.brautaset.JSON.ErrorDomain Code=3 \&#8221;Unrecognised leading character\&#8221; UserInfo=0x4e5bdb0 {NSLocalizedDescription=Unrecognised leading character}&#8221;<br />
)<br />
2011-07-23 14:23:27.013 letsTestFlickrAPI[4318:b303] -JSONValue failed. Error trace is: (<br />
    &#8220;Error Domain=org.brautaset.JSON.ErrorDomain Code=10 \&#8221;Garbage after JSON\&#8221; UserInfo=0x4e5a6e0 {NSLocalizedDescription=Garbage after JSON}&#8221;<br />
)</p>
<p>any idea why? I exactly followed your steps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gina</title>
		<link>http://iPhoneDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-2.html#comment-50594</link>
		<dc:creator>Gina</dc:creator>
		<pubDate>Wed, 25 May 2011 21:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=3746#comment-50594</guid>
		<description>Thank you John for your quick response. I looked into Flickr API docs and yes, you could update your query to include your user_id and this will download your own photos as specified. Flickr will provide the method for you. It&#039;s hard-coded and I haven&#039;t played with it too much but it seems pretty easy to use.
thanks again.</description>
		<content:encoded><![CDATA[<p>Thank you John for your quick response. I looked into Flickr API docs and yes, you could update your query to include your user_id and this will download your own photos as specified. Flickr will provide the method for you. It&#8217;s hard-coded and I haven&#8217;t played with it too much but it seems pretty easy to use.<br />
thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Muchow</title>
		<link>http://iPhoneDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-2.html#comment-50581</link>
		<dc:creator>John Muchow</dc:creator>
		<pubDate>Wed, 25 May 2011 19:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=3746#comment-50581</guid>
		<description>Hi Gina, if I recall correctly, the demo app I wrote does a simple search of flickr photos, not specifically photos for your flickr account. I imagine there is a flickr API to do this, so the code for searching would need to be updated to query your account. Hope that helps.</description>
		<content:encoded><![CDATA[<p>Hi Gina, if I recall correctly, the demo app I wrote does a simple search of flickr photos, not specifically photos for your flickr account. I imagine there is a flickr API to do this, so the code for searching would need to be updated to query your account. Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gina</title>
		<link>http://iPhoneDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-2.html#comment-50579</link>
		<dc:creator>Gina</dc:creator>
		<pubDate>Wed, 25 May 2011 19:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=3746#comment-50579</guid>
		<description>Hi John,

This is a great tutorial. I needed to learn JSON and this really put everything together for me. Everything seems to be working and I have a good understanding of how to use it. Thank you so much. 

I am having one slight problem with accessing flickr tho. I&#039;m using my api key but am not getting my images from my flickr account. I&#039;m getting someone else&#039;s (which is kinda funny). Any ideas?
Thanks again and I hope you&#039;re still responding to comments.
I&#039;m off to conquer part 3.</description>
		<content:encoded><![CDATA[<p>Hi John,</p>
<p>This is a great tutorial. I needed to learn JSON and this really put everything together for me. Everything seems to be working and I have a good understanding of how to use it. Thank you so much. </p>
<p>I am having one slight problem with accessing flickr tho. I&#8217;m using my api key but am not getting my images from my flickr account. I&#8217;m getting someone else&#8217;s (which is kinda funny). Any ideas?<br />
Thanks again and I hope you&#8217;re still responding to comments.<br />
I&#8217;m off to conquer part 3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Les Morton</title>
		<link>http://iPhoneDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-2.html#comment-44400</link>
		<dc:creator>Les Morton</dc:creator>
		<pubDate>Mon, 21 Mar 2011 13:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=3746#comment-44400</guid>
		<description>Hi John,

I&#039;ve learnt quite a lot from your tutorial, thank you. One thing that confused me at first was at the very beginning of the tutorial where you add a tableview to JSONFlickrViewController.m I think you mean JSONFLickrViewController.h

Thanks for the great tutorial,

Les.</description>
		<content:encoded><![CDATA[<p>Hi John,</p>
<p>I&#8217;ve learnt quite a lot from your tutorial, thank you. One thing that confused me at first was at the very beginning of the tutorial where you add a tableview to JSONFlickrViewController.m I think you mean JSONFLickrViewController.h</p>
<p>Thanks for the great tutorial,</p>
<p>Les.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Muchow</title>
		<link>http://iPhoneDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-2.html#comment-9494</link>
		<dc:creator>John Muchow</dc:creator>
		<pubDate>Wed, 10 Feb 2010 16:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=3746#comment-9494</guid>
		<description>Hi Roy,

You will need to store the data in some type of internal data structure, appending the content each time more data arrives. For example, you could keep an array of objects, an add a new entry each time more data arrives.

John</description>
		<content:encoded><![CDATA[<p>Hi Roy,</p>
<p>You will need to store the data in some type of internal data structure, appending the content each time more data arrives. For example, you could keep an array of objects, an add a new entry each time more data arrives.</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RoyZ</title>
		<link>http://iPhoneDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-2.html#comment-9493</link>
		<dc:creator>RoyZ</dc:creator>
		<pubDate>Wed, 10 Feb 2010 16:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=3746#comment-9493</guid>
		<description>Hi John,
This is indeed a great post, very helpful.
I do have a question regarding the method connection:didRecieve...
As you wrote, this function can be called multiple times (it will grab chuncks of data each time), so, how can i work with the data if it is not completed?
for example, the first chunk will have the data abot 15.5 photos (and not 16...), the next chunk will have the rest of the 16th photo, and it won&#039;t have all the beginning of the JSON string...
Any suggestions on how to keep working with partial data in the meantime?

Thanks,
Roy.</description>
		<content:encoded><![CDATA[<p>Hi John,<br />
This is indeed a great post, very helpful.<br />
I do have a question regarding the method connection:didRecieve&#8230;<br />
As you wrote, this function can be called multiple times (it will grab chuncks of data each time), so, how can i work with the data if it is not completed?<br />
for example, the first chunk will have the data abot 15.5 photos (and not 16&#8230;), the next chunk will have the rest of the 16th photo, and it won&#8217;t have all the beginning of the JSON string&#8230;<br />
Any suggestions on how to keep working with partial data in the meantime?</p>
<p>Thanks,<br />
Roy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Koppenhoefer (@DrKdev)</title>
		<link>http://iPhoneDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-2.html#comment-8547</link>
		<dc:creator>Shawn Koppenhoefer (@DrKdev)</dc:creator>
		<pubDate>Sat, 09 Jan 2010 13:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=3746#comment-8547</guid>
		<description>John,.. you are a dev god! Thank-you for this well-structured and generous tutorial. My next is to present those thumbnails in a app-&#039;photo&#039;--like grid structure, and replace the slide-in with a new view etc. etc. But your tut has the merit of being sober and to the point ! (and with a bit of humour!) :-)</description>
		<content:encoded><![CDATA[<p>John,.. you are a dev god! Thank-you for this well-structured and generous tutorial. My next is to present those thumbnails in a app-&#8217;photo&#8217;&#8211;like grid structure, and replace the slide-in with a new view etc. etc. But your tut has the merit of being sober and to the point ! (and with a bit of humour!) :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DenVog</title>
		<link>http://iPhoneDeveloperTips.com/networking/iphone-json-flickr-tutorial-part-2.html#comment-6598</link>
		<dc:creator>DenVog</dc:creator>
		<pubDate>Fri, 13 Nov 2009 20:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=3746#comment-6598</guid>
		<description>Thanks John. I will have to see if I can integrate this getInfo API, with the way I am currently pulling the images.</description>
		<content:encoded><![CDATA[<p>Thanks John. I will have to see if I can integrate this getInfo API, with the way I am currently pulling the images.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

