I am trying to logout from Facebook programmatically without using FBSDKLoginButton i had search how could I do i found this answer Can we logout facebook pro
FBSDKLoginButton
The following would do the job.
import FBSDKLoginKit LoginManager().logOut()