Facebook callback has started appending #_=_ hash underscore to the Return URL
#_=_
Does anyone know why? What is the solution?
The easiest and clean solution to remove "#_=_" (PHP):
Instead of "header("Location: xxx.php");" to use "echo ("location.href = 'xxx.php';");"