Click here to Skip to main content
15,892,797 members
Articles / Web Development / ASP.NET

Developing Facebook Connect Application using ASP.NET

Rate me:
Please Sign up or sign in to vote.
4.72/5 (33 votes)
9 May 2010CPOL6 min read 203K   13.6K   130  
Step approach for developing a Facebook connect application with ASP.NET
Pre-Requsite:
-----------------
1) You must have facebook application API key and secret Key that is provided by facebook.
2) You must put Facebook.dll in to applications bin directory
3) You must place xd_receiver.htm file under root

How To Install:
----------------
Please follow the steps:
1)Open web.config file
2)Navigate to appSettings section
3)Change APIKey parameter value to your application API key value
4)Change Secret parameter value to your application secret key value
5)Open default.aspx file and Navigate to bootom
6)Replace API_KEY_XXX with your facebook application API key


Thats it now you are ready to go.

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Chief Technology Officer
Bangladesh Bangladesh
I am a Software Engineer and Microsoft .NET technology enthusiast. Professionally I worked on several business domains and on diverse platforms. I love to learn and share new .net technology and my experience I gather in my engineering career. You can find me from here

Personal Site
Personal Blog
FB MS enthusiasts group
About Me

Comments and Discussions