| FacebookPageAccessTokenData Constructor  | 
            Initializes a new instance of the PageAccessTokenData structure.
            
 
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 11.0.0
Syntaxpublic 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