GoldenOwlAsia / react-native-twitter-signin

MIT License
167 stars 304 forks source link

Twitter window closes if twitter app is not installed #121

Open humarkx opened 5 years ago

humarkx commented 5 years ago

If the twitter app on mobile isnt installed, the window when you press the button, opens and closes Immediately after.

Any one faces this problem?

Thanks for help

LonelyCpp commented 5 years ago

This is because of twitter callback urls. For fix see here

To Fix this issue do as below:

[Mandatory]

Add CallbackURL into the dashboard as below format:

For iOS: twitterkit-CONSUMERKEY://

For Android: twittersdk://

Help Link: https://twittercommunity.com/t/ios-twitter-login-error-code-415/107775 [ Note: Please replace your consumer key in place of words "CONSUMERKEY" in above format]

ratnani1996 commented 4 years ago

@LonelyCpp it's still not working. Do you have any other solution or suggestion?

singhvishal802 commented 4 years ago

@LonelyCpp in iOS its working properly but in Android in automatically close when i tap on twitter icon with error failed to get request token. Please help.

jotilohana commented 8 months ago

any solution? still getting this issue