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

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

Parameters

errorCode
Type: System.Int32
Error code that Facebook returned.

Return Value

Type: String
Localized error message.
See Also