Click or drag to resize
FacebookPostInfoProviderGetFacebookPostErrorMessage Method
Gets localized error message that describes the given Facebook's error code.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 12.0.0
Syntax
C#
protected virtual string GetFacebookPostErrorMessage(
	int errorCode
)

Parameters

errorCode
Type: SystemInt32
Error code that Facebook returned.

Return Value

Type: String
Localized error message.
See Also