Click or drag to resize
ScriptHelperRegisterFacebookJavascriptSDK Method
Register Facebook JavaScript SDK

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static void RegisterFacebookJavascriptSDK(
	Page page,
	string cultureCode,
	string apiKey = null
)

Parameters

page
Type: System.Web.UIPage
Page to register
cultureCode
Type: SystemString
Culture code to use
apiKey (Optional)
Type: SystemString
Facebook application ID
See Also