Skip to content

Releases: conbus/fbmq

page.send return Response

22 Sep 08:52
Compare
Choose a tag to compare

page.send return Response

2.0.0

05 Sep 06:40
Compare
Choose a tag to compare
  • Feature : All of page handlers have parameter Event instead of a dict.
  • Feature : Support a thread setting
  • Deprecated : remove callback_postback, callback_quick_reply
  • Feature : Add a decorator - page.callback(['payload'], types=['QUICK_REPLY', 'POSTBACK'])
  • Feature : Add a page method, get_user_profile(fb_user_id), to get facebook user profile

1.7.0

26 Aug 03:46
Compare
Choose a tag to compare
  • Fix, trigger message_handler, postback_handler even if custom callbacks are used
  • Feature : Add a callback function in page.send
  • Feature : Add a page option 'after_send' (support decorator @page.after_send)
  • Feature : Support notification type (e.g page.send(notification_type=NotificationType.SILENT_PUSH))