<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: oAuth authorization callback on the iPhone with WebView</title>
	<atom:link href="http://davidquail.com/2009/12/07/oauth-authorization-callback-on-the-iphone-with-webview/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidquail.com/2009/12/07/oauth-authorization-callback-on-the-iphone-with-webview/</link>
	<description>Random thoughts and rants</description>
	<lastBuildDate>Thu, 11 Apr 2013 03:25:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://davidquail.com/2009/12/07/oauth-authorization-callback-on-the-iphone-with-webview/#comment-118</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Sun, 24 Jul 2011 15:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://davidquail.com/?p=108#comment-118</guid>
		<description><![CDATA[How on earth do you get the oAuthConsumer library from the linked site???]]></description>
		<content:encoded><![CDATA[<p>How on earth do you get the oAuthConsumer library from the linked site???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Casey</title>
		<link>http://davidquail.com/2009/12/07/oauth-authorization-callback-on-the-iphone-with-webview/#comment-70</link>
		<dc:creator><![CDATA[Casey]]></dc:creator>
		<pubDate>Wed, 25 Aug 2010 18:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://davidquail.com/?p=108#comment-70</guid>
		<description><![CDATA[Also, what how did you initialize/setup self.consumer?]]></description>
		<content:encoded><![CDATA[<p>Also, what how did you initialize/setup self.consumer?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Casey</title>
		<link>http://davidquail.com/2009/12/07/oauth-authorization-callback-on-the-iphone-with-webview/#comment-69</link>
		<dc:creator><![CDATA[Casey]]></dc:creator>
		<pubDate>Wed, 25 Aug 2010 18:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://davidquail.com/?p=108#comment-69</guid>
		<description><![CDATA[I have a few questions about the code:
~What does kLinkedInCallbackUrl equal
~What happens in @selector(setRequestToken:withData:)
~How do I create the custom URI that responds to [url.scheme isEqualToString:@&quot;liconnect&quot;]]]></description>
		<content:encoded><![CDATA[<p>I have a few questions about the code:<br />
~What does kLinkedInCallbackUrl equal<br />
~What happens in @selector(setRequestToken:withData:)<br />
~How do I create the custom URI that responds to [url.scheme isEqualToString:@"liconnect"]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joshpaul</title>
		<link>http://davidquail.com/2009/12/07/oauth-authorization-callback-on-the-iphone-with-webview/#comment-53</link>
		<dc:creator><![CDATA[joshpaul]]></dc:creator>
		<pubDate>Sun, 07 Feb 2010 18:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://davidquail.com/?p=108#comment-53</guid>
		<description><![CDATA[Thanks for the post. It definitely helped clear up some of the verifier issues I was having with other OAuth enabled sites.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the post. It definitely helped clear up some of the verifier issues I was having with other OAuth enabled sites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dquail</title>
		<link>http://davidquail.com/2009/12/07/oauth-authorization-callback-on-the-iphone-with-webview/#comment-51</link>
		<dc:creator><![CDATA[dquail]]></dc:creator>
		<pubDate>Fri, 29 Jan 2010 05:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://davidquail.com/?p=108#comment-51</guid>
		<description><![CDATA[Hey Dan,
I&#039;m setting the callback in the header of the request token call.
Not yet shipping an app using the UIWebView embedded.  TOS are a bit sketchy on an official policy.  Seems as though as long as you&#039;re displaying the url in the webview you should be ok.]]></description>
		<content:encoded><![CDATA[<p>Hey Dan,<br />
I&#8217;m setting the callback in the header of the request token call.<br />
Not yet shipping an app using the UIWebView embedded.  TOS are a bit sketchy on an official policy.  Seems as though as long as you&#8217;re displaying the url in the webview you should be ok.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://davidquail.com/2009/12/07/oauth-authorization-callback-on-the-iphone-with-webview/#comment-50</link>
		<dc:creator><![CDATA[dan]]></dc:creator>
		<pubDate>Wed, 27 Jan 2010 01:07:07 +0000</pubDate>
		<guid isPermaLink="false">http://davidquail.com/?p=108#comment-50</guid>
		<description><![CDATA[Just checking - you&#039;re setting the callback as a parameter? Doesn&#039;t the LinkedIn API note that these fields need to be in the header?]]></description>
		<content:encoded><![CDATA[<p>Just checking &#8211; you&#8217;re setting the callback as a parameter? Doesn&#8217;t the LinkedIn API note that these fields need to be in the header?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://davidquail.com/2009/12/07/oauth-authorization-callback-on-the-iphone-with-webview/#comment-48</link>
		<dc:creator><![CDATA[dan]]></dc:creator>
		<pubDate>Fri, 22 Jan 2010 19:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://davidquail.com/?p=108#comment-48</guid>
		<description><![CDATA[So - Are you shipping an app that uses UIWebView and LinkedIn? That sounds inconsistent with their procedures...]]></description>
		<content:encoded><![CDATA[<p>So &#8211; Are you shipping an app that uses UIWebView and LinkedIn? That sounds inconsistent with their procedures&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://davidquail.com/2009/12/07/oauth-authorization-callback-on-the-iphone-with-webview/#comment-47</link>
		<dc:creator><![CDATA[paul]]></dc:creator>
		<pubDate>Tue, 12 Jan 2010 15:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://davidquail.com/?p=108#comment-47</guid>
		<description><![CDATA[Ya, 

I managed to figure it out last night, the one thing I had to do was strip out the keychain extensions since I couldn&#039;t get them to build on the iphone.

I had an error in the request code that was causing that behavior.

Thanks again for the insight from your work on this!]]></description>
		<content:encoded><![CDATA[<p>Ya, </p>
<p>I managed to figure it out last night, the one thing I had to do was strip out the keychain extensions since I couldn&#8217;t get them to build on the iphone.</p>
<p>I had an error in the request code that was causing that behavior.</p>
<p>Thanks again for the insight from your work on this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dquail</title>
		<link>http://davidquail.com/2009/12/07/oauth-authorization-callback-on-the-iphone-with-webview/#comment-46</link>
		<dc:creator><![CDATA[dquail]]></dc:creator>
		<pubDate>Tue, 12 Jan 2010 04:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://davidquail.com/?p=108#comment-46</guid>
		<description><![CDATA[Hey Paul,
Ya, I too had problems using the library with XCODE, so I imported the code.  I didn&#039;t have to make any changes to get it to work that I remember.  Did you get it from: http://oauth.googlecode.com/svn/code/obj-c/ repository?]]></description>
		<content:encoded><![CDATA[<p>Hey Paul,<br />
Ya, I too had problems using the library with XCODE, so I imported the code.  I didn&#8217;t have to make any changes to get it to work that I remember.  Did you get it from: <a href="http://oauth.googlecode.com/svn/code/obj-c/" rel="nofollow">http://oauth.googlecode.com/svn/code/obj-c/</a> repository?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://davidquail.com/2009/12/07/oauth-authorization-callback-on-the-iphone-with-webview/#comment-45</link>
		<dc:creator><![CDATA[paul]]></dc:creator>
		<pubDate>Tue, 12 Jan 2010 04:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://davidquail.com/?p=108#comment-45</guid>
		<description><![CDATA[Hi David,

Did you encounter any issues that were iphone specific in getting the oauth_consumer library setup.  I had to pull out the source and compile it into my project.

I am finding that the request_token doesn&#039;t fail on the iphone but I don&#039;t get a token back.

The same code run in a mac application returns the request token as expected, not sure if you saw anything like this.

Thanks for the example code!]]></description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>Did you encounter any issues that were iphone specific in getting the oauth_consumer library setup.  I had to pull out the source and compile it into my project.</p>
<p>I am finding that the request_token doesn&#8217;t fail on the iphone but I don&#8217;t get a token back.</p>
<p>The same code run in a mac application returns the request token as expected, not sure if you saw anything like this.</p>
<p>Thanks for the example code!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
