Failed to get request token on Android M running Devices

后端 未结 9 1426
误落风尘
误落风尘 2021-01-01 17:39

Twitter login failed in Android 6.0 preview devices. Its working fine on all other devices.

Below code is used to initialize fabric with twitter.

TWITTER_ K

9条回答
  •  無奈伤痛
    2021-01-01 18:20

    this is the best solution when twitter auth not working without app. i tried with valid firebase auth callback url but not working and i also search this problem a lot but not getting the exact solution, @Moinkhan solution worked for me and save my time, thanks to @Moinkhan, it works

    Before this solution i tried valid url and even google.com too. But for my case it was not working.

    i found below solution and it work well for me.

    Step 1: go to your twitter app setting https://apps.twitter.com/ >> Tab settings >> Fill this text "twittersdk://" to your callback url field( i found it in lib class)

    Step 2: Save your update

    Step 3: check out your app again

提交回复
热议问题