carverauto / flutter

🚨 ChaseApp opensource mobile app - follow live police chases 🚔
https://chaseapp.tv
MIT License
3 stars 0 forks source link

Twitter login fails on android and ios #192

Closed rutvik110 closed 2 years ago

rutvik110 commented 2 years ago

Twitter login is failing in recent builds on both android and ios.

Error :

LogInView : Error signing in. Error thrown PlatformException(400, Failed to generate request token., Please check your APIKey or APISecret., null).

Possible reason:

apikey/secretkey being used has expired.

Solution:

rutvik110 commented 2 years ago

@mfreeman451 could you please check those keys once in developer portal on twitter? Might need to generate new ones I guess.

rutvik110 commented 2 years ago

Resolved by re-generating and updating twitter api key and api key secret from the twitter dev portal. And updating them in the build step and in firebase auth tab.