Our site uses ASP.NET Membership Providers for Authentication. We would like to integrate Facebook Authentication using the newer Graph API's into the existing ASP.NET Membership Providers preferably by using the Facebook C# SDK.
Can you please point me to some sample code or blog post that shows how this is done? Or post some code of yours if you have made it work. All I found was code that uses the older Facebook connect or code that does not integrate into the Membership Providers.
Many thanks for any tips!