I am using Nancy.SimpleAuthentication and Nancy.Authentication.Forms for Facebook authentication.
After authenticating with Facebook and redirecting back to my site it appends #= to the url. I read that Facebook append this when the redirect_uri is not filled out.
However when I trace the requests, I can see the redirect_uri is being set.
How do I fix this?