Skip to content
This repository has been archived by the owner on Oct 5, 2019. It is now read-only.

TwitterKit Login always fails first try then succeeds second try - Swift, TwitterKit #100

Open
Ravisendhav21 opened this issue Oct 25, 2018 · 7 comments

Comments

@Ravisendhav21
Copy link

One line summary of the issue here.

Expected behavior

As concisely as possible, describe the expected behavior.

Actual behavior

As concisely as possible, describe the observed behavior.

Steps to reproduce the behavior

Please list all relevant steps to reproduce the observed behavior.

@patrickjquinn
Copy link

I'm seeing this too, the first login attempts to open the Twitter app for auth and then fails, calls back to my app and retries with the WebView.

@reemdaraghmeh
Copy link

Hello,

Does anyone have a solution or a workaround for this issue ?

@nzeltzer
Copy link

We're seeing the same issue.

@aiyub007
Copy link

same issue. tried this too.

let store = Twitter.sharedInstance().sessionStore
store.reload()
for case let session as TWTRAuthSession in store.existingUserSessions() {
store.logOutUserID(session.userID)
}

If anyone have solution please help

@remirobert
Copy link

I have the same issue.

@jagsrajput21
Copy link

Have anyone found the solution? It's happening with me too.

@jskidd3
Copy link

jskidd3 commented May 4, 2019

Also seeing this issue. Sorry to tag directly but @rajul-arora @katejlee are you able to help at all?

We are seeing this problem on iOS. Sometimes the Twitter app will successfully return and allow the app to authorise, but other times it immediately returns to our app and loads a WebView prompting for authorisation again which is inconvenient for users.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants