Method | Description | |
---|---|---|
Facebook ( IAuthenticationModule authenticationModule ) : System | ||
Login ( string signedRequest ) : Session |
Method | Description | |
---|---|---|
AuthenticateSession ( FacebookUser user ) : Session | ||
CreateNewUser ( ulong facebookUserId ) : FacebookUser | ||
GetExistingUser ( ulong facebookUserId ) : FacebookUser | ||
GetUser ( ulong facebookUserId ) : FacebookUser | ||
IsSessionProvided ( ) : bool |
public Facebook ( IAuthenticationModule authenticationModule ) : System | ||
authenticationModule | IAuthenticationModule | |
return | System |
public Login ( string signedRequest ) : Session | ||
signedRequest | string | |
return | Session |