<?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 for Pattern Web Solutions</title>
	<atom:link href="http://www.patternwebsolutions.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.patternwebsolutions.com</link>
	<description>Continuing Adventures of A Curious Code Monkey</description>
	<lastBuildDate>Sat, 14 Jul 2012 11:00:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Keep Your Fan Page Posts in the Facebook News Feed With 3 Simple Steps by Facebook Have Made A Major Public Mistake (And How You Can Protect Yourself From The Fallout) &#124; Pattern Web Solutions</title>
		<link>http://www.patternwebsolutions.com/2012/07/14/keep-your-fan-page-posts-in-the-facebook-news-feed-with-3-simple-steps/#comment-607</link>
		<dc:creator>Facebook Have Made A Major Public Mistake (And How You Can Protect Yourself From The Fallout) &#124; Pattern Web Solutions</dc:creator>
		<pubDate>Sat, 14 Jul 2012 11:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.patternwebsolutions.com/?p=400#comment-607</guid>
		<description><![CDATA[[...] are inaccuracies in this article for people dealing with low reach. Visit Keep Your Fan Page Posts in the Facebook News Feed With 3 Simple Steps for actions you can [...]]]></description>
		<content:encoded><![CDATA[<p>[...] are inaccuracies in this article for people dealing with low reach. Visit Keep Your Fan Page Posts in the Facebook News Feed With 3 Simple Steps for actions you can [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook Have Made A Major Public Mistake (And How You Can Protect Yourself From The Fallout) by Keep Your Fan Page Posts in the Facebook News Feed With 3 Simple Steps &#124; Pattern Web Solutions</title>
		<link>http://www.patternwebsolutions.com/2012/06/12/facebook-have-made-a-major-public-mistake-and-how-you-can-protect-yourself-from-the-fallout/#comment-606</link>
		<dc:creator>Keep Your Fan Page Posts in the Facebook News Feed With 3 Simple Steps &#124; Pattern Web Solutions</dc:creator>
		<pubDate>Sat, 14 Jul 2012 10:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.patternwebsolutions.com/?p=303#comment-606</guid>
		<description><![CDATA[[...] a month ago, I wrote about how Fcebook Have Made A Major Public Mistake and How You Can Protect Yourself From The Fallout. That article is probably wrong &#8211; and won&#8217;t help you get your message out to Facebook [...]]]></description>
		<content:encoded><![CDATA[<p>[...] a month ago, I wrote about how Fcebook Have Made A Major Public Mistake and How You Can Protect Yourself From The Fallout. That article is probably wrong &#8211; and won&#8217;t help you get your message out to Facebook [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Connect Website using FacebookSDK and ASP.NET MVC 3 by Simon Gill</title>
		<link>http://www.patternwebsolutions.com/2011/03/07/facebooksdk-connect-mvc3/#comment-530</link>
		<dc:creator>Simon Gill</dc:creator>
		<pubDate>Fri, 21 Oct 2011 19:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.patternwebsolutions.com/?p=73#comment-530</guid>
		<description><![CDATA[I&#039;m sorry for the delay in responding to you. From the sounds of it the request you are making doesn&#039;t have permission to view &#039;/me/albums&#039;.

What have you managed to figure out on your own?]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry for the delay in responding to you. From the sounds of it the request you are making doesn&#8217;t have permission to view &#8216;/me/albums&#8217;.</p>
<p>What have you managed to figure out on your own?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Connect Website using FacebookSDK and ASP.NET MVC 3 by Stephen</title>
		<link>http://www.patternwebsolutions.com/2011/03/07/facebooksdk-connect-mvc3/#comment-529</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Wed, 05 Oct 2011 19:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.patternwebsolutions.com/?p=73#comment-529</guid>
		<description><![CDATA[Nice tutorial although I&#039;m trying to access &#039;/me/albums&#039; but I get an empty array []. I have NO idea what&#039;s going on here, I&#039;m doing  as my login button but it still won&#039;t work. Do you have any ideas?]]></description>
		<content:encoded><![CDATA[<p>Nice tutorial although I&#8217;m trying to access &#8216;/me/albums&#8217; but I get an empty array []. I have NO idea what&#8217;s going on here, I&#8217;m doing  as my login button but it still won&#8217;t work. Do you have any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Connect Website using FacebookSDK and ASP.NET MVC 3 by Sam</title>
		<link>http://www.patternwebsolutions.com/2011/03/07/facebooksdk-connect-mvc3/#comment-504</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Mon, 11 Jul 2011 13:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.patternwebsolutions.com/?p=73#comment-504</guid>
		<description><![CDATA[I&#039;ve managed to get an implementation of Facebook Graph API working with .NET and MVC.

What i&#039;ve done is created a Facebook application as usual, then in my website added a link to... 

https://www.facebook.com/dialog/oauth?client_id{YOUR_APP_ID}&amp;redirect_uri={A_REDIRECT_URL}&amp;Facebook/AuthResult&amp;scope=manage_pages,offline_access,publish_stream,read_stream

Once they&#039;ve authorised / not authorised your website you&#039;ll get a HTTP get request to the url you provided in the redirect_uri.

If they allowed it  you&#039;ll get an Authorisation code, otherwise you&#039;ll get an error_reason set... (below is my code that parses it...)


string code = Request.QueryString[&quot;code&quot;];

string url = &quot;https://graph.facebook.com/oauth/access_token?client_id={YOUR_APP_ID}&amp;redirect_uri={REDIRECT_URL*}&amp;client_secret={YOUR_APP_SECRET}&amp;code={THE_CODE_YOU_JUST_GOT}&quot;;

This will then give you an access token which you can use for future requests.

Enjoy! 

Sam]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve managed to get an implementation of Facebook Graph API working with .NET and MVC.</p>
<p>What i&#8217;ve done is created a Facebook application as usual, then in my website added a link to&#8230; </p>
<p><a href="https://www.facebook.com/dialog/oauth?client_id" rel="nofollow">https://www.facebook.com/dialog/oauth?client_id</a>{YOUR_APP_ID}&amp;redirect_uri={A_REDIRECT_URL}&amp;Facebook/AuthResult&amp;scope=manage_pages,offline_access,publish_stream,read_stream</p>
<p>Once they&#8217;ve authorised / not authorised your website you&#8217;ll get a HTTP get request to the url you provided in the redirect_uri.</p>
<p>If they allowed it  you&#8217;ll get an Authorisation code, otherwise you&#8217;ll get an error_reason set&#8230; (below is my code that parses it&#8230;)</p>
<p>string code = Request.QueryString["code"];</p>
<p>string url = &#8220;https://graph.facebook.com/oauth/access_token?client_id={YOUR_APP_ID}&amp;redirect_uri={REDIRECT_URL*}&amp;client_secret={YOUR_APP_SECRET}&amp;code={THE_CODE_YOU_JUST_GOT}&#8221;;</p>
<p>This will then give you an access token which you can use for future requests.</p>
<p>Enjoy! </p>
<p>Sam</p>
]]></content:encoded>
	</item>
</channel>
</rss>
