| FacebookConnectHelperValidateFBAccessToken Method | 
            Validate FB access token against https://graph.facebook.com
            
 
Namespace: CMS.ExternalAuthenticationAssembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 10.0.0
 Syntax
Syntaxpublic static bool ValidateFBAccessToken(
	string accesstoken,
	out string facebookUserId
)
Parameters
- accesstoken
- Type: SystemString
 Access token to validate
- facebookUserId
- Type: SystemString
 Returns Facebook user ID
Return Value
Type: 
Boolean See Also
See Also