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

Fix erratic Login with Twitter app callback to app #105

Closed jechague closed 5 years ago

jechague commented 5 years ago

Problem

When processing a redirectURL of a SSO through the Twitter app would sometimes initiate a WebView-based login after an apparently incorrect redirect coming from the Twitter app.

Solution

A return statement wast added to return the result of precessing a redirect URL when using a SSO through the Twitter app.

Result

No change in the API.

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.