I wanted to know what the best way to create a User from a Facebook Login is.
I have Facebook SDK integrated, and currently I am using socialService.LinkUserFacebookAccount(FB.UserId, FB.AccessToken, new SocialResponse());
This creates a user in the Social Service section of the AppHQ.
I want to use the Facebook login to create an actual User, so what is the best way to do this?
Can I then Link the Social Service User to a User?