I'm working on improving how FeedDemon displays Twitter status feeds
(see
http://flickr.com/photos/nbradbury/3145437586/ ), and I'd like to
show a user's profile image next to their tweet. I see that this is
available in the Atom version of the status feed but not the RSS
version.
I thought I could simply determine the profile image URL from the
username, but apparently not - so I'll cast another vote for guessable
profile images.
I realize I could get the image by using the REST API to retrieve the
user's timeline, but that seems like a lot of extra work (both for me
and your servers) just to get the user's image.
Thanks!