stealth-facebook 0.10.1 → 0.10.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fcd45e712e5d3dee5e4e7cc9056b3655bab042a041d73b7dc7a600458824c550
4
- data.tar.gz: f2f54d97404cde3537c6378e5a196ac342b783a8ddfd14dbd71cf92cdd1b0dbf
3
+ metadata.gz: e1da7a30d44fb007f41e4aaf1fc639b33eff8d0584d0082684b81c414994a807
4
+ data.tar.gz: 0c666799fbc0aaeef70782cab59b758864ea6f14aea2d282d0028aa4aceec926
5
5
  SHA512:
6
- metadata.gz: f19c5175379ca68be7a31e736195f8094b3d69645299ecfe5bbd1d3089fb391111b122633aba268424077e6679e0a5de7c0030efced54878297c5b47f4c501e3
7
- data.tar.gz: bf461c8764913735a0a594d62320c13f335b035fd5283098839562a6c97a20525576a7bf583b1c649ec94a21abd23d446b9b9a9c7fed534c001ced41b7d9f717
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
- Add instructions
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
1
+ 0.10.2
Binary file
@@ -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/whoisblackops/stealth-facebook'
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.1
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-04-19 00:00:00.000000000 Z
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/whoisblackops/stealth-facebook
109
+ homepage: https://github.com/hellostealth/stealth-facebook
109
110
  licenses:
110
111
  - MIT
111
112
  metadata: {}