Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facebook Webhook Receiver #30

Merged
merged 1 commit into from
Apr 28, 2023
Merged

Conversation

tsutomi
Copy link
Member

@tsutomi tsutomi commented Apr 28, 2023

Implementation of a new ASP.NET Core Webhook receiver for the Facebook Messenger Plaform:

  • Project Deveel.Webhooks.Receiver.Facebook includes defaults and instrumentations to accept and parse Facebook specific webhooks
  • Major changes in the design of the Deveel.Webhooks.Receiver.AspNetCode, to reduce the usage of DI for some functions (eg. JSON/XML parsing), to avoid conflicts with autorative configurations by providers
  • Enhancements in the design of the Convention-Based handlers, to allow injection of arguments at request scope
  • Basic documentation of the Facebook Receiver
  • Changes to the documentation to reflect the new design of receivers

@tsutomi tsutomi added documentation Improvements or additions to documentation enhancement New feature or request labels Apr 28, 2023
@tsutomi tsutomi self-assigned this Apr 28, 2023
@tsutomi tsutomi linked an issue Apr 28, 2023 that may be closed by this pull request
@tsutomi tsutomi merged commit efa1674 into main Apr 28, 2023
@tsutomi tsutomi deleted the 12-webhook-receivers-for-facebook branch April 28, 2023 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Webhook Receivers for Facebook
1 participant