Hi.
I can’t login. I install TwitterKit on my project (add AppDelegate, and info.plist). Then I add TWTRLogInButton in my ViewDidLoad method.
But after clicking on the button, the view with authorization does not open, I just get an error in the console.
2018-07-16 12:18:00.963555+0700 testAuth0123[7634:236910] 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;
}
2018-07-16 12:18:01.201447+0700 testAuth0123[7634:236847] [TwitterKit] Error obtaining user auth token.
error: Optional(“Request failed: unauthorized (401)”)
If I Add Callback URLs to Firebase then I has error:
2018-07-16 13:48:49.397283+0700 testTwitterAuth[9825:318479] [TwitterKit] Error obtaining user auth token.
error: Optional(“Request failed: forbidden (403)”)
I need Firebase Authorization with Twitter
My test project
Please tell me how to make an authorization.