Backendless.UserService.logout() terminates the session which is established between the app and Backendless. However, there is also a “session” you establish between the app and Facebook and that one can be terminated using Facebook logout.
Btw, we’re removing support for easy login in version 4. Instead, it will work with regular facebook login followed by exchange of facebook’s token for BackendlessUser object.
We are currently using 3.0 version of Backendless. Do we have to use facebook SDK if we want to logout because we cannot find a method besides the LoginManager logout? Is this the “Facebook logout” you are referencing?
We are currently using 3.0 version of Backendless. Do we have to use facebook SDK if we want to logout because we cannot find a method besides the LoginManager logout? Is this the “Facebook logout” you are referencing?