Click or drag to resize
FacebookUserProviderGetFacebookUser Method (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: 11.0.0
Syntax
C#
public 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

Implements

IFacebookUserProviderGetFacebookUser(String, String)
See Also