I am using FB.login when user is not connected and everything seems fine, though when user clicks cancel on the fb connect dialog, it closes and I have to raise an event on my page on this cancel event (or at least redirect somewhere when the user hit cancel).
Searched and searched but couldn’t find how to raise such event (I’ve tried to subscribe to “auth.cancel” but it just doesn’t work).
Any ideas?
When the user cancels the login he is redirected to your page with the following GET parameters:
EDIT:
In JS SDK, as stated here: