Is there a sample of the Facebook C# SDK with ASP.NET MVC 3 (non-canvas application) that:
- Allows the user to register through the website's registration form
- Allows the user to login through Facebook Connect, and register the user if it's his/her first visit
- Subsequently allow user to login/authenticate through the website's login form, or through Facebook (if the user registered through Facebook Connect).
It seems like this would be a common scenario that would benefit many others, but virtually all the samples I've seen do not go beyond authenticating the user with Facebook. I'm thinking a sample that can perform the basic login/registration scenario would help in not having to re-invent the wheel.
Many thanks! :)