Messenger4j Versions Save

A Java library for building Chatbots on the Facebook Messenger Platform - easy and fast.

v1.1.0

5 years ago
  • Add automatic module name (Java Module System)
  • Change Facebook Graph API version from v2.11 to v3.2 (thx @WeaxMe)
  • Remove fields last_ad_referral and is_payment_enabled (thx @WeaxMe)

v1.0.0

5 years ago

new features:

  • support for email and phone number quick replies (thx @jjtindale)
  • support for instant game webhook event (thx @MarcoSong2016)

general:

  • updated messaging types and message tags

v1.0.0-M3

6 years ago

new features:

  • messaging_type support
  • message tags support
  • built-in NLP support (thx @jjtindale)
  • checkbox plugin support (thx @jjtindale)
  • customer matching (Send API) support
  • full share support
  • full messenger profile API support (except payment_settings)
  • chat extensions support

general:

  • update graph api version to v2.11
  • recipientId (MessageResponse) is now optional, due to Send API (breaking) changes
  • first and last name can now be set when using PhoneNumberRecipient

v1.0.0-M2

6 years ago

new features:

  • domain whitelisting support (Messenger Profile API)
  • Open Graph Template support (Send API)

bugfixes:

  • IllegalArgumentException when sending SenderActionPayload

v1.0.0-M1

6 years ago
  • complete rewrite of the library
  • just few added functionality

v0.8.0

7 years ago

new features:

  • Thread Settings support (welcome message, start button, persistent menu) (thx @kord123)
  • User Profile API support
  • Messenger Extensions support

v0.7.0

7 years ago

new features:

  • List Template support (thx @jzarnikov)
  • LogInButton / LogOutButton support
  • constants for global request parameter / header names, e.g. MessengerPlatform.SIGNATURE_HEADER_NAME

bugfixes:

  • EchoMessageEvent treated as AttachmentMessageEvent

general:

  • constructors of event classes are now public (for better testability) (thx @jzarnikov)

v0.6.1

7 years ago

Fix EchoMessageEvent was treated as TextMessageEvent

v0.6.0

7 years ago

initial release