amachang / facebook-node-sdk

Node.js SDK for the Facebook API
MIT License
231 stars 55 forks source link

Not retrieving the redirection url #27

Open landru29 opened 9 years ago

landru29 commented 9 years ago

In the function BaseFacebook.prototype.getCurrentUrl

instead of var path = req.url; there must be var path = req.originalUrl;