Click or drag to resize
FacebookPageAccessTokenData Constructor
Initializes a new instance of the PageAccessTokenData structure.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
public FacebookPageAccessTokenData(
	string accessToken,
	Nullable<DateTime> expiration
)

Parameters

accessToken
Type: SystemString
Access token.
expiration
Type: SystemNullableDateTime
Date and time when the access token expires.
See Also