<?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: FacebookAgent update: Now upload a photo and then change status in a single call using Facebook connect for iPhone</title>
	<atom:link href="http://amanpages.com/iphone-app-development-core-sdk-cocoa/facebookagent-update-now-upload-a-photo-and-then-change-status-in-a-single-call-using-facebook-connect-for-iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://amanpages.com/iphone-app-development-core-sdk-cocoa/facebookagent-update-now-upload-a-photo-and-then-change-status-in-a-single-call-using-facebook-connect-for-iphone/</link>
	<description>Pages on iPhone application development and opportunities from a developer&#039;s perspective</description>
	<lastBuildDate>Wed, 28 Jul 2010 11:28:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gc</title>
		<link>http://amanpages.com/iphone-app-development-core-sdk-cocoa/facebookagent-update-now-upload-a-photo-and-then-change-status-in-a-single-call-using-facebook-connect-for-iphone/comment-page-2/#comment-198</link>
		<dc:creator>gc</dc:creator>
		<pubDate>Tue, 27 Jul 2010 09:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://amanpages.com/?p=79#comment-198</guid>
		<description>Hi, I am not sure how to use this...&lt;br&gt;&lt;br&gt;1. when should I use &quot;askUplaoadPhotoToAlbumPermission&quot;&lt;br&gt;2. What the &quot;status&quot; parameter should be in uploadPhotoAsData: withStatus method?&lt;br&gt;&lt;br&gt;Thanks,</description>
		<content:encoded><![CDATA[<p>Hi, I am not sure how to use this&#8230;</p>
<p>1. when should I use &#8220;askUplaoadPhotoToAlbumPermission&#8221;<br />2. What the &#8220;status&#8221; parameter should be in uploadPhotoAsData: withStatus method?</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnryan1</title>
		<link>http://amanpages.com/iphone-app-development-core-sdk-cocoa/facebookagent-update-now-upload-a-photo-and-then-change-status-in-a-single-call-using-facebook-connect-for-iphone/comment-page-2/#comment-197</link>
		<dc:creator>Johnryan1</dc:creator>
		<pubDate>Thu, 22 Jul 2010 22:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://amanpages.com/?p=79#comment-197</guid>
		<description>I was wondering if you could also provide me with some information on the FQL commands? I am hoping that it will stop my program from crashing with the uploadphotoasdata. Thanks a lot.</description>
		<content:encoded><![CDATA[<p>I was wondering if you could also provide me with some information on the FQL commands? I am hoping that it will stop my program from crashing with the uploadphotoasdata. Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Unleech</title>
		<link>http://amanpages.com/iphone-app-development-core-sdk-cocoa/facebookagent-update-now-upload-a-photo-and-then-change-status-in-a-single-call-using-facebook-connect-for-iphone/comment-page-2/#comment-188</link>
		<dc:creator>Unleech</dc:creator>
		<pubDate>Mon, 05 Jul 2010 12:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://amanpages.com/?p=79#comment-188</guid>
		<description>hm, ok... i fixed it temporarily by setting the fbsessionresume to NO :)</description>
		<content:encoded><![CDATA[<p>hm, ok&#8230; i fixed it temporarily by setting the fbsessionresume to NO <img src='http://amanpages.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Unleech</title>
		<link>http://amanpages.com/iphone-app-development-core-sdk-cocoa/facebookagent-update-now-upload-a-photo-and-then-change-status-in-a-single-call-using-facebook-connect-for-iphone/comment-page-2/#comment-187</link>
		<dc:creator>Unleech</dc:creator>
		<pubDate>Mon, 05 Jul 2010 12:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://amanpages.com/?p=79#comment-187</guid>
		<description>help asap please i already changed everything to nsmutabledictionary, but it still has an error T_T it says&lt;br&gt; *** Terminating app due to uncaught exception &#039;NSInvalidArgumentException&#039;, reason: &#039;*** -[NSCFDictionary setObject:forKey:]: attempt to insert nil value (key: session_key)&#039;&lt;br&gt;&lt;br&gt;where is that nscfdictionary??? huhu that happens when i logout then relogin and repost a feed and upload an image, then it crashes. its ok if im already logged in, i can repost and upload as much as i want. but i relog, it crashes. help please T_T thanks!</description>
		<content:encoded><![CDATA[<p>help asap please i already changed everything to nsmutabledictionary, but it still has an error T_T it says<br /> *** Terminating app due to uncaught exception &#39;NSInvalidArgumentException&#39;, reason: &#39;*** -[NSCFDictionary setObject:forKey:]: attempt to insert nil value (key: session_key)&#39;</p>
<p>where is that nscfdictionary??? huhu that happens when i logout then relogin and repost a feed and upload an image, then it crashes. its ok if im already logged in, i can repost and upload as much as i want. but i relog, it crashes. help please T_T thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Unleech</title>
		<link>http://amanpages.com/iphone-app-development-core-sdk-cocoa/facebookagent-update-now-upload-a-photo-and-then-change-status-in-a-single-call-using-facebook-connect-for-iphone/comment-page-2/#comment-183</link>
		<dc:creator>Unleech</dc:creator>
		<pubDate>Sat, 03 Jul 2010 13:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://amanpages.com/?p=79#comment-183</guid>
		<description>help, another problem. the dialog keeps on appearing, after i log in. &lt;br&gt;and the other problem is *** Terminating app due to uncaught exception &#039;NSInvalidArgumentException&#039;, reason: &#039;*** -[NSCFDictionary setObject:forKey:]: attempt to insert nil value (key: session_key)&#039;&lt;br&gt;&lt;br&gt;i wonder why the feed dialog keeps on appearing again and again... help thanks!</description>
		<content:encoded><![CDATA[<p>help, another problem. the dialog keeps on appearing, after i log in. <br />and the other problem is *** Terminating app due to uncaught exception &#39;NSInvalidArgumentException&#39;, reason: &#39;*** -[NSCFDictionary setObject:forKey:]: attempt to insert nil value (key: session_key)&#39;</p>
<p>i wonder why the feed dialog keeps on appearing again and again&#8230; help thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Unleech</title>
		<link>http://amanpages.com/iphone-app-development-core-sdk-cocoa/facebookagent-update-now-upload-a-photo-and-then-change-status-in-a-single-call-using-facebook-connect-for-iphone/comment-page-2/#comment-186</link>
		<dc:creator>Unleech</dc:creator>
		<pubDate>Sat, 03 Jul 2010 12:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://amanpages.com/?p=79#comment-186</guid>
		<description>mine crashes at line 215&lt;br&gt;[[FBRequest requestWithDelegate:self] call:@&quot;facebook.photos.upload&quot; params:params dataParam:uploadImageData];&lt;br&gt;with this error&lt;br&gt;*** Terminating app due to uncaught exception &#039;NSInvalidArgumentException&#039;, reason: &#039;*** -[NSCFDictionary setObject:forKey:]: attempt to insert nil value (key: session_key)&#039;</description>
		<content:encoded><![CDATA[<p>mine crashes at line 215<br />[[FBRequest requestWithDelegate:self] call:@&#8221;facebook.photos.upload&#8221; params:params dataParam:uploadImageData];<br />with this error<br />*** Terminating app due to uncaught exception &#39;NSInvalidArgumentException&#39;, reason: &#39;*** -[NSCFDictionary setObject:forKey:]: attempt to insert nil value (key: session_key)&#39;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Unleech</title>
		<link>http://amanpages.com/iphone-app-development-core-sdk-cocoa/facebookagent-update-now-upload-a-photo-and-then-change-status-in-a-single-call-using-facebook-connect-for-iphone/comment-page-2/#comment-185</link>
		<dc:creator>Unleech</dc:creator>
		<pubDate>Sat, 03 Jul 2010 12:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://amanpages.com/?p=79#comment-185</guid>
		<description>im still having a bad access error T_T</description>
		<content:encoded><![CDATA[<p>im still having a bad access error T_T</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Unleech</title>
		<link>http://amanpages.com/iphone-app-development-core-sdk-cocoa/facebookagent-update-now-upload-a-photo-and-then-change-status-in-a-single-call-using-facebook-connect-for-iphone/comment-page-2/#comment-184</link>
		<dc:creator>Unleech</dc:creator>
		<pubDate>Sat, 03 Jul 2010 12:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://amanpages.com/?p=79#comment-184</guid>
		<description>i have the same problem with uploading photo with data. tried changing nsdictionary to nsmutabledictionary, still doesnt work. tried also the initwithsession. but it still crashes.&lt;br&gt;here is my error:&lt;br&gt;*** Terminating app due to uncaught exception &#039;NSInvalidArgumentException&#039;, reason: &#039;*** -[NSCFDictionary setObject:forKey:]: attempt to insert nil value (key: session_key)&#039;&lt;br&gt;&lt;br&gt;any ideas what im doing wrong? thanks! hope you could get back to us asap. :)</description>
		<content:encoded><![CDATA[<p>i have the same problem with uploading photo with data. tried changing nsdictionary to nsmutabledictionary, still doesnt work. tried also the initwithsession. but it still crashes.<br />here is my error:<br />*** Terminating app due to uncaught exception &#39;NSInvalidArgumentException&#39;, reason: &#39;*** -[NSCFDictionary setObject:forKey:]: attempt to insert nil value (key: session_key)&#39;</p>
<p>any ideas what im doing wrong? thanks! hope you could get back to us asap. <img src='http://amanpages.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnryan1</title>
		<link>http://amanpages.com/iphone-app-development-core-sdk-cocoa/facebookagent-update-now-upload-a-photo-and-then-change-status-in-a-single-call-using-facebook-connect-for-iphone/comment-page-2/#comment-181</link>
		<dc:creator>Johnryan1</dc:creator>
		<pubDate>Fri, 02 Jul 2010 01:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://amanpages.com/?p=79#comment-181</guid>
		<description>I just realized is it possible that these functions don&#039;t work exactly right with ios4?</description>
		<content:encoded><![CDATA[<p>I just realized is it possible that these functions don&#39;t work exactly right with ios4?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnryan1</title>
		<link>http://amanpages.com/iphone-app-development-core-sdk-cocoa/facebookagent-update-now-upload-a-photo-and-then-change-status-in-a-single-call-using-facebook-connect-for-iphone/comment-page-2/#comment-180</link>
		<dc:creator>Johnryan1</dc:creator>
		<pubDate>Tue, 29 Jun 2010 06:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://amanpages.com/?p=79#comment-180</guid>
		<description>Hi, I am on the verge of getting this working. I have 2 issues with the upoadphotowith data withstatus function. First, and most importantly, once i have uploaded the photo, the app quits. Is there a way to avoid this? &lt;br&gt;&lt;br&gt;Second, when I Use an NSString for the status and album they don&#039;t seem to work. Any suggestions? Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Hi, I am on the verge of getting this working. I have 2 issues with the upoadphotowith data withstatus function. First, and most importantly, once i have uploaded the photo, the app quits. Is there a way to avoid this? </p>
<p>Second, when I Use an NSString for the status and album they don&#39;t seem to work. Any suggestions? Thanks a lot.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
