When I try to login using Facebook Oauth all goes ok until the part thr url redirects with something like this:
=">http://mywebsite.com/facebookoauthbackpage.php#=
Im using Jquery Mobile on my pages and I think that #= is the problem.
The page stay blank and nothing happens, If I remove the "#=" all goes allright and the action happens normally.
Anyone has any idea on how to fix that? I've notice that removing the "#=" from the Facebook will not be possible anymore, so maybe removing something from the jquery mobile script may solve that with javascript, but i dont know how to do that.