Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
phungbuuquang opened this issue Oct 26, 2021 · 1 comment

Comments

@phungbuuquang
Copy link

phungbuuquang commented Oct 26, 2021

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

@namnvsskpi
Copy link

namnvsskpi commented Nov 18, 2021

same problem
i had wrong key

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants