1.0.13 • Published 6 years ago

vinsbot v1.0.13

Weekly downloads
2
License
ISC
Repository
-
Last release
6 years ago

Facebook chatbot

  • Cài đặt: npm install vinsbot

  • Sử dụng: var vinsbot = require('vinsbot'); var bot = new vinsbot(page_toke);

  • Gửi tin nhắn văn bản: bot.sendMessage(receiver_id, message);
  • Lấy thông tin người gửi: bot.getUserProfile(user_id) .then(user)
  • Tạo menu: bot.addMenu(form)
  • Xóa menu: bot.deleteMenu(form)
  • ví dụ form:
    del_menu: {
        "setting_type":"call_to_actions",
        "thread_state":"existing_thread"
    }

    add_menu: {
        "setting_type" : "call_to_actions",
        "thread_state" : "existing_thread",
        "call_to_actions":[
            {
              "type":"postback",
              "title":"Help",
              "payload":"DEVELOPER_DEFINED_PAYLOAD_FOR_HELP"
            },
            {
              "type":"postback",
              "title":"Latest Posts",
              "payload":"DEVELOPER_DEFINED_PAYLOAD_FOR_LATEST_POSTS"
            },
            {
              "type":"web_url",
              "title":"Inbox",
              "url":"http://m.me/lehoangnd"
            }
        ]
    }
1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago