Using custom login button with Twitter Fabric?
问题 I have been trying to use a normal button to execute the authentication process with the twitter sdk but it does not seem to work. Anyone have tried anything similar? I have correctly setup the API keys, etc.. The login process execute correctly but the callback part seems not to be called. None of my logs are executed (Neither the success or failure part) The code buttonTwitterLogin.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { Twitter.logIn