stealth-facebook 0.10.1 → 0.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +7 -1
- data/VERSION +1 -1
- data/fb-config.png +0 -0
- data/stealth-facebook.gemspec +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e1da7a30d44fb007f41e4aaf1fc639b33eff8d0584d0082684b81c414994a807
|
|
4
|
+
data.tar.gz: 0c666799fbc0aaeef70782cab59b758864ea6f14aea2d282d0028aa4aceec926
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6f4c58f0ea8f87abef649e4193f6be64953371e10f5db67f258d84edf81b013cb6474d6f1207a50c983e0ecf3fe65ccf4ec42cf262979db9cc81207bf0437a7b
|
|
7
|
+
data.tar.gz: 5e5b5b169230eae280b5846ec95030bc193fa9e4a3cd6e6c593725ea1aad5e1f1093a6445099b71f10a876b142e104327f634e3290a414061eced59bb7386682
|
data/README.md
CHANGED
|
@@ -4,7 +4,13 @@ This integration adds support for Facebook bots within Stealth.
|
|
|
4
4
|
|
|
5
5
|
## Configure Your Facebook Page
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
To create your Facebook bot, visit the [Facebook Developers](https://developers.facebook.com) page. Full instructions are provided on the [Facebook Messenger Docs](https://developers.facebook.com/docs/messenger-platform/) page.
|
|
8
|
+
|
|
9
|
+
When configuring your webhooks, you'll want to enable the `messages`, `messaging_referrals`, and `messaging_postbacks` web hooks like so:
|
|
10
|
+
|
|
11
|
+
<img src='fb-config.png' width='875px' alt='Facebook Config Screenshot' />
|
|
12
|
+
|
|
13
|
+
Make sure you don't enable `message_reads` as that is not yet supported by this gem.
|
|
8
14
|
|
|
9
15
|
## Configure The Integration
|
|
10
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.10.
|
|
1
|
+
0.10.2
|
data/fb-config.png
ADDED
|
Binary file
|
data/stealth-facebook.gemspec
CHANGED
|
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
|
|
|
6
6
|
s.name = 'stealth-facebook'
|
|
7
7
|
s.summary = 'Stealth Facebook Messenger driver'
|
|
8
8
|
s.description = 'Facebook Messenger driver for Stealth.'
|
|
9
|
-
s.homepage = 'https://github.com/
|
|
9
|
+
s.homepage = 'https://github.com/hellostealth/stealth-facebook'
|
|
10
10
|
s.licenses = ['MIT']
|
|
11
11
|
s.version = version
|
|
12
12
|
s.author = 'Mauricio Gomes'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stealth-facebook
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.10.
|
|
4
|
+
version: 0.10.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mauricio Gomes
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-06-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: stealth
|
|
@@ -93,6 +93,7 @@ files:
|
|
|
93
93
|
- LICENSE
|
|
94
94
|
- README.md
|
|
95
95
|
- VERSION
|
|
96
|
+
- fb-config.png
|
|
96
97
|
- lib/stealth-facebook.rb
|
|
97
98
|
- lib/stealth/facebook.rb
|
|
98
99
|
- lib/stealth/services/facebook/client.rb
|
|
@@ -105,7 +106,7 @@ files:
|
|
|
105
106
|
- spec/spec_helper.rb
|
|
106
107
|
- spec/version_spec.rb
|
|
107
108
|
- stealth-facebook.gemspec
|
|
108
|
-
homepage: https://github.com/
|
|
109
|
+
homepage: https://github.com/hellostealth/stealth-facebook
|
|
109
110
|
licenses:
|
|
110
111
|
- MIT
|
|
111
112
|
metadata: {}
|