Facebook Dialogs - Listener Not Called, When Back Button Is Pressed

After I open a facebook dialog(i tested with “feed” and “request”),  if I click Cancel button in the dialog, the Facebook listener is called with an event.type = "dialog

But If I press the Back button and close the dialog, the listener is not called… 

Bug?

You probably have to catch the back button yourself and then treat it as if you had gotten the cancel event.

You probably have to catch the back button yourself and then treat it as if you had gotten the cancel event.