Facebook integration with ASP.NET 4.0 Website(non MVC) - facebooksdk
- by Surendar Radhakrishnan
I am trying to integrate my asp.net 4.0(non MVC) website with facebook.
I want to retrive the authenticated user info.
The samples listed in facebooksdk is based on MVC. i tried to implement it in my website, but getting errors. i am struck.
If anyone implemented the facebook connect logic and retrieved the user information using facebook-c#-sdk, please help me how to do this.
I tried the same using facebooktoolkit, and i am able to retrive the user info. but the toolkit is having issues with .net 4.0.
Greatly appreciated your help.