--- title: FacebookIntegrationUpdateRequest --- ## PureCloud::FacebookIntegrationUpdateRequest ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **page_access_token** | **String** | The long-lived Page Access Token of a facebook page. See https://developers.facebook.com/docs/facebook-login/access-tokens. Either pageAccessToken or userAccessToken should be provided. | [optional] | | **user_access_token** | **String** | The short-lived User Access Token of the facebook user logged into the facebook app. See https://developers.facebook.com/docs/facebook-login/access-tokens. Either pageAccessToken or userAccessToken should be provided. | [optional] | {: class="table table-striped"}