Facebook callback has started appending #_=_ hash underscore to the Return URL
#_=_
Does anyone know why? What is the solution?
For me, i make JavaScript redirection to another page to get rid of #_=_. The ideas below should work. :)
function redirect($url){ echo ""; }