nst/STTwitter

NSURLSession support

Closed this issue · 2 comments

Hi,
I would like to thank you very much for most helpfully api or twitter.
It's really amazing and have a lot of features .
I would like to ask you if there's any plan to use NSURLSession because it's very powerfully than NSURLConnection and also i faced a problem when posting image when user change the app status to background so the post stopped working.
Thanks for your supporting for al developers that uses your powerfully code.
Best Regards,

Given that NSURLConnection is deprecated in 10.11 (if I understood correctly), this would be nice to have.

nst commented

STTwitter is based on STHTTPRequest.

STHTTPRequest will be updated to drop NSURLConnection and support NSURLSession.

see issue nst/STHTTPRequest#31