Skip to content

Releases: Boilertalk/VaporFacebookBot

Fix lat long typo

27 Jul 16:10
Compare
Choose a tag to compare

Coordinates were not written correct for location payloads in the webhooks section. Fixed that.

Remove droplet dependency for send api

17 Jul 00:56
Compare
Choose a tag to compare

The send api uses custom clients now to send requests.

Fix contentType for quickReplies

16 Jul 11:42
Compare
Choose a tag to compare

QuickReplies now allow location replies.

Add title and url to attachments

16 Jul 11:03
Compare
Choose a tag to compare

Attachments may contain title and url. Added both of them.

Change location parsing to allow urls

16 Jul 10:45
Compare
Choose a tag to compare

Urls are now also saved if they are provided together with location coordinates.

Fix location payload parsing

16 Jul 10:42
Compare
Choose a tag to compare

Locations may also have urls. Fixed the parser to allow this.

Add attachment_id to multimedia payloads

06 Jun 17:52
Compare
Choose a tag to compare

An attachment_id is now available for multimedia payloads. You can use it once you have an attachment_id for reusable multimedia files.

Open FacebookSendApi

26 May 15:21
Compare
Choose a tag to compare

The shared instance is now public so the methods send and sendAsync can be used to send FacebookSend requests to the Facebook API instead of manually doing that.

Initial send API functionality

26 May 14:21
Compare
Choose a tag to compare

This version includes an initial version of the facebook send API. Some buttons and templates are still missing and will be included in a next version.

Initial release

25 May 11:08
Compare
Choose a tag to compare

VaporFacebookBot is a helper library for facebook bots which are created with vapor. It consists of an abstraction layer which converts facebook bot callbacks to swift objects and back again.

This initial release includes two different callbacks: Message received and Postback received.

Other callbacks are coming soon.