mironal / TwitterAPIKit

Swift library for the Twitter API v1 and v2 🍷
MIT License
119 stars 24 forks source link

Cannot log in with Google or Apple sign in providers #144

Open juanjovn opened 1 year ago

juanjovn commented 1 year ago

Hi, I was implementing login to Twitter in my app with this library and it's pretty convenient.

I handled to get the oauth2 token when the users logs in with email and password on Twitter but I cannot make the ASWebAuthenticationSession flow work with the sign from Google or Apple. It logs in within the web view of the Auth session but it don't finish the flow closing the modal view and obtaining the token.

Any thoughts about this? Am I missing something? I've also cloned the example project and it didn't work either.

Best regards.