This PR removes all of the deprecated fields altogether. The Twitter documentation states that those fields will only have a value of null from now on anyway.
Note that twitter-conduit has a dependency on userProfileImageUrlhere. That will have to be removed (or switched to userProfileImageUrlHttps) for twitter-conduit to be compatible with the changes in this PR.
https://github.com/himura/twitter-types/pull/44 partially addressed these announced Twitter API changes, but JSON parsing of User objects will still fail unless the rest of the deprecated fields are fixed.
This PR removes all of the deprecated fields altogether. The Twitter documentation states that those fields will only have a value of
null
from now on anyway.