I have a project using jQuery Mobile (uses resource identifier heavily) with Facebook authentication. Recently Facebook started adding #_=_
to callbacks (see here). This is killing jQuery Mobile.
Is it possible to do an automatic redirect for any routes matching #_=_
to the stripped counterpart? Is it possible to specify a resource identifier (#) when doing a redirect to? Any other possible fixes? I currently use a javascript redirect but this causes duplicate page loads and issues with some of the analytics.