IFacebookUserProviderGetFacebookUser Method (String, String) |
Gets information about Facebook user.
Namespace: CMS.ExternalAuthentication.FacebookAssembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 11.0.0
Syntax FacebookUserProfile GetFacebookUser(
string facebookUserId,
string accessToken
)
Parameters
- facebookUserId
- Type: SystemString
Facebook user's ID. - accessToken
- Type: SystemString
User's access token.
Return Value
Type:
FacebookUserProfileFacebook user data class
See Also