Sha256: d9c9946c708d5273ba7a197c5e2599a859f42aa07ad95e3a6cfbcf4e6230ffb5

Contents?: true

Size: 1.36 KB

Versions: 6

Compression:

Stored size: 1.36 KB

Contents

# SunshineConversationsClient::MessengerAllOf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | Facebook Messenger Setup steps: - Take note of your Facebook app ID and secret (apps can be created at developer.facebook.com); - The Facebook app must have been submitted to Facebook for app review with the “manage_pages” (to retrieve Page Access Tokens for the Pages, apps that the app user administers and set a webhook) and “pages_messaging” (to send messages) permissions. - In order to integrate a Facebook Messenger app you must acquire a Page Access Token from your user. Once you have acquired a page access token from your user, call the Create Integration endpoint with your app secret and ID and the user’s page access token.  | [optional] [default to 'messenger']
**page_access_token** | **String** | A Facebook Page Access Token. | 
**app_id** | **String** | A Facebook App ID. | 
**app_secret** | **String** | A Facebook App Secret. | 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::MessengerAllOf.new(type: null,
                                 page_access_token: your_access_token,
                                 app_id: your_facebook_app_id,
                                 app_secret: your_facebook_app_secret)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sunshine-conversations-client-9.5.6 docs/MessengerAllOf.md
sunshine-conversations-client-9.4.6 docs/MessengerAllOf.md
sunshine-conversations-client-9.4.5 docs/MessengerAllOf.md
sunshine-conversations-client-9.4.4 docs/MessengerAllOf.md
sunshine-conversations-client-9.4.3 docs/MessengerAllOf.md
sunshine-conversations-client-9.4.2 docs/MessengerAllOf.md