Discussion: /simple/players.fullInfo not getting the exact home_street_image

I'm just new at this and wanted to make a web page based on a player's info.
I tried to access my info http://api.glitch.com/simple/players.fullInfo?player_tsid=PUVJ7H8RBNE24CQ
and it seems that the home street image is different from what my character's home street actually looks like.
home street images... aren't real-time updated.
and in some cases instead of the home street image you will see the house image in that url.
I see, thanks.
I'm having the same problem, and this home street image is the same one that you see on the profile design, not a snapshot of someone's actual home street, but just the type. So far for every single player, it's returning the default home street banner background (which is this: http://c2.glitch.bz/homes/2012-05-29/header-1338326843.jpg) instead of whichever street style banner the player is using.
once you get the street_tsid... call getStreetInfo to get a more actual image
Yes thanks for the tip; I was hoping to get the long image used on the profiles for each home street style (without actual houses or resources showing up on it). So far I just ended up doing random selections of those images.