You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an eccomerce platform, and would like to build a facebook bot to interact with the platform. I;m currently using julienschmidt/httprouter for routing. How can i attach the webhook to the router?
The text was updated successfully, but these errors were encountered:
Most http frameworks seem to have a way to use a http.Handler to handle specific paths.
If you pass the mux of callbacks, mux := bot.SetWebhook("/webhook") into it, it should just work.
I have an eccomerce platform, and would like to build a facebook bot to interact with the platform. I;m currently using julienschmidt/httprouter for routing. How can i attach the webhook to the router?
The text was updated successfully, but these errors were encountered: