Closed niypoo closed 3 years ago
final TwitterLogin twitterLogin = TwitterLogin(
apiKey: Config.twitterToken,
apiSecretKey: Config.twitterSecret,
redirectURI: 'twitter-xxxxxxx://',
);
<key>CFBundleURLSchemes</key>
<array>
<string>twitter-xxxxxxx</string>
</array>
Hitting the same warning in the debug console
@niypoo Sorry it took so long. This problem has been resolved by changing to use only the RedirectURI scheme. Please update your plugin version to v3.0.8
always show up this warning in debug console,
[AuthenticationSession] Error: The provided scheme is not valid. A scheme must not include any special characters, such as ":" or "/"
and the auth process complete success, and I check the scheme url in info.plist it's without any
/
or:
what is wrong