Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to integrate or create facebook application in asp.net with C#.
Posted
Updated 6-Aug-11 5:27am
v2

Hi,

To build your own Facebook Application, you can start with this documentation from the developers page on facebook:
https://developers.facebook.com/docs/guides/canvas/[^]

Also a good way to not re-invent the wheel is this sdk:
http://facebooksdk.codeplex.com/[^]

Hope this helps you getting started.

Have a nice day and happy coding :)
Chris
 
Share this answer
 
Hi

What kind of FB integration you want .

see the below link if you want same then tell me i will explain code .

http://myanmars.techizon.us/Login.aspx[^]
 
Share this answer
 
Comments
invisible@123 17-Sep-12 5:18am    
hey this link is not working,without any login screen,is there any way which validate username,password,application key and then redirect to facebook page
Hope this link help more
computerbeacon
 
Share this answer
 
Option One: http://facebooknet.codeplex.com/releases/view/8790[^]

Option Two: Use the Graph API and do everything yourself :P http://developers.facebook.com/docs/reference/api/[^]

Then, you make your application and submit it! Just read the documentation on http://developers.facebook.com
Thats a great place to start
 
Share this answer
 
v2
Comments
Christoph Keller 6-Aug-11 2:56am    
This Facebook library you posted is very old (last update in 2008). The newest Facebook SDK is this here: http://facebooksdk.codeplex.com/.

Best regards and happy coding,
Chris

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900