Facebook integration with ASP.NET 4.0 Website(non MVC) - facebooksdk
Posted
by
Surendar Radhakrishnan
on Stack Overflow
See other posts from Stack Overflow
or by Surendar Radhakrishnan
Published on 2011-01-07T16:51:46Z
Indexed on
2011/01/07
16:53 UTC
Read the original article
Hit count: 264
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.
© Stack Overflow or respective owner