How messenger bot work

13
Christoforus Surjoputro - Academic surabaya.py Github : 3mp3ri0r www.facebook.com/totoganteng surabaya.py Github : surabaya-py http://surabaya.python.or.id/register https://t.me/surabayadotpy how bot messenger work

Transcript of How messenger bot work

Page 1: How messenger bot work

Christoforus Surjoputro - Academic surabaya.pyGithub : 3mp3ri0rwww.facebook.com/totoganteng

surabaya.pyGithub : surabaya-py

http://surabaya.python.or.id/registerhttps://t.me/surabayadotpy

how bot messenger work

Page 2: How messenger bot work

overview

your appsGET

POST

facebook graph api

POST???

Page 3: How messenger bot work

webhook

= webhookprovider

webhook is a way for an app to provide other application with real-time information.

https://sendgrid.com/blog/whats-webhook/

Page 4: How messenger bot work

verify your apps

your appsGET

query string:hub.mode=subscribe&hub.challenge=686231577&hub.verify_token=verifikasi-python-id-bot'

Page 5: How messenger bot work

POST message format

your appsPOST

Page 6: How messenger bot work

receiving text message

your appsPOST

Page 7: How messenger bot work

receiving message with attachment

your appsPOST

Page 8: How messenger bot work

sending text message

your apps

facebook graph api

POST

Link: https://graph.facebook.com/v2.6/me/messages?access_token=your_page_token

Page 9: How messenger bot work

sending text message

your apps

facebook graph api

POST

Link: https://graph.facebook.com/v2.6/me/messages?access_token=your_page_token

Page 10: How messenger bot work

sending attachment message

your apps

facebook graph api

POST

Page 11: How messenger bot work

sending attachment message

Content-Type: multipart/form-data; boundary=---boundary_data

Link: https://graph.facebook.com/v2.6/me/messages?access_token=your_page_token

your apps

facebook graph api

POST

Page 12: How messenger bot work

Find more on: https://developers.facebook.com/docs/messenger-platform

Page 13: How messenger bot work

“I can accept failure, everyone fails at something.But I can't accept not trying.”

-- Michael Jordan --

Thank you