Hello! Probably not the first post you see about it, but I searched all kind of solutions on this forum and I’m not able to make this work.
My problem is that I tried to make a Social Login using the implementations of twitter:3.1.0 and twitter-core:3.1.0, but when I click the login it says that it is impossible to complete the action, provoqued by a TwitterAuthException.
Here is the information I can give about my project and after it there will be some code screenshots:
· I am using the TwitterLoginButton with a setCallBackMethod, that as parameter has the Callback. When creating this callback has the methods success and failure, and it always jumps at the failure method, so I don’t know if the problem is there.
· The application is mixed with other social logins (Google and Facebook), and the only part where all social logins “collide” is in the onActivityResult method, so I don’t know if the problem can be there.
· I have propertly introduced both consumer keys, and in my application the Callback URL is twittersdk:// (this was in one of the old posts as solution around 2017, but still it didn’t give me any solution).
Screenshots:
That is all information I can give for the moment, any help is really appriciated. 
·