def webhook(): page.handle_webhook(request.get_data(as_text=True)) return "ok" ### Main method (Handles user messages, db) ###