Facebook callback has started appending #_=_ hash underscore to the Return URL
#_=_
Does anyone know why? What is the solution?
Not sure why they're doing this but, you could get around this by reseting the hash at the top of your page:
if (window.location.hash == "#_=_") window.location.hash = "";