twitter-archive / twitter-kit-ios

Twitter Kit is a native SDK to include Twitter content inside mobile apps.
Apache License 2.0
688 stars 449 forks source link

How to implement Multiple User login (like TWTRLoginMethodWebBasedForceLogin in V2.0) with V3.4.0. #83

Open newMobileStar opened 6 years ago

newMobileStar commented 6 years ago

I was using TwitterKit 2.8.1. It was working well. but the navigation bar header was appearing on SFSafariViewController when I try to authenticate with my twitter account. I was bad. I have read the change log and saw that the issue is resolved in 3.1.1.

I installed TwitterKit 3.40. I don't see the double navigation bar. It's good. but I cannot login with multiple users. In V2.8.1, I was using TWTRLoginMethodWebBasedForceLogin as the loginMethod. but I cannot find the same function with 3.4.0. I really need this feature.

How can I implement the multiple user login with V3.4.0 ?