Open colditzjb opened 5 years ago
Specifically... we may want to check that the profile image URL and profile background image URL fields are up-to-date or are handled so that they don't crash the process. Many of the other changed fields do not impact our code base.
NOTE: profile_image_url_https will continue to be valid and populated for user profile images aka "avatar images." HTTPS URLs are the only formats that Twitter will support in internal data objects in the future, and you should update your apps and code appropriately.
Per the below announcement, the user object data may look different as soon as May 20th:
https://twittercommunity.com/t/upcoming-changes-to-user-object-and-get-users-suggestions-endpoints/124732
This may require some changes to the parser, to ensure that data are being looked for in both the old and new fields (where applicable).