When I try to login using Facebook Oauth, everything goes fine as long as the url redirects the url like this:
http://mywebsite.com/facebookoauthbackpage.php
I use jQuery Mobile in my pages and I think # = is a problem.
The page remains blank and nothing happens. If I remove the "# =", everything goes well and the action happens fine.
Does anyone know how to fix this? I noticed that deleting "# =" from Facebook will no longer be possible, so maybe deleting something from jQuery mobile script can solve this with javascript, but I don't know how to do it.
jquery facebook mobile oauth
Caio calderari
source share