Does anyone know if I have a url such as the following what should be route set in node express app.
http://abc.com/fbauth#access_token=<some random number>.
So if I put route as "/fbauth" in express/node app then it cannot parse the rest of the url, neither with req.params nor with req.query
any help appreciated...