YutaSugimura / react-native-signin-with-twitter-example

A React Native app demonstrating the implementation of 'Sign in with Twitter' using Twitter's OAuth API.
3 stars 3 forks source link

Unable to return back to my app #5

Open umerdogar opened 4 months ago

umerdogar commented 4 months ago

When I press sign In button from that page that opens in browser, I am not able to come back to my app, rather it takes me to my Twitter app.

HamadMughal commented 2 months ago

Same issue with my APP did you find any solution?

umerdogar commented 2 months ago

Nope. Not yet.

HamadMughal commented 2 months ago

after RND i fund that there is issue with the call back url, the call back url should contain your twitter consumer key as i use like : "twitterkit-://" and this call back url should also be set in authentication section in your twitter app on twitter developer portal. and use the same one in your react native app.

callbacks

you can skip the second one callback url. i just add the first one on twitter developer portal and also use the same in my react native app.