Sha256: 0f21b9335e5bb8793375480e2f85dfe2d60bae5423325fdad54904faf91f14d1
Contents?: true
Size: 1.31 KB
Versions: 40
Compression:
Stored size: 1.31 KB
Contents
--- title: FacebookIntegrationRequest --- ## PureCloud::FacebookIntegrationRequest ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **name** | **String** | The name of the Facebook Integration | | | **page_access_token** | **String** | The long-lived Page Access Token of a facebook page. See https://developers.facebook.com/docs/facebook-login/access-tokens. When a pageAccessToken is provided, pageId and userAccessToken are not required. | [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. When userAccessToken is provided, pageId is mandatory. When userAccessToken/pageId combination is provided, pageAccessToken is not required. | [optional] | | **page_id** | **String** | The page Id of a facebook page. The pageId is required when userAccessToken is provided. | [optional] | | **app_id** | **String** | The app Id of a facebook app | | | **app_secret** | **String** | The app Secret of a facebook app | [optional] | | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}
Version data entries
40 entries across 40 versions & 1 rubygems