Click or drag to resize
IFacebookUserProviderGetFacebookUser Method (String, String)
Gets information about Facebook user.

Namespace: CMS.ExternalAuthentication.Facebook
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 11.0.0
Syntax
C#
FacebookUserProfile GetFacebookUser(
	string facebookUserId,
	string accessToken
)

Parameters

facebookUserId
Type: SystemString
Facebook user's ID.
accessToken
Type: SystemString
User's access token.

Return Value

Type: FacebookUserProfile
Facebook user data class
See Also