Click or drag to resize
FacebookUserProviderGetFacebookUser Method (String, String, String)
Gets information about Facebook user. Access token define what information can be retrieved.

Namespace: CMS.ExternalAuthentication.Facebook
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 12.0.0
Syntax
C#
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: FacebookUserProfile
Facebook user data class.
See Also