Corona 3177 / Xcode 9.1 / iOS SDK 11.1
When using the Facebook v4a plugin, once a user is logged in, there doesn’t appear to be any way to log in as another user, short of deleting and reinstalling an app.
This can be tested using the sample Facebook app. After tapping Logout, and even after completing closing (force quitting) the app, the next time you tap Login, you get a “Continue” dialog, rather than an opportunity to enter your email and password again.
It seems the plugin is caching/remembering the user, even if the access token is reported as nil.
Searching the forums, it appears that engineering fixed a similar issue in a previous version of the plugin:
https://forums.coronalabs.com/topic/42051-does-facebooklogout-actually-do-anything/?p=224735
The token was actually being cached, and Logout was not clearing it.
Tested on an iPad Mini, running iOS 11, official Facebook app not installed, and Facebook not logged in Safari.