Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

SimpleMembership is the default membership provider in ASP.NET MVC4. It supports a customized User table and OAuth.

learn more… | top users | synonyms

2
votes
1answer
52 views

ASP.NET MVC 4 - Simple Membership, Facebook login broken when using Email instead of Username

I have a Code First MVC 4 App, I have swapped Username for Email in SimpleMembership - which works fine. I do that by changing Initialization to this: // Initialize database for Account ...
0
votes
1answer
236 views

Get Facebook extra details in MVC 4 using simple membership Provider

Currently I used default OAuthWebSecurity.RegisterFacebookClient(appId: "", appSecret: ""); to authorize the Facebook user. Also it will add UserName into UserProfile table. Now is there any way ...