I'm using Twitter @Anywhere to allow a user to login using their Twitter account to post comments. When they click "sign in with twitter", a pop-up appears asking them for their twitter username/password. Is there any way I can detect if the user clicks "cancel" or just closes that pop-up?
I found this strikingly similar question, but my web application does not use a callback--it uses the authComplete and signout events. Is there an event that fires on cancel/close?