According to https://developers.facebook.com/blog/post/552/ the FB Graph API now appends a _=_
hash to the end of the URL it redirects back to when redirect_uri
is not set. However, it is still appending it even though my call specifies the redirect_uri
.
Short of redirecting again after FB returns to my site, how can I get FB to stop appending the hash?
PS - the hash is breaking backbone.js and I need it gone. This isn't just a pet peeve.