I’ve implemented LogIn for twitter, but I can’t see to implement LogOut. The twitter documentation provides this code:
let store = Twitter.sharedInstance().sessionStore
if let userID = store.session?.userID {
store.logOutUserID(userID)
}
However, my system gives this error:
"Ambiguous reference to member ‘session(forUserID:)’