Remove user in list!
Thuran opened this issue · 2 comments
Thuran commented
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)
dkhamsing commented
Will take a look later
Sorry!