Table of Contents [Hide/Show]
OverviewRequirementsCreate a new Application on FacebookCreating your IFRAME ASP.NET ApplicationAdding your application to your Facebook accountSee Also
Monthly Active Users
457
Application Fans
137
Total Users
3,953
Currently rated 3 by 8327 people
Facebook application screenshot
To ease Facebook development I've created a C# VS.NET 2008 Starter Kit that you can download here. This latest release of the Starter Kit is based on the Facebook Developer's Toolkit v2.1 which uses LINQ to XSD. Once you've installed the Starter Kit here is what you'll need to do:Click here to see the app on Facebook.Here are the basic steps you'll need to follow:
<appSettings> <add key="APIKey" value=""/> <add key="Secret" value=""/> <add key="Callback" value="http://localhost:14215/facebookapp"/> <add key="Suffix" value="MyIFrameApp"/> <add key="TemplateID1" value="20889707566"/> <add key="TemplateID2" value="20889902566"/> </appSettings>