I have an issue with facebook oauth redirection. My angular app uses hashbang mode (#!) and its url is www.abc.org/#!/ I have tried to put this url in the "valid oauth redirect uri" field in my app's dashboard but facebook doesn't accept hashbang urls. Putting www.abc.org in the dashboard is leading facebook to redirect to www.abc.org/?#access_token="...." instead of www.abc.org/#!/?#access_token=".." Can someone suggest a way to fix this issue ?
PS: This app has no backend and hence using html5 mode will not be possible as i can't perform a server sided rewrite