I am using Facebook Login version 4.0.1 for iOS, and I would like to clear session/ token programatically when I logout of my application. But I am unable to do so. I am importing
#import <FBSDKCoreKit/FBSDKCoreKit.h>
#import <FBSDKLoginKit/FBSDKLoginKit.h>
but still I am unable to find a solution. In the previous version we could clear the token from FBSession. But in the new version I am unable to get the FBSession. Please help.
Thanks