FacebookUserProviderGetFacebookUser Method (String, String, String) |
Gets information about Facebook user. Access token define what information can be retrieved.
Namespace: CMS.ExternalAuthentication.FacebookAssembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 12.0.0
Syntax public FacebookUserProfile GetFacebookUser(
string facebookUserId,
string accessToken,
string appSecret
)
Parameters
- facebookUserId
- Type: SystemString
Facebook user's ID. - accessToken
- Type: SystemString
User's access token. - appSecret
- Type: SystemString
Facebook application secret key for improving security.
Return Value
Type:
FacebookUserProfileFacebook user data class.
See Also