Andrew, thanks for that tip ! it fixed the issue regarding loginFailed, etc.
i’m still having another problem that maybe you two have faced. when i call Facebook.logout() the FB app never does a logout. so, in my Corona app, when i do FB.login() after FB.logout(), iOS switches to the FB app as it should, but FB is still showing the original authenticated user. thus the FB dialog displays “your app is already authorized…”.
what i was expecting is that the FB app would be showing its login screen to allow a user to input auth credentials to login as a different user.
am i misunderstanding something in the flow, is this a bug, or am i missing some FB call ?
thanks,
David