A Flutter plugin for authenticating users by using the native TwitterKit SDKs on Android & iOS.
BSD 2-Clause "Simplified" License
83
stars
135
forks
source link
Getting null token from TwitterAuthProvider.credential method #53
Open
hpatel32 opened 2 years ago
Anyone have any idea why I am getting null token from the credential method? Below is the value that I get from the method.
TwitterAuth= AuthCredential(providerId: twitter.com, signInMethod: twitter.com, token: null)
Any help will be appreciated.
Thanks!