Click here to Skip to main content
15,892,269 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: , +
please help me i need to create facebook apps with sqlserver database in asp.net ,how to create facebook apps,and how to connect facebook ,sqlserver and asp.net
Posted

1 solution

Hi,

To integrate FB with asp.net. First of all you need to register your web with fb, For that open developers.facebook.com. Register your app there. It will give you two keys. One is FacebookKey and second is FacebookSecretKey.
Now to integrate fb with your application just search on google for "Graph api with asp.net". Graph api is provided by fb.
For your reference check this link http://theonetechnologies.com/outsourcing/post/aspnet-login-with-facebook-and-graph-api.aspx[^]
 
Share this answer
 

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