FHSTwitterEngine
FHSTwitterEngine copied to clipboard
Show rate limit error (right now it shows as 204)
Getting Domain=FHSErrorDomain Code=204
(no content) when hitting Twitter rate limit, found in #68.
In my case I get this error when trying to follow some user. After a little research in code of FHSTwitterEngine, I found that in fact I get error 403 "Forbidden". After login to Twitter on web site, I seeing that my account blocked and I need to confirm it from my e-mail. Hope that helps somebody.
Thanks @rubikva