I have implemented Facebook log in in my Play application. However, the Facebook OAuth callback url have a mysterious #_=_
fragment identifier appended. It was described in this SO post.
The fragment identifier have stayed in the URL after I redirect the user to another pages. How can I have it removed in a Controller
?