<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TechJug &#187; Uncategorized</title>
	<atom:link href="http://www.techjug.com/index.php/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techjug.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 02 Jan 2010 09:26:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Writing Facebook Application in Dot Net(.net)</title>
		<link>http://www.techjug.com/index.php/2010/01/writing-facebook-application-in-dot-net-net/</link>
		<comments>http://www.techjug.com/index.php/2010/01/writing-facebook-application-in-dot-net-net/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 08:00:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.techjug.com/?p=188</guid>
		<description><![CDATA[Developing facebook application in .net can't be simpler as it is with Facebook SDK provided by Microsoft.
Download SDK
http://facebooktoolkit.codeplex.com/
Extract the dlls and add reference to your asp.net web project.
Edit Web.config and add appSettings section and add following details

Drive main page from CanvasFBMLBasePage and set the base.RequireLogin property to true, to restrict user of the application to login to [...]]]></description>
			<content:encoded><![CDATA[<p>Developing facebook application in .net can't be simpler as it is with Facebook SDK provided by Microsoft.</p>
<p><strong>Download SDK</strong></p>
<p><a href="http://facebooktoolkit.codeplex.com/">http://facebooktoolkit.codeplex.com/</a></p>
<p>Extract the dlls and add reference to your asp.net web project.</p>
<p><strong>Edit Web.config</strong> and add appSettings section and add following details</p>
<p style="text-align: center;"><img class="size-full wp-image-189 aligncenter" title="web" src="http://www.techjug.com/wp-content/uploads/2010/01/web.jpg" alt="web" width="421" height="107" /></p>
<p>Drive main page from <strong>CanvasFBMLBasePage </strong>and set the <strong>base.RequireLogin </strong>property to true, to restrict user of the application to login to facebook before using your application.</p>
<p><img class="alignnone size-full wp-image-190" title="page" src="http://www.techjug.com/wp-content/uploads/2010/01/page.jpg" alt="page" width="542" height="180" /></p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 169px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">CanvasFBMLBasePage</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 169px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">{</div>
<p>Now u can use any API method to do whatever u want <img src='http://www.techjug.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Remember to remove html and body tag from .aspx page</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techjug.com/index.php/2010/01/writing-facebook-application-in-dot-net-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
