Swifter
Swifter copied to clipboard
iOS login with twitter has error: CredStore - performQuery - Error copying matching creds
self.swifter = Swifter(consumerKey: Constants.TWITTER_CLIENT_KEY, consumerSecret:
self.swifter.authorize(withCallback: URL(string: "myApp://")!, presentingFrom: self, success: { accessToken, _ in
print(accessToken)
}, failure: { _ in
print("ERROR: Trying to authorize")
})
I also added callback_url is "myApp://" on developer.twitter.com. But It's throw error: CredStore - performQuery - ``` Error copying matching creds. Error=-25300, query={ class = inet; "m_Limit" = "m_LimitAll"; ptcl = htps; "r_Attributes" = 1; sdmn = "https://api.twitter.com"; srvr = "api.twitter.com"; sync = syna; }
same problem i had wrong key