Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Add get_greeting
Browse files Browse the repository at this point in the history
  • Loading branch information
ouadie-lahdioui committed Mar 4, 2017
1 parent 7fe7cae commit 074d8b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Facebook.js
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,9 @@ function Facebookbot(configuration) {
delete_greeting: function () {
facebook_botkit.api.messenger_profile.deleteAPI('greeting');
},
get_greeting: function () {
facebook_botkit.api.messenger_profile.getAPI('greeting');
},
get_started: function (payload) {
var message = {
'get_started': {
Expand Down

0 comments on commit 074d8b3

Please sign in to comment.