Hi guys,
I’m working on iOS project right now where there are 2 login buttons : Login with Facebook and Login with Twitter.
I have no problem with Facebook authentication process, because it runs perfectly as I expected like this :

it opens Facebook native app or Safari browser (if native app not installed), then user will see their photo to process the authentication.
but, when I’m dealing with Twitter, It’s kinda different… based on what I see on dev.twitter.com, Twitter authentication process will look like this :

It makes my app feels different in terms of user experience. How can I have Twitter Authentication process like this on iOS :
any sample code or tutorial will be appreciated… thank you very much…