API v1 had a logical way of easily determining a users profile picture and selecting a size for it:
https://api.twitter.com/1/users/profile_image?screen_name=pingadam&size=bigger
this was apparently deprecated for the completely absurd method described here:
https://dev.twitter.com/docs/user-profile-images-and-banners
so instead of being able to reliably reference a users profile picture given only their username, now i have to query their userinfo, parse it, then use string manipulation (this is the most outrageous part because it’s a potential breaking change that can’t be undone) to get the proper image? then i have to store this if i want use it later use instead of just generating the reliable url on the fly? seriously? please fix asap. kthx.