Help with Webhooks nodejs

This is wrong

res.send(req.query['hub.callback']).status(200);

should be

res.send(req.query['hub.challenge']).status(200);

You have a callback instead of a challenge