I have included facebook sdk in my ios application, but I want to create a custom logout button, since I think that the uiview exit button provided by sdk does not match my color scheme. Does anyone know how I can run the method to exit to facebook?
I tried the following code but it does not work
var theFBSession = FBSession.activeSession() var check = FBSession.closeAndClearTokenInformation(theFBSession)
source share