FacebookHelper GetPageAccessToken Method Kentico 8.1 API Reference
Downloads account info from https://graph.facebook.com/me/accounts/ and finds page access token in it. Returns null if page access token could not be retrieved.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

accessToken
Type: OnlineSystem String
Application access token acquired via login bounce
pageId
Type: OnlineSystem String
Facebook page identifier to find page access token for

Return Value

Type: OnlineString
See Also