daneden / Twift

🐦 An async Swift library for the Twitter v2 API 🚧 WIP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authentication always redirects to native Twitter app.

AndreFormSpicyApps opened this issue · comments

Following scenario:

  1. no user is logged in with the current web browser session.
  2. native Twitter app is installed
  3. TWITTER_CALLBACK_URL is correct set in Developer Portal
  4. same TWITTER_CALLBACK_URL is set in Twift configuration

Result:
After successful authentication native Twitter app gets launched and becomes foreground app.

Any ideas on how to fix this issue ?