Hello,

I’m implementing a login flow on the browser and I’m having problems on new IOS devices. When I get to the stage where I request the Twitter login details via redirecting to “https://api.twitter.com/oauth/authenticate?oauth_token=TOKEN”, on IOS the Twitter app opens instead of redirecting to the login page. This off course throws the whole process of-track, as the callback URL is never trigered after the login. Is there any way to stop the Twitter app from opening and just display the Twitter login page?

Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.