Swifter icon indicating copy to clipboard operation
Swifter copied to clipboard

iOS login with twitter has error: CredStore - performQuery - Error copying matching creds

Open phungbuuquang opened this issue 4 years ago • 1 comments

  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; }

phungbuuquang avatar Oct 26 '21 08:10 phungbuuquang

same problem i had wrong key

namnvsskpi avatar Nov 18 '21 07:11 namnvsskpi