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
Most of the time does not work and this error happens:
Error Domain=NSURLErrorDomain Code=-1012 "(null)" UserInfo={NSErrorFailingURLKey=https://api.twitter.com/1.1/lists/members/destroy_all.json,NSErrorFailingURLStringKey=https://api.twitter.com/1.1/lists/members/destroy_all.json, NSUnderlyingError=0x178d8a60 {Error Domain=kCFErrorDomainCFNetwork Code=-1012 "(null)" UserInfo={_kCFURLErrorAuthFailedResponseKey=<CFURLResponse 0x17a32f20 [0x3b6a1a00]>{url = https://api.twitter.com/1.1/lists/members/destroy_all.json}}}}
Using this code: FHSTwitterEngine.sharedEngine().removeUsersFromListWithID(listTwitterId.stringValue.lowercaseString, users: twitter)
FHSTwitterEngine.sharedEngine().removeUsersFromListWithID(listTwitterId.stringValue.lowercaseString, users: twitter)
The text was updated successfully, but these errors were encountered:
Will take a look later Sorry!
Sorry, something went wrong.
hi @Thuran do you have any further updates?
No branches or pull requests
Most of the time does not work and this error happens:
Error Domain=NSURLErrorDomain Code=-1012 "(null)" UserInfo={NSErrorFailingURLKey=https://api.twitter.com/1.1/lists/members/destroy_all.json,NSErrorFailingURLStringKey=https://api.twitter.com/1.1/lists/members/destroy_all.json, NSUnderlyingError=0x178d8a60 {Error Domain=kCFErrorDomainCFNetwork Code=-1012 "(null)" UserInfo={_kCFURLErrorAuthFailedResponseKey=<CFURLResponse 0x17a32f20 [0x3b6a1a00]>{url = https://api.twitter.com/1.1/lists/members/destroy_all.json}}}}
Using this code:
FHSTwitterEngine.sharedEngine().removeUsersFromListWithID(listTwitterId.stringValue.lowercaseString, users: twitter)
The text was updated successfully, but these errors were encountered: