Sha256: ac04aa6c51261b1718f9c2a2de3fd629e21fce000548762530d152ca16d81142

Contents?: true

Size: 762 Bytes

Versions: 5

Compression:

Stored size: 762 Bytes

Contents

# SunshineConversationsClient::Messenger

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | The type of integration. | [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::Messenger.new(type: null,
                                 page_access_token: your_access_token,
                                 app_id: your_facebook_app_id,
                                 app_secret: your_facebook_app_secret)
```


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sunshine-conversations-client-9.4.1 docs/Messenger.md
sunshine-conversations-client-9.4.0 docs/Messenger.md
sunshine-conversations-client-9.3.0 docs/Messenger.md
sunshine-conversations-client-9.2.0 docs/Messenger.md
sunshine-conversations-client-9.1.1 docs/Messenger.md