Hi all,
Okay here's an odd question:
I'm using FB Authorize in an Android app. (fwiw I'm using the new v3.2 module... but I've found the same results with both)
This then pops up the usual log-in Webview, aok.
If the user cancels or it fails, then e.cancel
and e.error
trap it...
HOWEVER... If the user presses the Android hardware Back Button then there is nothing returned - Is there any way to detect / trap this?
Many thanks in advance!