FHSTwitterEngine
FHSTwitterEngine copied to clipboard
Remove user in list!
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)
Will take a look later Sorry!
hi @Thuran do you have any further updates?