We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
code: ` [Twitter.sharedInstance logInWithViewController:viewController completion:^(TWTRSession * _Nullable session, NSError * _Nullable error) {
if (error) { WPLogInfoRelease(@"Twitter login error:%@", error); !callback ?: callback(error, nil, nil); } else { !callback ?: callback(nil, session.authToken, session.authTokenSecret); } }];
`
error info Twitter login error:Error Domain=NSURLErrorDomain Code=-999 "キャンセルしました" UserInfo={NSErrorFailingURLStringKey=https://api.twitter.com/oauth/request_token, NSErrorFailingURLKey=https://api.twitter.com/oauth/request_token, _NSURLErrorRelatedURLSessionTaskErrorKey=( "LocalDataTask <7949D7B1-2193-41AE-912F-630043C01544>.<1>" ), _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <7949D7B1-2193-41AE-912F-630043C01544>.<1>, NSLocalizedDescription=キャンセルしました}
In Japan region
The text was updated successfully, but these errors were encountered:
also same error, in china region
Sorry, something went wrong.
I have encountered the same problem, is there a solution
Using v2
Hello, could you tell me more about how to solve this problem
No branches or pull requests
code:
` [Twitter.sharedInstance logInWithViewController:viewController completion:^(TWTRSession * _Nullable session, NSError * _Nullable error) {
`
error info
Twitter login error:Error Domain=NSURLErrorDomain Code=-999 "キャンセルしました" UserInfo={NSErrorFailingURLStringKey=https://api.twitter.com/oauth/request_token, NSErrorFailingURLKey=https://api.twitter.com/oauth/request_token, _NSURLErrorRelatedURLSessionTaskErrorKey=(
"LocalDataTask <7949D7B1-2193-41AE-912F-630043C01544>.<1>"
), _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <7949D7B1-2193-41AE-912F-630043C01544>.<1>, NSLocalizedDescription=キャンセルしました}
In Japan region
The text was updated successfully, but these errors were encountered: