Possible Duplicate:
Facebook Callback appends ‘#_=_’ to Return URL
Well its not an problem that i am facing since its not mixing up in any way with my code, but just an curiosity to know why the URL of my app gets appended by this extra characters as #= when user logs into my site using Facebook api ?
For eg my url should be
www.xyz.com/viewResume
but it actually is
www.xyz.com/viewResume#_=_
Any particular reason for this behaviour ? Am using Codeigniter Framework