I'm following this example to setup a FacebookStrategy - https://github.com/jaredhanson/passport-facebook/blob/master/examples/login/app.js
I want to set the callbackURL dynamically, ie: the user access /posts/34 so the callback will be /posts/34/callback
how can I achieve something like this ?