2

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?

Community
  • 1
  • 1
Gavin
  • 4,458
  • 3
  • 24
  • 37
  • My workaround for this situation was to append "#/" (pointing to react.js root) to URL used for redirection. I have no idea whether it is browser or server persisting this fragment but setting new fragment overrides the facebook one. – slawek Dec 01 '14 at 13:28

0 Answers0